﻿/*-------------------------- Base ---------------------------------*/
/*--Noto Sans SC是思源黑体，来源于思源字体的公共CDN--*/
body {
    background-color: #ffffff;
    color: #000;
    font-family: "Noto Sans SC", "Hiragino Sans GB", "Tohoma", "宋体", SimSun,Verdana;
    font-size: 12px;
    line-height: 1.334;
    overflow-y: scroll;
} 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img { border: 0 }

address, caption, cite, code, dfn, em, strong, th, var, b, i {
    font-style: normal;
    font-weight: normal
}

ol, ul { list-style: none }

caption, th { text-align: left }

h1, h2, h3, h4, h5, h6 { font-size: 100% }

q:before, q:after { content: '' }

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup { vertical-align: super }

sub { vertical-align: text-bottom }

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

textarea {
    overflow-y: auto;
    resize: vertical;
}

a { text-decoration: none }

a:hover { text-decoration: none }

a div, a strong, a span, a i, a s { cursor: pointer; }

.pull-right { float: right; }

.pull-left { float: left; width: 238px; }

.pull-center { text-align:center; }

strong {
    font-weight: bold;
}

/*-------------------------- Common ---------------------------------*/


#wxIco {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/images/wx_icon.png) no-repeat;
    margin-left: 10px;
}

#xhsIco {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/images/xhs_icon.png) no-repeat;
    margin-left: 10px;
}

#wxCode {
    padding: 3px;
    display: none;
    position: absolute;
    width: 200px;
    top: -240px;
    left: -105px;
    border: 1px solid #cccccc;
    background-color: white;
    border-radius: 5px;
    z-index: 30;
}

#xhsCode {
    padding: 3px;
    display: none;
    position: absolute;
    width: 200px;
    top: -240px;
    left: -105px;
    border: 1px solid #cccccc;
    background-color: white;
    border-radius: 5px;
    z-index: 30;
}

#wbIco {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/images/wb_icon24.png) no-repeat;
    margin-left: 10px;
}

#wbCode {
    padding: 5px;    
    position: absolute;
    width: 300px;
    top: -431px;
    left: -230px;
    border: 1px solid #cccccc;
    background-color: white;
    border-radius: 5px;
    z-index: 30;
    overflow: visible;
    visibility: hidden;
}





.wxImg {
    width: 200px;
    text-align: center;
    line-height:22px;
    display: block;
    float: left;
    color: #000000;

}


.contentDiv {
    margin: 0 auto;
    /*width: 1170px;*/
    width: 1170px;
}

.dropdown-arrow {
    background: url(/Content/images/Top_Icons.png) no-repeat 0 4px;
    display: inline-block;
    height: 35px;
    margin-left: 5px;
    width: 8px;
}

.quareBanner {
    background: url(/Content/images/Banner_Square.png) no-repeat;
    display: inline-block;
    line-height: 13px;
    width: 15px;
}

.circleBanner {
    background: url(/Content/images/Banner_Circle.png) no-repeat;
    display: inline-block;
    line-height: 22px;
    margin-right: 5px;
    width: 21px;
}

.carousel-caption {
    background: url(/Content/images/Banner_IntroBG.png) repeat;
    height: 220px;
    left: 150px;
    position: absolute;
    top: 84px;
    width: 440px;
}

.carousel-caption h4 {
    color: #ff0000;
    font-size: 2em;
    margin: 20px 10px;
    line-height: 36px;
}

.carousel-caption p {
    color: #eeeeee;
    font-size: 1.2em;
    margin: 6px;
    line-height: 26px;
}

.more {
    background: url(/Content/images/Banner_IntroMore.png) no-repeat;
    display: inline-block;
    line-height: 24px;
    width: 24px;
}

.carouselMore {
    margin-left: 10px;
    margin-top: 20px;
}

/*-------------------------- Search ---------------------------------*/

#search_box {
    background: url(/Content/images/SearchBox.png) no-repeat;
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    vertical-align: middle;
    width: 170px;
}

#search_box { *display: inline; }

