.swiper-container{ width:100%; height:1000px; position: relative; overflow: hidden;}
.swiper-container .swiper-slide{ background-repeat:no-repeat; background-position:center; background-size:cover;}
.swiper-container .swiper-slide video { position: absolute; left: 0; top: 0; width: 100%; height:100%; object-position: center; object-fit: cover;}
.swiper-container .swiper-slide .fh-tx { position: absolute; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); text-align: center; padding: 0 25px; display: flex; justify-content: center; flex-direction: column;}
.swiper-container .swiper-slide .fh-tx h2 { font-size: 72px; color: #fff;}
.swiper-container .swiper-slide .fh-tx h3 { font-size: 48px; font-weight: normal; color: #fff; margin-top: 27px;}
.swiper-container .swiper-slide .fh-tx a { display: block; width: 220px; height: 50px; line-height: 48px; font-family: 'Open Sans Semibold'; font-size: 24px; color: #fff; border: 1px solid rgba(255,255,255,0.75); border-radius: 25px; text-align: left; padding-left: 24px; margin: 59px auto 0; background: url(../Images/jt02.png) no-repeat 169px center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.swiper-container .swiper-slide .fh-tx a:hover { background-color: #01368f; border-color: #01368f;}
@media screen and (max-width:2048px){ 
    .swiper-container{ height:800px;}
}
@media screen and (max-width:1920px){ 
    .swiper-container{ height:750px;}
    .swiper-container .swiper-slide .fh-tx h2 { font-size: 60px;}
    .swiper-container .swiper-slide .fh-tx h3 { font-size: 40px;}
}
@media screen and (max-width:1680px){ 
    .swiper-container{ height:655px;}
}
@media screen and (max-width:1440px){ 
    .swiper-container{ height:563px;}
    .swiper-container .swiper-slide .fh-tx h2 { font-size: 48px;}
    .swiper-container .swiper-slide .fh-tx h3 { font-size: 32px; margin-top: 14px;}
    .swiper-container .swiper-slide .fh-tx a { width: 180px; height: 40px; line-height: 38px; background-position: 140px center; background-size: 20px 12px; font-size: 18px; padding-left: 20px; margin-top: 32px;}
}
@media screen and (max-width:1280px){ 
    .swiper-container{ height:500px;}
}