.video-page .bread-crumbs {
    border-bottom: 1px solid #BCBABC;
}
.video-page .bread-crumbs .bread-crumbs-ul{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #221914;
    padding-top: 10px;
}

.video-page  .bread-crumbs .bread-crumbs-ul li:after {
    content: ">";
    font-size: 20px;
}
.video-page .bread-crumbs .bread-crumbs-ul li:last-child::after,
.video-page  .bread-crumbs .bread-crumbs-ul li:first-child::after {
    content: "";
}
.video-page .bread-crumbs a {
    color: #221914;
    text-decoration: none;
}
.video-page  .bread-crumbs a:hover {
    color: #c3c900;
}

.video-page  .video-page-top-titer{
    text-align: center;
   padding-top: 20px;
   padding-bottom: 30px;

}
.video-page .video-page-top-titer .video-page-top-titer-str{
    font-size: 40px;
}
.video-page .video-page-top-titer .video-page-top-titer-contr{
    font-size: 25px;
    font-weight: 200;
}
.video-bg{
    background: #000;
    position: relative;
    z-index: 1;
}
.video-btn{
    position: relative;
     height: 532px;
}
.video-btn .video-img{
	position: absolute;
     top: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
    z-index: 901;
     color: #fff;
     font-size: 65px;
   
		cursor:pointer
}
 .icon-rightarrow::before{
    position: absolute;
    top: 49%;
    left: 50%;
    /* transform: translateX(-50%); */
    -webkit-transform: translateX(-50%) translateY(-49%);
    transform: translateX(-50%) translateY(-49%);
    /* -webkit-transition: 1s opacity;
    transition: 1s opacity; */
 
 }

 video::-webkit-media-controls-overlay-play-button {
    height: 532px;
      /* display: none !important; */
}
#video{
    position: absolute;
    top: 0;
    z-index: 2;
}



.classification{
    position: absolute;
    width: 170px;
    top: 0;
    left: 2.8%;
    bottom: 0;
    height: 532px;
   
    color: #221914;
    background: #ddd;
   
    z-index: 902;
    opacity: 0.6;
  
}
.classification-conset{
    position: relative;
    color: #221914;
    padding-top: 30px;
    height: 532px;
    overflow: hidden; 
    overflow-y:scroll;
    padding-bottom: 80px;
}
.classification-conset::-webkit-scrollbar {
    display: none !important;/*隐藏滚动条*/
}
.engt-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    content: '\e662';
    width: 100%;
    height: 60px;
    background: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.engt-btn div{
        color: #000;
        font-size: 20px;
        cursor:pointer
}
.engt-btn div:hover{
     color: #c3c900;
}
 .classification-conse-tititer{
     font-size: 20px;
     color: #221914;
     padding-bottom: 10px;
     padding-top: 10px;
     padding-left: 30px;
     border-bottom: 1px solid #110E0B;
   
 }

 .classification-conset-ul{
     padding-top: 10px;
 }
 .classification-conset-ul li{
     padding: 3px 0px;
 }
 .classification-conset-ul li a{
    color: #221914;
    font-size: 14px;
    display: block;
    padding-left: 30px;
 }
 .classification-conset-ul li:hover{
     background: #6B75A2;
 }
 .classification-conset-ul li:hover a{
    color:#fff !important;
 }
 .swiper-button-next, .swiper-button-prev{
     top: 0
 }
 

.video-page-chonst{
    padding-top: 20px;
    padding-bottom: 150px;
    border-bottom: 1px solid #585756;
}

 .video-page-chonst .video-page-chonst-titers{
     font-size: 34px;
    padding-top: 30px;
 }
 
 .video-page-chonst-text{
     font-size: 20px;
     font-weight: 200;
     display: flex;
     justify-content: space-between;
     
 }
 .video-page-chonst-text-p{
    padding-right: 30px;
 }
 .video-page-chonst-text-p p{
     padding-top: 15px;
 }
.video-page-chonst-text-img{
    /* width: 30%; */
    padding-top: 21px;
}
.video-page-chonst-text-tuo{
    font-size: 21px;
    font-weight: 200;
    padding-top: 10px;
}





 
.video-page-bottm .swiper-father{
    position: relative;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 100px;
    padding-right: 100px;
}
.video-page-bottm .swiper-father .swiper-button-next, .video-page-bottm .swiper-father .swiper-button-prev {
    top: 44% !important;
    color: #ddd;
 
}
.video-page-bottm .swiper-father .swiper-button-next{
    right: 20px;
}
.video-page-bottm .swiper-father .swiper-button-prev {
  
    left: 20px;
}





.shouqi{
    display: none;
        position: absolute;
        top:0;
        z-index: 903;
        left: 2.8%;
        background: #ddd;
        width: 170px;
        text-align: center;
        padding: 5px 0;
        opacity: 0.6;
        
}
.shouqi:hover{
   background: #6B75A2;
   color: #fff;
}