#search_box #keyWord {
    background: none;
    border: 0;
    float: left;
    font-size: 1em;
    margin: 6px 0 0 6px;
    outline: none;
    padding: 0;
    width: 146px;
}

#search_box #btnSearch {
    background: url(/Content/images/SearchBox.png) no-repeat -12px -27px;
    border: 0;
    cursor: pointer;
    float: right;
    height: 12px;
    margin-right: 6px;
    margin-top: 7px;
    width: 12px;
}



/*-------------------------- Pic Hover ---------------------------------*/

.ic_container {
    bottom: 25px;
    height: 115px;
    position: absolute;
    position: absolute;
    vertical-align: baseline;
    width: 290px;
}

.ic_outerBorder {
    background-color: #efede7;
    filter: alpha(opacity=28);
    height: 125px;/* 135 --160420*/
    left: -5px;/* -10 --160420*/
    opacity: 0.28;
    position: absolute;
    top: -5px;/* -10 --160420*/
    width: 300px;/* 310 --160420*/
}

.product_outerBorder {
    background-color: #cccccc;
    filter: alpha(opacity=28);
    height: 190px;
    left: -10px;
    opacity: 0.28;
    position: absolute;
    top: -5px;
    width: 230px;
}

.overlay {
    bottom: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    left: 0px;
    opacity: 0.3;
    position: absolute;
    right: 0px;
    top: 0px;
}

.ic_caption {
    background: url(images/Banner_Hover_TextGB.png) repeat-x;
    cursor: default;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/
    left: 0px;
    margin: 0px;
    /*opacity: 0.6;*/
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0px;
    /*height: 90px;*/
}

.ic_category {
    font-size: 11px;
    letter-spacing: 3px;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
}

.ic_title {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    line-height:22px;
    /*margin: 4px;*/
}


.ic_caption span { margin: 6px 10px; }

.ic_text {
    clear: both;
    display: none;
    font-size: 1.0em;
    line-height:20px;
    /*height: 50px;*/
    margin: 0px;
    padding: 0 10px 10px 10px;
    text-align: justify;
}

.ic_text_product {
    height: 40px;
}

.ic_hoverTextTip {
    background: url(images/Banner_Hover_TextTip.png) no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    margin-left: 3px;
    vertical-align: bottom;
    width: 12px;
}

.ic_container a {
    color: #ffffff;
    text-decoration: none;
}

/*-------------------------- Product Hover ---------------------------------*/

.productshow_container {
    float: left;
    height: 170px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 28px;
    width: 235px;
    position: relative;
}

.productshow_container a {
    color: #ffffff;
    text-decoration: none;
}

.Page .ic_title {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: normal;
    /*margin: 4px;*/
}

/*-------------------------- Menu ---------------------------------*/

.banner {
    overflow: auto;
    position: relative;
}

.banner li { list-style: none; }

.banner ul li { float: left; }

.banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}

.banner .dots li {
    -moz-transition: background .5s, opacity .5s;
    -webkit-transition: background .5s, opacity .5s;
    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;

    display: inline-block;
    height: 10px;

    margin: 0 4px;
    opacity: .4;

    text-indent: -999em;
    transition: background .5s, opacity .5s;
    width: 10px;
}

.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

/*-------------------------- Menu ---------------------------------*/

span.headerDes {
    color: #666666;
    font-size: 1.05em;
}

#menu {
    /*background: url(images/Menu_BG.jpg)  left top; */  /*暗红色*/
    background: url(images/Menu_BG2.jpg)  left top;      /*红色*/
    font-family:'Noto Sans SC', "Hiragino Sans GB", "Tohoma", "黑体", SimSun,Verdana;
    font-weight:400;

    background-repeat:repeat;  
    /*position: relative;*/
    height: 54px;
    /*margin: 0 auto 0;
    width: 1170px;*/
   opacity: 1;
}

.menu-item {
    float: left;
    font-size: 1.5em;
    line-height: 53px;
    /*display:inline;*/
    position: relative;
    z-index: 10;
    
}



