.vui-slider {
    position: relative;
    overflow: hidden;
    background: #999;}

.vui-slider .vui-items {
    overflow: hidden;
    width: 100%;
    height: 100%;}

.vui-slider .vui-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.vui-slider .vui-item a,
.vui-slider .vui-item img {
    display: block;
    padding: 0;
    margin: 0;
    border: none;}

.vui-slider .vui-buttons {
    position: absolute;
    z-index: 5;
    bottom: 16px;
    left: 45%;
    float: left;
    display: inline;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;}

.vui-slider .vui-button {
    float: left;
    display: inline;
    overflow: hidden;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #FFF;
    cursor: pointer;}

.vui-slider .vui-button-cur {
    background-color: #C00;}

.vui-slider .vui-transfer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;}

.vui-slider .vui-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    border-radius: 0 10px 10px 0;
    /*	background:url() no-repeat;*/
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;}

.vui-slider .vui-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    border-radius: 10px 0 0 10px;
    /*	background:url() no-repeat;*/
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;}

.vui-slider .vui-sidebutton-hover {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #000;}


/*end 轮播组件CSS*/


/*页面左边兰导航样式*/

#contentWrapper {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
    background-color: #0F84C4;}

#contentLeft {
    width: 260px;
    height: 100%;
    background-color: #0F84C4;
    float: left;}

#contentRight {
    height: 1000px;
    padding: 2px 2px;
    margin-left: 260px;
    background-color: #ffffff;}

#leftNavigation {
    margin: 0px 0px;}

#leftNavigation,
#leftNavigation li ul {
    list-style: none;
    padding: 0;}

#leftNavigation li a {
    cursor: pointer;
    font-size: 16px;
    display: block;
    padding: 15px 15px 15px 15px;
    color: white;
    border-bottom: solid 1px #286090;
    text-overflow*: ellipsis;
    overflow*: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
	word-break: break-word;}

#leftNavigation li a:hover {
    color: black;}

#leftNavigation li ul {
    display: none;
    margin: 0;
    background-color: #286090;}

#leftNavigation li ul li a {
    border-bottom: solid 1px #0F84C4;}

#leftNavigation li ul li:last-child a {
    border-bottom: none;}

#leftNavigation li ul li.active a {
    color: white;}

#leftNavigation li.active > a {
    color: white;}

#leftNavigation li.active ul {
    display: block;}

#leftNavigation > li.active {
    background-color: #0F84C4;}


/*END 左边栏导航显示*/


/*文本样式*/

#headerSet {
    width: 100%;
    height: 80px;
    border-bottom: #adadad 5px solid;}

#titleSet {
    height: 100%;
    font-size: 36px;
    line-height: 2em;
    text-align: center;}

#passageSet {
    font-size: 20px;
    text-indent: 2em;
    /*首行缩进两个单位*/
    line-height: 1.5em;
    /*行距为1.5个单位*/
    padding: 10px;
    /*用内边距代替外边距来设置段间距*/
    text-align: justify;}


/*导航样式*/

#navTop {
    background-color: #333333;
    border-color:#333333;
    border-radius: 0px;}

#navTop.navbar ul.dropdown-menu {
    background: #333333;
    margin: 2px 0;
    border: 0px solid #333333;}

#navTop.navbar ul.navbar-nav a:hover,
#navTop.navbar ul.navbar-nav a:visited,
#navTop.navbar ul.navbar-nav a:focus,
#navTop.navbar ul.navbar-nav a:active{
    background: #333333;
    color: #ecf5ff;}

#navTop.navbar ul.dropdown-menu > li > a {
    color: #ecf5ff;}

#navTop.navbar ul.dropdown-menu > li > a:hover {
    background: #222222;
    color: #EEEEEE;}

#header {
    position: relative;
    background: url(../img/clude.png) no-repeat center bottom #00AEEF;
    border-bottom: 1px solid #CCC;
    background-color: #00AEEF;}

#header-content {
    height: 225px;
    margin: 0 auto;
    position: relative;}

.imgset {
    margin-top: -10px;}

#header-name {
    color: #222222;
    font: bold 20px "Century Gothic", Times New Roman, sans-serif;
    letter-spacing: 1px;
    margin-left:10px;}


/* end-- header*/

nav.navbar-custom {
    background: #00AEEF;
    border-color: #00AEEF;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 #0F84C4;}

nav.navbar-custom a {
    font-weight: bolder!important;
    font: normal 20px "Century Gothic", Times New Roman, sans-serif;
    color: #222222;}

nav.navbar-custom ul.navbar-nav a:hover,
nav.navbar-custom ul.navbar-nav a:visited,
nav.navbar-custom ul.navbar-nav a:focus,
nav.navbar-custom ul.navbar-nav a:active {
    background: #0F84C4;}

nav.navbar-custom ul.navbar-nav a:hover {
    border-color: #0F84C4;}

nav.navbar-custom li.divider {
    background: #0F84C4;}

nav.navbar-custom button.navbar-toggle {
    background: #0F84C4;
    border-radius: 2px;}

nav.navbar-custom button.navbar-toggle:hover {
    background: #999;}

nav.navbar-custom button.navbar-toggle > span.icon-bar {
    background: #fff;}

nav.navbar-custom ul.dropdown-menu {
    border: 0;
    background: #0F84C4;
    border-radius: 4px;
    margin: 4px 0;
    border: 1px solid #0F84C4;}

nav.navbar-custom ul.dropdown-menu > li > a {
    color: #111111;}

nav.navbar-custom ul.dropdown-menu > li > a:hover {
    background: #286090;
    color: #ecf5ff;}

nav.navbar-custom span.badge {
    background: #286090;
    font-weight: normal;
    font-size: 15px;
    margin: 0 4px;}