﻿body {
    font-family: 'Microsoft YaHei',SimSun,'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
a, a:visited {
    color: #000;
    text-decoration: none;
}
    a:hover {
        color: #90000a;
        text-decoration: none;
    }
div, p, span {
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}
ul, li {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
.fl, .left {
    float: left;
}
.fr, .right {
    float: right;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
.clear {
    display: block;
}
.xuxian {
    height: 1px;
    background: url("xuxianGray.gif")/*tpa=http://www.czdx.com.cn/images/xuxianGray.gif*/ 0 repeat-x;
    _background: #ebebeb;
    line-height: 1px;
    overflow: hidden;
    margin: 0px 1px 0px 1px;
}
.marl20 {
   margin-left:20px;
}
.marr20 {
   margin-right:20px;
}
.mart10 {
   margin-top:10px;
   display:block;
   min-height:1px;
}
.marb10 {
   margin-bottom:10px;
}
.marb5 {
   margin-bottom:5px;
}
.mart5 {
   margin-top:5px;
}
.marl1 {
   margin-left:1px;
}
.marb20
{margin-bottom:20px;
 min-height:1px;
 display:block;
}
.mart20
{margin-top:20px;
 min-height:1px;
 display:block;
}
.errorDIV {
    font-size: 1.0em;
    margin: 20px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #fc8282;
    background: #ffeded;
}

    .errorDIV a, .errorDIV a:visited {
        color: #990000;
    }
    .errorDIV .erronicon:before {
        font-size: 2.0em;
        content: "\e101";
        font-family: 'Glyphicons Halflings';
        color: #990000;
    }

    .errorDIV .goback:before {
        font-size: 1.0em;
        content: "\e257";
        font-family: 'Glyphicons Halflings';
        color: #990000;
    }

/*.marl-8{margin-left:-8px;}*/
.marr-8{margin-right:-8px;}
.marl-7{margin-left:-7px;}
.marr-7{margin-right:-7px;}
.marr-24{margin-right:-24px;}

! bootstrap css overwrite */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*padding-right: 8px;
    padding-left: 8px;*/
}


#header {
    background-color: #710006;
    height: 30px;
    /*line-height: 30px;*/
    color: #fff;
}
    #header a,
    #header a:hover,
    #header a:visited {
        font-size: 1.0em;
        color: #fff;
        margin: 0px 3px;
    }

#toggle_search {
    color: #ffffff;
    padding: 2px 20px 4px 10px;
    display: block;
    float: right;
    cursor: pointer;
}

    #toggle_search:before {
        font-size: 1.0em;
        content: "\e003";
        font-family: 'Glyphicons Halflings';
    }

    .form-inline{
        margin:2px 15px 10px 0px;
    }

@media (max-width: 767px) {
    .form-inline {
        margin: 2px 15px 10px 20px;
    }

    .searchinput {
        float: left;
        width: 80%;
    }

    .searchbtn {
        float: left;
        width: 15%;
        margin: 0px 0px 0px 5px;
    }
}


.carousel-inner,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .active,
.carousel-inner > .item.active {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carousel-indicators {
    top: 20px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
    background-image:none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
    background-image:none;
}

#toplogo {
    font-size: 0.9em;
    text-transform: uppercase;
    background: url("topbg.png") -500px 0px no-repeat #90000a;
}
    #toplogo .logo img {
        border: 0px;
    }

@media (min-width: 768px) {
    #toplogo {
        font-size: 0.9em;
        text-transform: uppercase;
        height: 100px;
        background: url("topbg.png") top center no-repeat #90000a;
    }
}


.navbar {
    min-height: 28px;
    border-radius: 0px;
}
.navbar-inverse {
    background-color: #710006;
    border-radius: 0px;
    border: 0px;
    margin: 0px 0px 1px 0px;
    padding: 0px;
}
    .navbar-inverse .navbar-toggle {
        padding: 4px 4px 4px 4px;
        margin-top: 4px;
        margin-right: 15px;
        margin-bottom: 4px;
        border-color: #fff;
        margin-right: 30px;
    }
        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #90000a;
        }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #710006;
        padding: 0px;
    }

