@charset "UTF-8";


@media (min-width: 1680px){
	.container {
	    width: 1550px;
	}
}



/* 页面顶部导航条样式 */
.header{
    /* border-bottom: 2px solid rgb(0,80,159); */
    background-color: #ffffff;
}
.header-navbar a{
    font-size: 15px;
}
.show-time > span{
    color: rgb(0,80,159);
    font-size: 15px;
}
.show-time span:last-child{
    margin-left: 10px;
}


/* 页面中第一个div距离顶部的间距，即路径导航的div */
.btn-tab{
    margin-left: 0px;
    margin-right: 0px;
}


/* 页面中横向导航栏的下边距 */
.information-margin{
    margin-top: 20px;
}


/* 页面的底部信息和版权声明样式 */
.footer{
    color: #ffffff;
    margin-top: 30px;
}
/* 信息介绍模块 */
.footer-information{
    background-color: rgb(73,73,75);
    padding: 30px 0px;
    font-size: 15px;
}
.footer-information dd:hover{
    color: #0077bb;
    cursor: pointer;
    transition-duration: .3s;
}
/* 版权声明模块样式 */
.footer-copyright{
    background-color: rgb(50,50,50);
    padding: 15px 0px;
    font-size: 15px;
}
.footer-copyright p{
    text-align: center;
    margin: 0px;
}
.footer-copyright span:first-child,.footer-copyright span:last-child{
    margin-right: 0px;
    margin-left: 20px;
}
.footer-copyright span:first-child:hover,.footer-copyright span:nth-of-type(2):hover{
    color: #0077bb;
    cursor: pointer;
    transition-duration: .3s;
}
#business-forecast table{
  align:left;
  border:0px ;
  cellpadding:0px;
  cellspacing:0px;
  width:100%;

}

/* logo在小于360px的时候自动隐藏  */
@media screen and (max-width: 360px){
	.container-fluid > .navbar-header > .navbar-bround{
		display: none;
	}
	.logo{
		display: none;
	}
}
.bgall{
				background-image:url("/assets/img/u86.png");
				background-repeat:no-repeat;
				background-attachment:fixed;
				/* background-position:45% 65%; */
				background-size:cover;
			    min-height: 800px;
			}
			.bgall2{
				background-image:url("/assets/img/u88.png");
				background-repeat:no-repeat;
				background-attachment:fixed;
				/* background-position:45% 65%; */
				background-size:cover;
			}
			.breadcrumb {
			  padding: 8px 15px;
			  margin-bottom: 10px;
			  list-style: none;
			  background-color: rgba(181, 217, 251, 0.82);
			  border-radius: 6px;
			}
			.selectdata{
				background: rgba(181, 217, 251, 0.82);
    			padding: 8px 15px;
    			border-radius: 6px;
    			border: none;
    			text-align: center;
			}
			.breadcrumb>.active{
				color: #fff;
			}
			.mgtop{
				margin-top:20px;
				margin-right:0px;
			}
			 /* #sy { table-layout: fixed;} */
  			 #sy tbody tr td { overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}        
		.btn-info2 {
		    color: #fff;
		    background-color: #de8a5b;
		    border-color: #de7e5b;
		}
		.btn-info2:hover{
			color: #fff;
		    background-color: #e46c29;
		    border-color: #e07047;
		}
		.blue {
        background: #efefef;  
}
/* logo后面的文字距离右侧导航条之间的距离 */
/* .navbar > .container-fluid > .navbar-header > a:last-child{
	margin-right: 50px;
}
@media screen and (max-width: 400px){
	.navbar > .container-fluid > .navbar-header > a:last-child{
		margin-right: 0px;
	}
} */