html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
  /*  vertical-align: baseline;*/
}

.cont_detail  h1, strong {
    font-weight: bold;
}


body {
    font-family: "Microsoft Yahei";
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container-fluid{
    padding:0;
}
.img-rounded {
    border-radius: 0;
}
/*  导航 */

.indexHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    min-width: 1100px;
}

.indexLogo {
    width: 178px;
    height: 44px;
    float: left;
    margin: 20px 0 0 88px;
}

.indexNav li {
    margin: 30px 16px 0 0;
    float: left;
    font-weight: bold;
    padding-bottom: 14px;
    font-size:16px;
}

.indexNav li a{
    color: #676767;
}

.indexNav li:last-child {
    margin-right: 140px;
}

.borderbule {
    border-bottom: 4px solid #35c5ff;
    color: #35c5ff;
}
.borderbule>a {
    color: #35c5ff !important ;
}

.row{
    margin:0;
}