.banner{
    height: 333px;
    background: #666;
    margin-top: 66px;
}
.banner .swiper-container{
    width: 100%;
    height: 333px;
}

.banner .swiper-slide{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

/* .banner .swiper-slide:nth-child(1){
    background: url(../images/banner_1.png);
}
.banner .swiper-slide:nth-child(2){
    background: url(../images/banner_2.png);
}
.banner .swiper-slide:nth-child(3){
    background: url(../images/banner_3.png);
} */


.banner .product-feature-banner{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banner .about-us-banner{
    height: 100%;
    background: url(../images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banner .news-center-banner{
    height: 100%;
    background: url(../images/news-center-banner.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
/* new */
.banner .swiper-slide-inner{
  position: relative;  
  padding: 44px 15vw 44px 17vw;
  color: #fff;
  background:linear-gradient(314deg,rgba(51,86,229,1) 0%,rgba(80,140,246,1) 100%);
  height: 100%;
}
.banner .swiper-slide-inner a{
    text-decoration: none;
    color:#4182F4;
}
.banner .swiper-slide-inner>span>span{
    display: inline-block;
}
.banner .swiper-slide-inner>span>span:nth-of-type(1){
   font-size:30px;  
}
.banner .swiper-slide-inner>span>span:nth-of-type(2){
    margin:15px 0;
    font-size:40px;  
 }
 .banner .swiper-slide-inner>span>span:nth-of-type(3){
    font-size:15px;  
 }
 .banner .swiper-slide-inner .apply{
    margin-top:20px; 
    font-size:24px;  
    padding:12px 45px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    cursor: pointer;
 }
 .banner .swiper-slide-inner img{
    width:290px; 
    position:absolute;
    top:44px;
    right: 17vw;
 }

 @media (min-width:1500px){
    .banner .swiper-slide-inner img{
        right: 20vw;
     }
     .banner .swiper-slide-inner{
         padding-left:20vw;
     }
 }