.white-background{background-color: #FFF;margin: 0px;border-radius: 10px;}
.container-background{color: #000;background-color: #F0EDE3;}
/*.body-background{background-color: #F7F7F7;}*/
.body-background{background-color: #F0F0F0;}
.text-indent{text-indent:2em;}/*缩进*/
.h1-text-indent{text-indent:5em;}/*缩进*/
/*滴落菜单鼠标滑动到上面子菜单自动弹出
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}*/
/* .caret {border-top: 4px solid \9;}bootstrap2.3.4的BUG IE8没有箭头*/
.wrapper{background: #444;color:#FFF}

/*footer样式*/
footer{
    background:#333;/*#4a4849;*/
    padding:0;
    margin:0;
    color:#fff;
    font-size:12px;
    position:relative;  /*固定在底部 position:fixed;width: 100%;bottom: 0;*/
}
footer a{color:inherit}
footer a:hover{color:#fff}
footer .submit{padding: 30px;text-align: center;}

/*nav-pills导航条具有普通导航条的style,但是有些问题
.nav-pills-top-padding{padding-top: 5px;}
@media (max-width: 768px) {
    #navbar li { width:100%;}
}*/
/*改变普通导航条具有nav-pills的颜色*/

.navbar-brand > img {float:left;margin-right:10px;padding-bottom:0px;margin-top:-16px;/*width:36px;height:26px*/}
.navbar-default .navbar-brand {
    color: #337ab7;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color: #337ab7;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #337ab7;
    background-color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
/*改变反色导航条的颜色,很震撼！*/
.navbar-inverse .navbar-brand {
    font-weight: bold;
    color:#fff; /*颜色默认太暗，点击后才变亮*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #337ab7;
    background-color: #F7C90E;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #c00; /*#008000;绿色*/
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    /*color: #333;*/
    background-color: #F7C90E;
}
/* Carousel base class */
.carousel {
    height: 380px;
    margin-bottom: 60px;
    background-color: #555; /*背景颜色*/
    margin-top: -17px;
    /*background-color: #000;
    padding-top: 1px;*/
}
/*控制区域设置比%15小一点,显得过宽*/
.carousel-control {
  width: 5%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    /*z-index: 10;*/    /*没用*/
    /*text-align:right;
    background-color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;*/
}
/*右浮动标题*/
#caption-right-max {
    /*max-width: 380px;*/
    top: auto;
    right: 3%;
    left: auto;
    color: #fff;
    /*text-align: center;*/
}/*右浮动标题*/
#caption-right-min {
    /*width: 300px;*/
    top: 20%;
    bottom:  0px;
    right: 5%;
    left: auto;
    color: #fff;
    /*background-color: #c0ffff;//rgba(80, 255, 255, .99);*/
    /*filter: alpha(opacity=50);
    opacity: .5;*/
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 380px;
    /*border: 1px solid #333;*/
    /*min-height: 100%;*/
    /*background-color: #F7F7F7;*/ /*777*/
}
.carousel-inner > .item > img {
    /*旋转木马图片初始化大小*/
    /*min-width: 100%;*/    /*横向满屏*/
   min-height: 100%; /**/   /*不加自己的图片下边有黑边*/
    /*height: 380px;*/
}
.carousel-control.right, .carousel-control.left {
    background-image:none !important;/*去掉两边阶梯阴影*/
    filter:none !important;/*IE*/
}
.carousel-indicators li {
    border: 1px solid #080; /*修改为黑边白色背景图能看到*/
}
.carousel-indicators .active {
    background-color: #090;
}
/*徽标*/
/*#e84c3d 红，#563d7c 紫*/
.media-glyphicons {float:left;width:65px;height:65px;padding:10px;font-size:36px;line-height:1.4;text-align:center;color:#fff;background-color:#e84c3d;border:1px solid #fff}
.hover-glyphicons-bg:hover .media-glyphicons{background-color:#fff;color:#e84c3d;border:1px solid #e84c3d;}
/*.media-glyphicons:hover{background-color:#fff;color:#e84c3d;border:1px solid #e84c3d;}*/
.main-line-height{margin-left: 80px;margin-top: 10px;/*padding-top: 2px;*/line-height:25px;/*行间距担不是段落间距*/}
/*紫色图标*/
/*.media-glyphicons {float:left;width:65px;height:65px;padding:10px;font-size:36px;line-height:1.4;text-align:center;color:#fff;background-color:#563d7c;border:1px solid #fff}
.hover-glyphicons-bg:hover .media-glyphicons{background-color:#fff;color:#563d7c;border:1px solid #563d7c;}*/
/*绿色图标*/
/*.media-glyphicons {float:left;width:65px;height:65px;padding:10px;font-size:36px;line-height:1.4;text-align:center;color:#fff;background-color:#008000;border:1px solid #fff}
.hover-glyphicons-bg:hover .media-glyphicons{background-color:#fff;color:#008000;border:1px solid #008000;}*/

.about-content {line-height:25px;padding-left:20px;padding-right:20px;} 

/*解决非压缩版本在ie下拉菜单箭头问题*/
.caret{
    border-top:4px solid\9;
}
