﻿body
{
    padding-bottom: 20px;
    color: #333;
    font-family: 'Microsoft YaHei' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
}
/*导航控制*/
.qt-docs-nav
{
    background-color: #FFFFFF;
    color: #333;
    margin-bottom: 0px;
}

.qt-docs-nav a
{
    color: #333;
}

.qt-docs-nav .nav > li > a:focus, .qt-docs-nav .nav > li > a:hover
{
    background-color: #C40000;
    color: #fff;
}

.qt-docs-nav .navbar-brand
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.qt-docs-nav img
{
    height: 45px;
    margin-left: 5px;
}

.qt-docs-nav .icon-bar
{
    background-color: #C40000;
}
/*页脚样式*/
.qt-docs-bottom
{
    min-height: 0px;
    border-color: #dedede;
}

.qt-docs-bottom .btn
{
    border-radius: 0 0;
    border: 0px;
    border-right: 1px solid #dedede;
    background-color: #C40000;
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 3px;
}
.qt-docs-bottom .btn span
{
    font-size: 16px;
    line-height: 1em;
}

.qt-docs-bottom .btn:hover, .qt-docs-bottom .btn:focus
{
    background-color: #fff;
    color: #333;
}

.qt-docs-bottom .btn-default:focus:active
{
    background-color: #fff;
}

.qt-docs-bottom .btn:last-child
{
    border-right: 0px;
}

/*首页样式*/
.qt-docs-index-panel
{
    border-radius: 0 0;
    border-color: #C40000;
    border: none;
    border-image-width: 0px;
    box-shadow: none;
}

.qt-docs-index-panel .panel-heading
{
    border-radius: 0 0;
    background-color: #FFFFFF;
    border-color: #C40000;
    color: #333;
    background-color: #C40000;
    color: #fff;
    border-image-width: 0px;
}
.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;
}
/*内页侧栏*/
.qt-docs-page-panel
{
    border-radius: 0 0;
    border: 0px;
    border-image: none;
    box-shadow: none;
}

.qt-docs-page-panel .panel-heading
{
    border-radius: 0 0;
    background-color: #C40000;
    color: #fff;
}

.qt-docs-page-panel .panel-heading a
{
    color: #fff;
}

.qt-docs-page-panel .panel-heading .navbar-toggle
{
    margin: 0px;
    padding: 0px;
}

.qt-docs-page-panel .navbar-collapse
{
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
}
#qt-docs-page-menus{ display:block;}
#qt-docs-page-menus .nav li{ float:left;}

.qt-docs-page-panel .navbar-collapse a
{
    color: #333333;
}

.qt-docs-page-panel .navbar-collapse a:hover, .qt-docs-page-panel .navbar-collapse a:focus
{
    background-color: #FCFCFC;
    color: #333333;
}
.qt-docs-page-panel .navbar-collapse a.current {
    color: #fff;
    background: #f00;
}
.qt-docs-page-panel .panel-body
{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.qt-docs-page-panel .panel-body .page-header a {
    color: #999;
    padding: 6px 10px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.qt-docs-page-panel .panel-body .page-header a.current {
    color: #C40000;
}
.qt-docs-page-panel .panel-body .page-header
{   
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
}
.qt-docs-page-panel .panel-body .media
{
     padding-left:10px;
     padding-right:10px;
}

.qt-docs-page-panel .panel-body  .text
{
    padding:10px;
}
/*分页样式*/
.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active
{
    color: #333;
}

.pagination a:hover, .pagination a:active
{
    background-color: #C40000;
    color: #fff;
}

.pagination a.active
{
    background-color: #C40000;
    color: #fff;
}
/*滚动图片样式*/
.swiper-pro.swiper-container-horizontal > .swiper-pagination
{
    bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #C40000;
}
/*布局样式*/
@media screen and (max-width:320px)
{
    .qt-docs-media-object
    {
        width: 120px;
    }
}

@media screen and (min-width:321px)
{
    .qt-docs-media-object
    {
        width: 160px;
    }
}

.index_pro {
	margin: 3px 0;
	overflow: hidden;
}
.index_pro .box01 {
    width: 100%;

    position: relative;
    text-align: center;
    margin-top:3px;

}
.index_pro ul li.box03 {
	margin-right: 0;
}
.index_pro .box01 a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.index_pro .box01 img {
	width:100%;
	height: auto;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	overflow: hidden;
}
.index_pro .box01 a:hover img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	z-index:1;
}
.index_pro .img_txt {
	position: absolute;
	width: 80%;
	height: 120px;
	top: 50%;
	left: 5%;
	text-align: left;
	margin-top: -50px;
    color: #fff;	
}
.index_pro .img_txt h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.index_pro .img_txt i {
	display: block;
	width: 60px;
	height: 3px;
	background: #fff;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro a:hover .img_txt i {
	width: 100px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro .img_txt p {
	font-size: 14px;
	color: #fff;
}

.index_video .panel-body {background-image: url(../images/video_bg.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover; padding-bottom:10px;}
    
    
    
 .index_solution {
	margin: 0px 0;
	overflow: hidden;
}
.index_solution .box01 {
    width: 100%;

    position: relative;
    text-align: center;
    margin-top:0px;

}

.index_solution .box01 a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.index_solution .box01 img {
	width:100%;
	height: auto;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	overflow: hidden;
}
.index_solution .box01 a:hover img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	z-index:1;
}
.index_solution .img_txt {
	position: absolute;
	width: 80%;
	top: 20px;
	left: 10%;
	text-align:center;
    color: #fff;
    margin-left:auto;
    margin-right:auto;	
}
.index_solution .img_txt h3 {
	font-size: 20px;
	margin-bottom: 18px;
	margin-top:10px;
}

.index_solution .img_txt p {
	font-size: 14px;
	color: #fff;
	padding-bottom:20px;
}   
.index_solution .img_txt span{border:1px solid #fff;border-radius: 15px 15px 15px 15px; padding:5px 20px;}
.footer_bg{ background:#1c1e22; color:#fff; padding:20px 0;}
 .foot_nav dl {
	width: 45%;
	float: left;
	padding-left:5%;

}

.foot_nav dt {
    margin-bottom: 15px;
}
.foot_nav dt a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.foot_nav dd a {
    font-size: 14px;
    line-height: 26px;
    color: #949494;
}
.footer_bg .container-fuied{color: #949494; border-top:solid 1px #4a4a4a; padding:10px;}
.footer_bg .container-fuied .footer_btn a{ padding-right:20px;color: #949494;}
.footer_bg .container-fuied .footer_btn a img{ padding-right:5px;}