.navbar-collapse {
    padding: 0px;
    margin:0px;
}

.nav-justified {
    background-color: #eee;
    border: 0;
    border-radius: 0px;
    width: 100%;
    margin:0px;
    padding:0px;
	float:left;
}
.nav-justified li {
    display: table-cell;
    width: 14.263%;
    float: left;
}
    .nav-justified > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0;
        font-weight: bold;
        color: #777;
        text-align: center;
        background-color: #e5e5e5; /* Old browsers */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
        background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
        background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        background-repeat: repeat-x; /* Repeat the gradient */
        border-bottom: 1px solid #d5d5d5;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        background-color: #ddd;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
        box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    }
    .nav-justified > li:first-child > a {
        border-radius: 0;
    }
    .nav-justified > li:last-child > a {
        border-bottom: 0;
        border-radius: 0;
    }

@media (min-width: 768px) {
    .nav-justified > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0;
        font-weight: bold;
        color: #777;
    }
}




.nav-tabs-article {
    background-color: #700005;
    border:0;
}
    .nav-tabs-article > li {
        float: left;
        margin:0px;
    }
        .nav-tabs-article > li > a {
            margin-right: 2px;
            line-height: 1.1;
            border-radius: 0;
            color: #fff;
            margin: 0;
            border: 0;
        }
            .nav-tabs-article > li > a:hover {
                line-height: 1.1;
                background-color: #8f000b;
                border-radius: 0;
                margin: 0;
                border: 0;
            }
        .nav-tabs-article > li.active > a,
        .nav-tabs-article > li.active > a:hover,
        .nav-tabs-article > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #8f000b;
            margin: 0;
            border: 0;
            border-right: solid 1px #fff;
            border-left: solid 1px #fff;
        }


.nav-tabs-links {
    border-bottom: 1px solid #eee;
}
    .nav-tabs-links > li {
        float: left;
        margin-bottom: -1px;
    }
        .nav-tabs-links > li > a {
            margin: -1px 2px 0px -1px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color:#000;
        }
            .nav-tabs-links > li > a:hover {
                border-color: #eee #eee #eee #eee;
            }
        .nav-tabs-links > li.active > a,
        .nav-tabs-links > li.active > a:hover,
        .nav-tabs-links > li.active > a:focus {
            color: #700005;
            cursor: default;
            background-color: #fff;
            border: 1px solid #eee;
            border-bottom-color: transparent;
            border-top: 4px solid #700005;
        }


.footer {
    margin: 10px 0px 0px 0px;
    padding: 25px 5px 20px 5px;
    color: #fff;
    background: #700005;
    line-height: 1.7;
    width: 100%;
}
    .footer .img-local {
        margin: -8px 0px 0px 0px;
        border: 0px;
        width: 20px;
        height: 20px;
    }
    .footer .img-2weima {
        width: 60px;
        height: 60px;
        border: 0px;
    }
    .footer a, .footer a:visited {
        color: #fff;
    }
@media (min-width: 768px) {

        .footer .img-2weima {
            width: 80px;
            height: 80px;
            border: 0px;
        }
}

#toTop {
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    color: transparent;
    background-color: #1a1a1a;
    border-radius: 3px;
}

    #toTop:after {
        color: #ffffff;
        content: "\e260";
        font-family: 'Glyphicons Halflings';
        font-size: 1.5em;
        line-height: 35px;
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #toTopHover, #toTop:hover {
        background-color: #8f000b;
        bottom: 23px;
        right: 23px;
    }

        #toTop:hover:after {
            color: #ffffff;
        }

    #toTop:active, #toTop:focus {
        outline: medium none;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #efefef;
    border-radius: 0;
}
    .breadcrumb > li {
        display: inline-block;
    }
        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }
    .breadcrumb > .active {
        color: #666;
    }
    .breadcrumb > li a {
        color: #666;
    }
