
.leader-company{
    padding-bottom: 140px;
}
.leader-company .leader_inner .info_title{
    padding:10% 0 ;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.leader-company .leader_inner .info_title span{
    border-bottom: 2px dashed #e99d9d;
}
.leader_inner{
    max-width: 1230px;
    margin: 0 auto;
}
.leader_inner .leader_info{
    float: left;
    width: 50%;
    padding: 0 5%;
}
.swiper-slide{
    line-height: 50px !important;;
    font-size: 22px!important;
}
@media (max-width: 999px){
    .leader_inner .leader_info{
        width: 100%;
    }
    #infomation .info_culture .culture_list .culture_cont{
        width: 100%;
        padding-top: 50px;
    }
    .swiper-slide div{
        padding: 0 45px;
    }
}

.leader_inner .leader_info img{
    width: 100%;
}
.leader-company .leader_inner .info_text{
    box-sizing: border-box;
    padding: 7.5%;
    position: relative;
    background-color: #fff;
}
.leader-company .leader_inner .info_text{
    position: relative;
    color: #676767;
    height: 500px;
}
.leader-company .leader_inner .info_text div{
    line-height: 24px;
    max-height: 310px;
    overflow: hidden;
}
.leader-company .leader_inner .info_text>p{
    font-size: 24px;

}
.leader-company .leader_inner .info_text:after{
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    top: -15px;
    left: 25px;
    width: 0;
}

.info_video .video_title{
    padding:70px 0 ;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.info_video .video_title span{
    border-bottom: 2px dashed #e99d9d;
}
/*文化部分*/
.info_culture{
    margin-top: 80px;
    padding-bottom: 140px;
    background: url("/statics/new_images/info_worthbg.jpg") center center no-repeat;
    background-size: cover;
}
.info_culture .culture_title{
    padding:70px 0 ;
    font-size: 40px;
    text-align: center;
    color: #333;
}
.info_culture .culture_title span{
    border-bottom: 2px dashed #e99d9d;
}
.info_culture .culture_list{
    max-width: 1230px;
    margin: 0 auto;
}
.info_culture .culture_list .culture_cont{
    float: left;
    width: 33.3%;
    text-align: center;
    color: #333;
}
.info_culture .culture_list .culture_cont p{
    font-size:36px ;
    padding: 40px;

}
.info_culture .culture_list .culture_cont p span{
    font-size: 36px;
    color: #dc0000;
}
.info_culture .culture_list .culture_cont span{
    font-size: 16px;
}
.info_culture .culture_list{
    max-width: 1230px;
    margin: 0 auto;
}

.info_develop{
    color: #676767;
    padding-bottom: 70px;
    position: relative;

}
.info_develop .develop_bg{
    background: url("/statics/new_images/info_developbg.jpg") center center no-repeat ;
    background-size: cover;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.info_develop .develop_box{
    z-index: 33;

}
.info_develop .develop_title{
    padding:62px 0 ;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.info_develop .develop_title span{
    border-bottom: 2px dashed #e99d9d;
}
.info_develop .develop_cont{
    max-width: 1230px;
    margin: 0 auto;
    font-size: 16px;
}
.info_develop .develop_cont .develop_line{
    position: relative;
}
.info_develop .develop_cont .develop_circle{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7.5px;
}
.info_develop .develop_cont .develop_left{
    float: left;
    width: 50%;
    border-right: 1px solid #dc0000;
    text-align: right;
    padding-right: 20px;
    height: 100%;
}
.info_develop .develop_cont .develop_right{
    float: right;
    width: 50%;
    border-left: 1px solid #dc0000;
    text-align: left;
    padding-left: 20px;
}
.info_develop .develop_cont .years span{
    color:#dc0000;
    font-size: 22px;
    font-weight: 700;
}
.info_develop .develop_cont .text{
    line-height: 26px;
}
.info_hornor{
    padding-bottom: 100px;
}
.info_hornor .hornor_title{
    padding:70px 0;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.info_hornor .hornor_title span{
    border-bottom: 2px dashed #e99d9d;
}
.info_hornor .hornor_title p{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 2.875;
}
#infomation .hornor_button{
    text-align: center;
    padding: 80px 0;
}
#infomation .hornor_button .article{
    border-radius: 5em;
    border: 2px solid #dc0000;
    display: inline-block;
    height: 3.33333em;
    line-height: 3.1;
    padding: 0 1.5em;
    width: auto;
    color: #fff;
    background-color: #dc0000;
}
#infomation .hornor_button .article:hover{
    background-color: #fff;
    color:#b2b2b2;
    border: 2px solid #b2b2b2;
}
/*视频部分*/
.video_box{
    width: 44%;
    padding: 0 3%;
}
.video_box img{
    width: 100%;
}
.video_box .video_bar{
    position: relative;
    width: 100%;
    height: 324px;
    display: none;
    background-color: rgba(0,0,0,.7);

}
.video_box .video_bar video{
    width: 100%;
    height: 324px;
}
.video_box .video_bar img{
    width: 22px;
    padding: 4px;
    position: absolute;
    right: 0;
    top:0;
}
/*视频兼容*/
@media (max-width: 599px){
    .video_box .video_bar {
        width: 200%;
        height:auto;
        margin-left: 15px;
    }
    .video_box .video_bar video{
        height:auto;
    }

}


/*视频兼容结束*/
/*视频部分结束*/