/* 轮播图 */
.carousel-indicators li.active{
    width: 10px;
    height: 10px;
    background-color: #b6272a;
    border: 1px solid #b6272a;
    margin: 0 10px;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
    border:1px solid #e6e6e6;
    margin: 0 10px;
}

/* 产品中心 */
.row-pro{
    margin: 4% -5px 0 -5px;
}
.row-pro>div{
    padding: 0 5px;
}
.index-pro-bg{
    display: block;
    background-color: #e6e6e6;
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.index-pro-bg img{
    max-width: 100%;
    margin: 0 auto;
}
.index-pro-bg:hover{
    background-color: #b6272a;
}
.index-pro-img-h{
    display: none;
}
.index-pro-txt{
    text-align: center;
    font-size: 18px;
    color: #3e3a39;
    line-height: 36px;
}
.index-pro-bg:hover .index-pro-txt{
    color: #fff;
}

/* 案例中心 */
.index-case{ 
    padding:5% 0; 
    text-align: center;
}
#owl-demo .item{
	margin:2% 10px 0;
    transition: 1s all;
    cursor:pointer;
    position: relative;
}
#owl-demo .item .item-h{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}
#owl-demo .item img{
    width: 100%;
    display: block;
	margin: 0 auto;
}
#owl-demo .item a{
    display: block;
    color: #666;
    
}
#owl-demo .item p{
    line-height: 42px;
    font-size: 16px;
    background-color: #e6e6e6;
}
.owl-controls .owl-buttons div{
    color: #FFF;
    margin: 5px;
    height:50px;
    width:50px;
    display:block;
    font-size: 12px;
	cursor: pointer;
}
.owl-controls .owl-buttons div:hover{
    opacity:0.6;
}
.owl-prev {
    position: absolute;
    top: 45%;
    left: -6%;
    background-image: url('../images/index-icon-left.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.owl-next{
    position: absolute;
    top:45%;
    right: -6%;
    background-image: url('../images/index-icon-right.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 90%;
    left: 5%;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item{
    float: left;
}
.index-case-more{
    text-align: center;
    margin-top: 3%;
}
.index-case-more a{
    display: inline-block;
    padding: 8px 20px;
    background-color: #b6272a;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

/* 关于我们 */
.mc-index-about{ 
    background-color: #e6e6e6;
    padding: 3% 0;
}
.index-about a{
    display: block;
}
.about-hover:hover p{
    color: #b6272a;
}
.index-about-img {
    margin-top: 20%;
}
.index-about-img img{
    max-width: 100%;
    margin: 0 auto;
}
.index-about-img .aboutOut{
    display: none;
}
.index-about-txt{
    text-align: center;
    color: #898989;
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
}
.index-about-con{
    font-size:16px;
    color: #333;
    line-height: 32px;
    margin-top: 5%;
    text-align: justify;
}

/* 新闻列表 */
.news-bread{
    margin-top: 3%;
}
.news-bread a{
    cursor: pointer;
}
.news-bread a:hover{
    color: #b6272a;
}
.news-bread span{
    color: #b6272a;
}
.news-list{
    margin-bottom: 3%;
}
.news-item {
    border-bottom: 1px dashed #b3b3b2;
    padding-top: 3%;
    padding-bottom: 2%;
}
.news-pic img{
    width: 100%;
    max-height: 210px;
}
.news-text a{
    display: block;
    cursor: pointer;
}
.news-text a:hover h3{
    color: #b6272a;
}
.news-text a:hover p{
    color: #b6272a;
}
.news-text a h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.news-text a p{
    line-height: 28px;
}

.news-wrap{
    margin-top: 3%;
}
.news-tit{
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}
.news-time{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.news-content p{
    line-height: 30px;
    margin-top: 1%;
}
.news-content img{
    margin-top: 1%;
    max-width: 100%;
    display: inline-block;
}

/* 视频播放 */
.video-img img{
    max-width: 100%;
}
.video-wrap {
    margin-top: 5%;
    margin-bottom: 5%;
}
.video-wrap h3{
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.video-con{
    width: 100%;
    height: auto;
    background-color: #000;
    margin-top: 3%;
}