.banner{margin-top:20px;margin-bottom: 34px;overflow: hidden;}
.align-items-center{
display: flex;
align-items: center;
justify-content: center;
align-content: center;
}
.align-items-center  .bannerimg{display: block;width: 720px;height: 570px;}
.align-items-center .banner_text{padding-left: 45px;padding-right: 10px;}
.banner_text .bannertit{font-size:40px;color:#0064fe;line-height: 56px;}
.detail{margin-top:30px;display: block;width:162px;height: 45px;line-height: 45px;border: solid 1px #ee0002;border-radius:40px;text-align: center;color:#ee0002;font-size: 14px;}
.detail:hover{background:#ee0002;color:#fff;}
.swiper-pagination{position: absolute;text-align: right;bottom:6px;}
.swiper-pagination-bullet{-webkit-transition: all 0.3s ease; transition: all 0.3s ease;width:25px;height: 5px;background: #384649;border-radius:0px;border-radius:3px;opacity:1!important;margin:0px 3px!important;}
.swiper-pagination-bullet-active{background: #ec0000;width: 36px;}
.swiper-pagination-bullet:last-of-type{margin-right:0px!important;}

@media screen and (max-width:1400px) {
    .align-items-center .bannerimg{width:537px;height:422px;}
    .banner_text .bannertit{font-size:32px;line-height:32px;}
    .footer{position:fixed;bottom:0px;left:0px;width:100%;}
}
@media screen and (max-width:1080px) {
.align-items-center{flex-direction: column;}
.align-items-center .bannerimg{width:100%;height: auto;}
.align-items-center .banner_text{padding-left:0px;padding-right:0px;margin-top: 20px;}
.banner_text .bannertit{font-size:19px;line-height: 32px;}
.detail{height:36px;line-height:36px;width: 140px;margin-top: 15px;}
.swiper-pagination-bullet-active{width: 32px!important;}
.swiper-pagination{position:fixed;text-align:center;margin-top:0px;bottom:130px!important;}
.footer{position:fixed;bottom:0px;left:0px;width:100%;}




}