
.lright{
    position: absolute;
    right: 0px;
    bottom: 0rem;
}
h1.red{
   color: #1EAEDB;
}
.searchbox_btn_right{
  background-color: #ee2a24;
}
.strong{
  font-weight: bold;
}
.red {
    color: #1EAEDB;
}
.black{
  color: #666666;
}
section.seperator {
   background: url('/static/images/icon/color-bar.png');
   background-position: center;
}
.btmli{
	list-style: none;
	margin: 0 20px 0 25px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding-left: 14px;
}
.btmli .bullet{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}
.btmli a{
	display: block;
	margin-right: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 15px;
}
.btmli .float_right {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 15px;
}

.btmlinoright{
	list-style: none;
	margin: 0 5px 0 26px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding-left: 14px;
}
.btmlinoright .bullet{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}
.btmlinoright a{
	display: block;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 15px;
}
.black a{
	color: #666;
}
.list_txt a{
	color: #666;
	line-height: 30px;
}
.tab-nav a {
    color:  #666666;
}
section.seperator:before{
	background: none;
border-top: none;
border-right: none;
}
section.seperator:after{
	border-bottom: none;
}
.foldingNavigation .container .columns ul li:hover a {
    color: #fff;

  }
 .foldingNavigation {
     background: #41B6E6;
     background: -webkit-linear-gradient(top, #41B6E6 1%, #41B6E6 65%);
     background: -webkit-linear-gradient(top, #41B6E6 0,#41B6E6 67%, #41B6E6 96%, #41B6E6 99%);
     background: linear-gradient(to bottom, #41B6E6 0, #41B6E6 67%, #41B6E6 96%, #41B6E6 99%);
  /*  height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset;*/
  }

  .foldingNavigation .container .columns.highlight>div {
    display: block;
    height: 300px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(0, 0, 0, .4);
    top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    box-shadow: inset 0px 0px 30px -5px rgba(0, 0, 0, 0.73);
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0, #ffffff 100%);
     background: -webkit-linear-gradient(top,  #ffffff 0,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9e1', endColorstr='#1172ba',GradientType=0 );
    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .foldingNavigation .container {
    padding: 0;
    color: #555555;
  }

  header a:link:hover{
	color: #000;
}

header a:hover{
	color: #000;
}
  .foldingNavigation .container .columns ul li:hover a {
    color: #000;
  }

  .foldingNavigation .container .columns ul li.open a {
    color: #000;
    margin-bottom: 0;
  }

  .foldingNavigation .container .columns ul li.open ul li a:hover {
    color: #000;
  }
  .foldingNavigation .container .columns ul li.open ul li.open > a {
    color: #000;
  }
  .foldingNavigation .container .columns ul li.open ul li:not(.mbtm):hover::before {
    border-left-color:#000;
  }
  .foldingNavigation .container .columns ul li[data-hid]:not(.mbtm):hover::before {
    border-left-color: #000;
  }
  .foldingNavigation .container .columns ul li.open::before {
    border-left-color: #000 !important;
  }

/* Tab 显示控制 */
section .tabs .tab-content .tab-item {
  display: none;
}
section .tabs .tab-content .tab-item.active,
section .tabs .tab-content .tab-item.d-block,
section .tabs .tab-content .tab-item.show,
section .tabs .tab-content .tab-item:nth-child(1) {
  display: block;
}
section .tabs .tab-content>div {
  display: none;
}
section .tabs .tab-content>div.active,
section .tabs .tab-content>div.d-block,
section .tabs .tab-content>div.show,
section .tabs .tab-content>div:nth-child(1) {
  display: block;
}
