/*****brand_culture_content****/
.brand_culture_content{
    width:100%;
}
.brand_culture_content .content_top{
    width:100%;
    height:240px;
    padding-top: 54px;
    box-sizing: border-box;
}
.brand_culture_content .content_top .content_top_item{
    width:1280px;
    margin:0 auto;
    height:100%;
}
.brand_culture_content .content_top .content_top_item p:first-child{
    font-family: pingfangsc-semibold;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 24px;
}
.brand_culture_content .content_top .content_top_item p:last-child{
    font-family: pingfangsc-regular;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}
.brand_culture_content .content_bottom{
    width:100%;
}
.brand_culture_content .content_bottom .content_bottom_header_parent{
    height:80px;
    background: #ffffff;
    z-index:22222;
    position:relative;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
}
.brand_culture_content .content_bottom .content_bottom_header{
    width:1280px;
    margin: 0 auto;
    height:100%;
}
.brand_culture_content .content_bottom .content_bottom_header .content_tab{
    float:left;
    width:64px;
    height:100%;
    text-align: center;
    line-height:80px;
    margin-right:40px;
    position: relative;
    cursor: pointer;
}
.brand_culture_content .content_bottom .content_bottom_header .active{
    font-family: pingfangsc-medium;
    font-size: 16px;
    color: #c00005;
    font-weight: 500;

}
.brand_culture_content .content_bottom .content_bottom_header .active:after{
    display: inline-block;
    content:'';
    width:64px;
    height:4px;
    background: #c00005;
    position: absolute;
    bottom: 0px;
    left:0;
}
.brand_culture_content .content_bottom  .content_bottom_content{
    width:100%;
    padding:64px 0;
    background: #fff;
    box-sizing: border-box;
}
.brand_culture_content .content_bottom  .content_bottom_content .content_bottom_content_item{
    width:1280px;
    margin: 0 auto;
    background:#fff;
}
.content_bottom_content_item .tab1{
    width:100%;
}
.content_bottom_content_item .tab1 img{
    height:500px;
}
.content_bottom_content_item .tab1 .title{
    font-family: pingfangsc-medium;
    font-size: 48px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 68px;
    font-weight: 500;
    margin:40px 0 24px;
}
.content_bottom_content_item .tab1 .content{
    font-family: pingfangsc-regular;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}
.content_bottom_content_item .tab2 .title{
    font-family: pingfangsc-medium;
    font-size: 48px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 68px;
    font-weight: 500;
    margin:40px 0 24px;
}
.content_bottom_content_item .tab2 .content{
    font-family: pingfangsc-regular;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}
/**video_center***/
.video_center{
    width:100%;
}
.video_center .video_center_item{
    width:386px;
    height:402px;
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
    position:relative;
    float: left;
    margin-bottom:61px;
}
.mg61{
    margin:0 61px;
}
.video_center .video_center_item .video_center_item_top{
    height:260px;
    position:relative;
    cursor: pointer;
}
.video_center .video_center_item .video_center_item_top img:not(:last-child){
    width:100%;
    height:100%;
}
.video_center .video_center_item .video_center_item_top img:last-child{
    width:40px;
    height:40px;
    position:absolute;
    left:173px;
    top:110px;
    z-index:111;
    cursor: pointer;
}
.video_center .video_center_item .video_center_item_bottom{
    padding:16px 16px 0 16px;
    box-sizing: border-box;
}
.video_center .video_center_item .video_center_item_bottom  .content{
    font-family: pingfangsc-semibold;
    font-size: 20px;
    color: #2f3133;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    height:60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video_center .video_center_item .video_center_item_bottom  .date{
    font-family: pingfangsc-regular;
    font-size: 16px;
    color: #767980;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
    margin-top:20px;
    text-align: left;
}
#video_center .el-pagination.is-background .btn-next,
#video_center .el-pagination.is-background .btn-prev,
#video_center .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    min-width: 30px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #c2c8cf;
    width:32px;
    height:32px;
    color: #000000;
}

#video_center .el-pager li {
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    font-weight: 400;
    width:32px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
}
.el-dialog{
    background: #050505 !important;
}
.el-dialog__footer{
    padding-top:15px;
}
#video_center .el-pagination.is-background .el-pager li:not(.disabled):hover{
    color:#e95532;
    border-radius: 2px;
}
#video_center .el-pagination.is-background .el-pager li:not(.disabled).active{
    background:#e95532;
    color:#fff;
}
#video_center .el-pagination span:not([class*=suffix]){
    height:32px;
    line-height:32px;
}
.el-dialog__wrapper{
    z-index:9999999 !important;
}
.el-dialog__wrapper .video_content p video{
    display: block;
    margin:0 auto;
    width:100%;
}
.el-dialog__body{
    padding:0;
    padding-top: 15px;
}
.el-dialog__footer{
    padding:0;
}
/***swiper****/
