/* 关于我们 */
.about-banner img{
    max-width: 100%;
}
/* 企业介绍 */
/* 企业概况 */
.profile-con{
    background-color: #ececec;
    margin-top: 4%;
}
.profile-con p{
    color: #3e3a39;
    line-height: 30px;
    padding: 6% 0;
    text-align: justify;
}
#case-demo .item{
	margin:2% 10px 0;
    transition: 1s all;
    cursor:pointer;
    position: relative;
}

#case-demo .item iframe{ 
    width: 100%;
    height: 480px;
}
#case-demo .item .item-h{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #a82e26;
    opacity: 0.3;
}
#case-demo .item img{
    max-width: 100%;
    display: block;
	margin: 0 auto;
}
#case-demo .item a{
    display: block;
    color: #666;
    
}
#case-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: -8%;
    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: -8%;
    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: 100%;
    left: 0;
}
.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;
}
.video-h{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
}
#case-demo .video-h img{
    width: 100px;
    margin-top: 30%;
    text-align: center;
}







/* 行业地位 */
.status-con{
    margin-top: 4%;
}
.status-con p{
    text-align: justify;
    color: #3e3a39;
    line-height: 30px;
}
.status-pic{
    width: 100%;
    margin-top: 1%;
}
.status-pic img{
    max-width: 100%;
}

/* 企业文化 */
.culture-wrap{
    margin-top: 5%;
}
.culture-list{
    margin-bottom: 5%;
    display: flex;
    align-items: center;
}
.culture-pic{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding-top: 25px;
    text-align: center;
}
.cul-gray{
    background-color: #cac9c9;
}
.cul-gray h4{
    color: #b6272a;
}
.cul-red{
    background-color: #b6272a;
}
.cul-red h4{
    color: #fff;
}
.culture-pic img{
    margin: 0 auto;
}
.culture-pic h4{
    font-size: 30px;
    line-height: 30px;
}
.culture-con{
    flex: 1;
    margin-left: 10%;
    color: #3e3a39;
}
.culture-con h4{
    line-height: 30px;
}
.culture-con p{
    margin-top: 5px;
    line-height: 20px;
}

/* 战略导向 */
.direction-txt p{
    text-align: center;
    line-height: 35px;
    margin-top: 5%;
}
.direction-con{ 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.direction-con h4{
    font-size: 30px;
    color: #b6272a;
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    background-color: #cac9c9;
    border-radius: 50%;
}
.direction-con p{
    font-size: 24px;
    color: #b6272a;
    margin-left: 5%;

}
/* 服务理念 */
.concept-con{
    line-height: 35px;
    color: #3e3a39;
    margin:5% 0;
    text-align: justify;
}
.concept-pic{
    display: flex;
    margin-bottom: 7%;
}
.concept-pic div{
    margin:0 8px;
    flex:1;
}
.concept-pic div img{
    max-width: 100%;
}


/* 发展历程 */
.history-con{
    margin-top: 2%;
    text-align: center;
    position: relative;
}
.history-con::after{
    content: '';
    position: absolute;
    width: 3px;
    background-color: #b6272a;
    left: 50%;
    top: 20px;
    bottom: 0;
    margin-left: -1px;
    z-index: 1;
}
.history-con h3{
    position: relative;
    z-index: 11;
    font-size: 18px;
    color: #fff;
    background-color: #b6272a;
    padding: 10px 25px;
    border-radius: 20px;
    display: inline-block;
    margin: 20px auto;
}
.his-brand{
    position: relative;
    font-size: 18px;
    color: #3e3a39;
    display: flex;
    align-items: baseline;
}
.his-brand::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #cac9c9;
    border-radius: 50%;
    border: 1px solid #b6272a;
    z-index: 20;
}
.his-brand span.year-num{
    font-size: 24px;
    margin: 0;
    color: #b6272a;
}
.his-brand span.year-txt{
    color: #b6272a;
}
.his-r{ 
    text-align: left;
    margin-left: 50%;
    padding: 10px 0 10px 30px;
}
.his-r::after{
    left: -5px;
    top: 22px;
}
.his-r span.year-txt{
    margin-right: 12px;
}
.his-l span.year-num{
    margin-left: 12px;
}
.his-l{
    justify-content: flex-end;
    margin-right: 50%;
    padding: 10px 30px  10px 0;
}
.his-l span{
    text-align: right;
}
.his-l::after{
    right: -6px;
    top: 22px;
}
.his-l span.year{
    margin-left: 18px;
}

/* 资质荣誉 */
.honor-pic{
    width: 100%;
}
.honor-pic img{
    max-width: 100%;
    margin: 2% auto 3%;
}