.banner{
  margin-top: 90px;
  height: 500px;
  background-image: url("/img/fastone/tab-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content{
  padding-top: 6%;  
  padding-left: 13%;
}
.banner-content h2{
  font-size: 50px;  
  color: #fff;
  line-height: 75px;
  font-weight: 500;
}
.banner-content h1{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  margin-top: 24px;
}
.banner-content span{
  display: inline-block;
  text-align: center;
  width: 123px;
  background: linear-gradient(98deg,#085dec 0,#02bffc 100%);
  font-size: 28px;  
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-bottom: 1em;
}
.company {
  width: 590px;
  height: 56px;
  background: -webkit-gradient(linear,left top,right top,from(#085cec),to(#02c1fc));
  background: linear-gradient(90deg,#085cec 0,#02c1fc 100%);  
  font-size: 30px;  
  font-weight: 500;
  color: #fff;
  line-height: 56px;
  text-align: center;
  margin-top: 60px;
}
main{    
  margin-top: 60px;  
}
article{
  margin-top: 60px;
}
.tabs-title{  
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;  
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.tabs-title .title-left{
  width: 6px;
  height: 36px;
  background: -webkit-gradient(linear,left top,left bottom,from(#0860ed),to(#02bdfb));
  background: linear-gradient(180deg,#0860ed 0,#02bdfb 100%);
  margin-right: 24px;
}

.tabs-title .title-right{    
  margin-right: 24px;
  font-size: 32px;  
  font-weight: 500;
  color: #333;
}
.tabs-title .sub-title{
  font-size: 26px;  
  font-weight: 400;
  color: #333;
}
.clients-content{
  margin-top: 30px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.clients-content ul{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.clients-content ul li{
  width: 50%;
}
.clients-content ul li p{
  text-align: center;
  font-size: 24px;  
  font-weight: 500;
  color: #333;
  line-height: 36px;
  margin-top: 20px;
}
.clients .text{
  height: 398px;
  background: #fbfbfb;
  width: 100%;
}
.clients .text .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.item{
  width: 30%;
}
.item .top{  
  height: 52px;
  background: url(/img/fastone/c1.png) center/100% 100% no-repeat;
  font-size: 24px;  
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 52px;
}
.item .bottom{
  margin-top: 30px;
}
.bottom .title{
  font-size: 20px;  
  font-weight: 500;
  color: #323333;
  line-height: 30px;
  margin-top: 10px;
}
.desc{
  font-size: 16px;  
  font-weight: 400;
  color: #767677;
  line-height: 24px;
  margin-top: 3px;
}
.App-content{
  width: 1100px;
  margin: 0 auto;  
  padding-top: 50px;
}
.App-content .swiper-box{
  margin-top: -30px;
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
}
.App-content .swiper-box .box{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 250px;
  box-shadow: 0 2px 11px 0 rgb(145 145 145 / 50%);
  background: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  margin-right: 30px;
  height: 200px;
}
.App-content .swiper-box .box img{
  width: 100%;
}
.App-content .swiper-box .box h4{
  height: 60px;
  padding-left: 10px;
  line-height: 60px;
  width: 100%;
}
.solutions .container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.solutions .solu-content{
  text-align: center;
  margin-top: 50px;
  
}
.solutions .solu-content img{  
  height: 567px;
}
.Advantages .container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.Advantages .adv-content{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 50px;  
}
.Advantages .adv-content .item{    
  width: 33%;
  margin-bottom: 30px;
  text-align: center;
}
.Advantages .adv-content .item img{    
  width: 60px;
}
.Advantages .adv-content .item .adv-title{
  margin-top: 6px;
  font-size: 18px;  
  font-weight: 500;
  color: #333;
}
.IC-cases{
  margin-top: 20px;
}
.IC-cases .IC-content{
  text-align: center;
  margin-top: 30px;
}
.IC-cases .IC-content img{  
  height: 460px;
}
@media(max-width:1000px) {
  main{    
    margin-left: 30px;
    margin-right: 30px;  
  }
  .clients .text .container{
    width: 100%;
  }
  .App-content{
    width: 100%;
  }
  .Advantages .container{
    max-width: 100%;    
  }  
  .solutions .solu-content img{
    width: 100%;  
  }
  .top{
    width: 100%;
  }
}