@charset "utf-8";

/* CSS Document */


/*板块布局样式*/

.col-md-12 {
    width: 100%;
}




/*标签页*/


.con-title{
    border-bottom: 1px #e7e6e7 solid;
    height: 55px;
    margin-bottom: 45px;
    position: relative;
}
.con-title-bg{
    height: 50px;
    width: 220px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: -25px;
  z-index:11;
    background-color: white;
    background-image: url("../img/index2_03.jpg");
    /*n_zj_03*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #096ad9;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
}