.contentDiv ul li:hover {
  background-color: #fee; /* 鼠标悬停时的背景颜色 */
  font-weight:600;
}

.menu-divider {
    background: url(images/Menu_SelectedBG.jpg) repeat-y -52px 0;
    float: left;
    line-height: 53px;
    position: relative;
    width: 2px;
}

.menu-firstItem { margin-left: 490px; }

.menu-itemActive { color: white; }

.menu-l2 {
    /*border: 1px blue solid;*/
    display: none;
    height: 90px;
    left: 0;
    position: absolute;
    top: 54px;
    white-space: nowrap;
}

.menu-l2-cont {
    background-color: white;
    float: left;
    height: 90px;
    opacity: 1;
    width: 248px;
}

/*------------------- start prodcut menu -------------------*/

.menu-products { font-size: 0.95em; }

.menu-l2-productcont {
    background-color: #fff;
    /*height: 480px;
    width: 960px;*/
    opacity: 1;
    padding: 15px 15px 25px 15px;
    zoom: 1;

}

.menu-product-intro span { display: block; }

.menu-product-catetory { width: 182px; }

.menu-product-catetory span { display: block; }

.menu-product-catetory .product-englishName {
    font-size: 0.9em;
    line-height: 14px;
    margin-left: 10px;
    color:#666666;
    margin-bottom:5px;
}

.menu-product-catetory dt {
    color: #c80028;
    padding: 10px 5px 5px 5px;
    white-space: normal;
    word-wrap: break-word;
}

.menu-product-catetory dt a,.menu-product-catetory dt a:visited {
    color: #c80028;
}

.menu-product-catetory dt.hover a {
    color: #ffffff;
}

.menu-product-catetory dt.hover {
    background-color: #c80028;
    color: #ffffff;
    padding: 10px 5px 5px 5px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 3px;
}



.menu-product-catetory dd a, .menu-product-catetory dd a:visited {
    color: #000000;
}

.menu-product-catetory dd {
    padding: 10px 5px 5px 5px;
    white-space: normal;
    word-wrap: break-word;
}

.menu-product-catetory dd:hover,dd:active {

    background-color: #c80028; /*产品子菜单鼠标滑动时的背景颜色*/
    
    padding: 10px 5px 5px 5px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 3px;
}


.menu-product-catetory a:hover { text-decoration: none }


.menu-product-catetory .product-chinesesName {
    font-size: 0.85em;
    line-height: 20px;
    margin-bottom:5px;
    padding-left:10px;
    color:#666666;
    font-weight:400;
    opacity: 1;
   
}

.menu-product-catetory .product-chinesesName:hover,.product-chinesesName:active {
    color:#ffffff;
   
}


/*------------------- end prodcut menu -------------------*/

.menu-l2-cont .menu_l2_p1 {
    color: #ff0000;
    line-height: 16px;
    margin: 19px 0 9px;
    padding-left: 40px;
}

.menu-l2-cont .menu_l2_p2 {
    color: #666666;
    font-size: 0.9em;
    line-height: 20px;
    margin: 9px 0;
    padding-left: 40px;
}

.menu-l2-cont-selected {
    background-color: #ff0000;
    float: left;
    height: 90px;
    opacity: 0.93;
    width: 248px;
}

.menu-l2-cont-selected .menu_l2_p1 {
    color: #ffffff;
    line-height: 16px;
    margin: 19px 0 9px;
    padding-left: 40px;
}

.menu-l2-cont-selected .menu_l2_p2 {
    color: #000000;
    font-size: 0.9em;
    line-height: 20px;
    margin: 9px 0;
    padding-left: 40px;
}

