html{
	height: 100%;
}

body{
	display: flex;
	flex-direction: column;
	height: 100%;
}
h5 {
	font-size: 15px;
}
header{
	/* 我们希望 header 采用固定的高度，只占用必须的空间 */
	/* 0 flex-grow, 0 flex-shrink, auto flex-basis */
	flex: 0 0 auto;
}

.main-wrapper{
	/* 将 flex-grow 设置为1，该元素会占用全部可使用空间 
		 而其他元素该属性值为0，因此不会得到多余的空间*/
	/* 1 flex-grow, 0 flex-shrink, auto flex-basis */
	flex: 1 0 auto;
	padding-bottom: 20px; 
}

footer{
	/* 和 header 一样，footer 也采用固定高度*/
	/* 0 flex-grow, 0 flex-shrink, auto flex-basis */
	flex: 0 0 auto;
}
/** 垂直导航 **/

/*一级菜单*/
.menu-first{
	position: relative;
	height:45px;
	line-height:45px;
	background-color: #e0f0ff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 20px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-weight: 200;
	color: #454444 ;
}
/*一级菜单鼠标划过状态*/
.menu-first:hover{
	text-decoration: none;
	font-weight:bold;
	color: #3d92e0 ;
}
/*二级菜单*/
.menu-second li a{
	background-color: #F3F9FF;
	height:31px;
	line-height:31px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	padding: 0 35px !important;
	text-align: left;
	color: #454444 ;
}

/*二级菜单鼠标划过样式*/
.menu-second li a:hover {
	text-decoration: none;
	/* font-weight:bold;
	color: #3d92e0 ; */
	/* background-color: #66c3ec; 
	border-top: 1px solid #83ceed;
	border-bottom: 1px solid #83ceed; 
	 border-right: 3px solid #f8881c;
	border-left: 3px solid #66c3ec; */
}
/*二级菜单选中状态*/
.menu-second-selected {
	background-color: #66c3ec;
	height:31px;
	line-height:31px;
	border-top: 1px solid #83ceed;
	border-bottom: 1px solid #83ceed;
	border-right: 3px solid #f8881c;
	border-left: 3px solid #66c3ec;
	text-align:center;
	font-weight:bold !important;
	color: #3d92e0 !important;
}
/*覆盖bootstrap的样式*/
.nav-list,.nav-list li a{
	padding: 0px;
	margin: 0px;
}
.header-wrapper {
	height: 40px;
	background-color: #356BBA;
}

.header-wrapper .sub-title{
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.main-title {
	background: #2b7ac5 url('../img/title-bg.png') no-repeat center;
	background-size: cover; 
	height: 134px; 
	line-height: 134px;
}
.main-title .logo {
	height: 70px;
	width: 175px;
}
.footer-wrapper {
	line-height: 40px;
	font-size: 12px;
	background-color: #333;
	text-align: center;
	color: #fff;
}
.breadcrumb-content {
	background-color: #F5F5F6;
}
.main-content .sub-title {
	font-size: 20px;
	/* color: #356BBA; */
	color: #000;
	margin-left: 10px;
}
.main-content .sub-title a:hover {
	text-decoration: none;
}
.main-layout .nav-content{ 
	width: 240px;
	float: left;
}
.right-content{
	padding: 0 50px;
	overflow: hidden;
}
.right-content .second-title{
	font-size: 18px;
	list-style: none;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
}
.right-content .second-content {
	line-height: 24px;
	margin-top: 25px; 
	margin-left: 10px;
}
.nav-header {
	display: block;
}
.three-title {
	font-size: 16px;
	color: #333;
	font-weight: bold; 
}
.tab-list {
	border: 1px solid #ddd;	
}
.tab-list li {
	width: 50%;
	text-align: center;
	
}
.tab-list li a{
	border: 0 !important;
	border-radius: 0;
	color: #333;
}
.tab-list li.active a{
	border: 0;
	background: #2b7ac5!important;
	color: #fff!important;
}
.tab-pane {
	padding: 20px 0;
}
/* 表格样式 */
.ex-table {
	table-layout: fixed;
	text-align: center;
}
.ex-table th{
	text-align: center;	
}
.tal {
	text-align: left;
}
.img-box {
	width: 80%;
	margin-left: 50px;
}
.img-box img {
	display: inline-block;
	width: 420px;
}
.ft-sz {
	font-weight: bold;
	font-size: 20px;
}
.ft-sz2 {
	font-weight: bold;
	font-size: 16px;
}
.ft-wt {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
}
.mg-lt25 {
	font-weight: 700;
    font-size: 17px;
    margin-left: 11px;
    display: block;
    margin-top: -45px;
}
.mg-lt20 {
	margin-left: 20px;
}
.mg-lt35 {
	margin-left: 35px;
}
.mg-bm30 {
	margin-bottom: 30px;
}
.xia-hx {
	display: block;
	text-decoration: none;
	color: #3d92e0;
}
.xia-hx:hover {
	text-decoration: none;
	cursor: pointer;	
}
.nav-header img {
	height: 58px;
	width: 238px;
}
.connection {
	text-decoration: none;
	color: #3d92e0;
}
.connection:hover {
	text-decoration: none;
	cursor: pointer;	
}
.dis-bk {
	margin-left: 10px;
}
.cur-pt {
	cursor: pointer;
	text-align: left;
}
.boos-br {
	border-top: none !important;
	border-bottom: none !important;
	margin-bottom: -6px !important;
	border-radius: 0 !important
}
.img-br {
	border: 1px solid #ddd;
	height: 60px;
	margin-top: 7px;
}
.tx-lt tr td:nth-child(2) {
	text-align: left;
}
.tx-rt tr td:nth-child(1),.tx-rt tr td:nth-child(4) {
	text-align: left;
}
.mg-tp30 { margin-top: 30px;}
.pd-lt {padding-left:30px !important;}
.pd-lt a { display:block; margin-bottom:10px;}
.triangle_border_up {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 0 4px 6px 4px;
	border-style: solid;
	border-color: transparent transparent #afafaf transparent;
}
.triangle_border_down {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: #afafaf transparent transparent transparent;
}
.dsn {
	display: none;
}
/* .nav li a {margin-left:10px;} */
.mg-tp20 {margin-top:20px;}
.mg-tp7 {margin-top:6px;border-top:none;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}
.actives a{font-weight:bold;color: #3d92e0 ;}

/* 行情授权页面样式 */
.left_title{
	height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 15px;
	border-bottom:1px solid #e1e1e1 !important;
	border-top:1px solid #e1e1e1 !important;
    background-color: #4ca3f5;
}
.left_title_item{
	height: 45px;
    line-height: 45px;
    font-size: 15px;
    background-color: #e0f0ff;
	padding:0 20px;
	border-bottom:1px solid #e1e1e1 !important;
	border-top:1px solid #e1e1e1 !important;
}

.left_title_item_href{
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding:0 40px;
    border-bottom:1px solid #e1e1e1 !important;
    border-top:1px solid #e1e1e1 !important;
}

.left_item_a{
	text-decoration: none;
	color: #454444;

}
.left_item_a:hover{
    font-weight: bold;
	text-decoration: none;
    color: #3d92e0;
}
