﻿#swiper-banner .swiper-slide>a{position:relative;}
#swiper-banner .swiper-slide>a:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#01417c66;}
.banner-animate{position:absolute;left:7%;top:50%;transform:translate(0,-50%);color:#fff}
.banner-animate .title{font-size:3vw;font-weight:500;line-height:1.2;color:#fff;margin-bottom:4%}
.banner-animate .desc{font-size:1.5vw;line-height:1.5;letter-spacing:2px;margin-bottom:3%;color:#fff}
@media (max-width:1024px) {
.banner-animate .desc{display: none;}
}
@media (max-width:768px) {
.banner-animate .title{display: none;}
}
.banner-animate.ban1 .title{margin-bottom:2%}
/*.banner-animate.ban1 .desc{color:#4ca85f;background:#ffffff80;padding:0 20px;border-radius:25px;text-align:center}*/