a.menu-index {
    color: #000;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

a.menu-index:link, a.menu-index:visited { color: #ffffff }

a.menu-index:hover, a.menu-index:active { color: #000000 }

a.menu-item2word:hover, a.menu-item2word:active { background: url(images/Menu_SelectedBG10.jpg) no-repeat; }

a.menu-item4word:hover, a.menu-item4word:active { background: url(images/Menu_SelectedBG10.jpg) no-repeat -64px 0; }

a.menu-item5word:hover, a.menu-item5word:active { background: url(images/Menu_SelectedBG10.jpg) no-repeat -155px 0; }

a.menu-index.menu-item2word-selected {
    background: url(images/Menu_SelectedBG10.jpg) no-repeat;
    color: #000000;
}

a.menu-index.menu-item4word-selected {
    background: url(images/Menu_SelectedBG10.jpg) no-repeat -64px 0;
    color: #000000;
}

a.menu-index.menu-item5word-selected {
    background: url(images/Menu_SelectedBG10.jpg) no-repeat -155px 0;
    color: #000000;
}

/*-------------------------- Footer ---------------------------------*/

.footer_boldFont {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
}

.footer_normalFont {
    color: #cccccc;
    font-size: 1em;
}

#footer_links a
{
    color: #cccccc;
    font-size: 1.1em;
}

#footer_links a:hover 
{ 
    color: #ffffff;
    /*text-decoration: underline;*/ 
}

.footer_col1 {
    /*border-right: 1px solid gray;*/
    margin-left: 100px;
}

.footer_col1 li { margin: 25px 0; }

.footer_col2 {
    /*border-right: 1px solid gray;*/
    margin-left: 80px;
}

.footer_col2 li { margin: 12px 0; }

.footer_col3 {
    /*border-right: 1px solid gray;*/
    margin-left: 80px;
}

.footer_col3 li { margin: 8px 0; }

.footer_col4 { margin-left: 40px;
    float: left;
}

.footer_col4 li { margin: 3px 0; }

.redFont { color: #ff0000!important; }

.rightInfo { color: #ffffff; }

.rightInfo a {
    color: #ffffff;
    text-decoration: none;
}

/******* Start Tabs *******/

.TabView {
    margin: 0 auto 50px auto;
    width: 965px;
}

.Tabs {
    background-color: white;
    border: solid 2px #efefef;
    height: 49px;
}

.Tabs li {
    background: url(images/Product-Tab-Divider.gif) no-repeat top right;
    display: block;
    float: left;
    height: 49px;
    width: 160px;
}

.Tabs li a {
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 154px;
}

.Tabs li a.Current {
    border-bottom: 4px #ff0000 solid;
    color: #ff0000;
}


/* ***** Pages ***** */


/******* End Tabs *******/

.product-des {
    width: 954px;
    margin: 0 auto;
    
}

.product-des h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin: 50px;
    text-align: center;
}

.product-des p {
    color: #545454;
    font-size: 2.0em;
    line-height: 25px;
}

.product-des p.normalDes {
    color: #545454;
    font-size: 1.7em;
    line-height: 30px;
}

.product-des p.normalDesSmall {
    color: #333333;
    font-size: 1.25em;
    line-height: 25px;
}

    .product-des .proDes {
        margin-top: 40px;
        margin-bottom: 30px;
    }

.product-des .proDesLarge {
    font-size: 1.4em;
}
.product-des  .copyright {
    font-size: 0.5em;
vertical-align: top;
line-height: 14px;
}

.product-des .redYear {
    color: #c51015;
    font-size: 1.5em;
    line-height: 25px;
}

.product-des .picDes {
    text-align: center;
}

.product-des ul {
    color: #545454;
    font-size: 1.5em;
    line-height: 30px;
    margin-top: 40px;
}

.product-des ul li {
    background: url(images/Product-Li.png) no-repeat 0 8px;
    padding-left: 25px;
    margin-top:20px;
}

.product-des ul.dotUl li {
    background: url(images/Product-Li-Dot.png) no-repeat 0 12px;
    padding-left: 25px;
    margin-bottom:20px;
}

.product-des-bottem {
    background: url(images/divide_line.gif) no-repeat 185px 0;
    /*border-bottom: 1px solid #cccccc;*/

    /*padding-bottom: 30px;*/
    height: 5px;
    margin: 50px auto;
}

/******* Start Timeline *******/

ul.timeline {
    background: url(images/TimeLine/TimeLine.gif) repeat-y 120px 0;
    list-style-type: none;
    margin: 50px 0;
    padding: 0;
}

ul.timeline li {
    margin-bottom: 40px;
    position: relative;
}

    ul.timeline li .time {
        color: #bbbbbb;
        left: 140px;
        position: absolute;
        width: 90px;
        font-size: 1.5em;
        top: -4px;
        font-weight: bold;
    }

ul.timeline li .version {
    /*color: #3594cb;*/
    font-size: 40px;
    left: -200px;
    /*line-height: 50px;*/
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -20px;
    width: 295px;
}


ul.timeline li .number {
    background: url(images/TimeLine/TimeLine_Dot.png) no-repeat 0 0;
    color: #fff;
    font-size: 18px;
    height: 56px;
    left: 112px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    width: 56px;
}

ul.timeline li .content { 
    margin-left: 205px;color: #666666;font-size: 1.1em;
    zoom: 1;
}

/*ul.timeline li .content pre {
    background-color: #3594cb;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 20px;
}*/

ul.timeline li.alt .content pre { background-color: #43B1F1; }

/******* End Timeline *******/

/******* Start AboutUs *******/
.para-des {
    /*border-bottom: 1px solid #cccccc;*/
    padding-bottom: 30px;
}
.para-des h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin: 50px;
    text-align: center;
    color: #333333;
}

.para-des .para-content {
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
}

.para-content p {
    color: #666666;
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 24px;
}

.para-content p span {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 50px;
}

    .aboutus_footer {
        width: 284px; 
        height: 260px; 
        float: left; 
        margin: 35px 0 80px 70px;
    }

    .aboutus_footer h5 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 15px 0;
        text-align: center;
    }

    .aboutus_footer div {
        background-color: #f6f6f6;
        color: #666666;
        font-size: 1.1em;
        height: 260px;
    }

    .aboutus_footer p {
        padding: 15px;
    }

/******* End AboutUs *******/

/******* Start News *******/

.firstNews {
    /*border: 1px solid #cccccc;*/
    margin: 10px 170px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.restNews {
    padding: 0 170px;
}

    .normalNews {
        border-bottom: 1px dotted #cccccc;
        margin: 30px 0; 
        padding-bottom: 10px;
    }

    .firstNews p {
        margin: 9px 30px 9px 15px;
    }

    .normalNews p {
        margin: 9px 30px 9px 0;
    }

    .newsDate {
        color: #666666;
        font-size: 1.3em;
    }

    .newsHeader {
        color: #d21900;
        font-size: 1.5em;
    }

    .newsContent {
        color: #666666;
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .jscroll-loading {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

/******* End News *******/

/******* Start News Detail *******/
    .news-Detail {
        color: #666666;
        font-size: 1.2em;
        width: 830px;
        margin: 60px auto;
    }

    .news-header {
        margin: 20px 0;
    }

.news-title {
    color: #333333;
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 20px;
}



    .news-time {
        font-size: 1.2em;
        background: url(images/Timer.png) no-repeat 0 6px;
        padding-left: 20px;
    }

    .news-Detail p {
        line-height: 22px;
    }


/******* End News Detail *******/

/******* Begin Table *******/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/******* End Table *******/

/******* Start cCard *******/
     .cCard {
         border: 1px solid #cccccc;
         border-radius: 5px;
         box-shadow: #999999 2px 2px 7px;
         color: #666666;
         float: left;
         font-size: 1.25em;
         line-height: 25px;
         margin-right: 75px;
         margin-bottom: 50px;
         padding: 10px 0;
         text-align: left;
         width: 500px;
     }

     .cCard img {
         float: left;
         margin: 30px 20px;
     }

     .cHeader { color: #333333; }
/******* End cCard *******/

/******* Start Btn *******/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
/******* End Btn *******/


/******* 正文标题 *******/
.bodybiaotifont {
        color:#000;
        font-weight:400;
    }

/******* 正文内容 *******/
.bodycontentfont {
        color:#545454;
        font-weight:400;
    }

