
/*首页样式*/
.qt-docs-index-panel
{
    border-radius: 0 0;
    border-color: #C40000;
    border: none;
    border-image-width: 0px;
    box-shadow: none;
}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;}
.qt-docs-index-panel .panel-heading
{
    border-radius: 0 0;
    border-color: #0093CD;/*导航条边界色*/
    color: #333;
    background-color: #0093CD;/*导航条背景色*/
    color: #fff;/*导航条中 3条长短不一的粗竖线的颜色和导航条中文字颜色*/
    border-image-width: 0px;
	font-weight:bold;
}
.qt-docs-index-panel .panel-heading a
{
    color: #fff;
    text-decoration: none;
}
.qt-docs-index-panel .panel-body
{
    padding: 10px;
    padding-bottom: 0px;
    border: none;
    border-image-width: 0px;
}
.qt-docs-index-panel .list-group
{
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0 0;
}

.qt-docs-index-panel .list-group .list-group-item
{
    border: 0px;
    border-radius: 0 0;
    border-top: 1px solid #dedede;
}

.qt-index-products-links
{
    display: block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #333;
}


/*滚动图片样式*/
.swiper-pro.swiper-container-horizontal > .swiper-pagination
{
    bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #C40000;
}

.img-responsive
{ width:100%;}