.banner-bottom{
    display: flex;
    flex-direction: inherit;
    align-items: center;
    padding: 5px 5%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-bottom li{
    width:24%;
    margin:1px 0.5%;
    display: flex;
    flex-direction: inherit;
    float: left;
    background: #fff;
    border-radius: 10px;
}
.banner-bottom li .banner-bottom-left{
    width:80%;
    text-align: left;
    padding: 15px;
}
.banner-bottom li .banner-bottom-right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.banner-bottom li .banner-bottom-right-ico{
    display: block;
    width: 27px;
    height: 27px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    background: #b5d9fe;
    border-radius: 50%;
    margin: auto;
}
.banner-bottom li .banner-bottom-left .banner-bottom-left-title{
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.banner-bottom li .banner-bottom-left .banner-bottom-left-title span{
    margin-left:20px;
    background-image: linear-gradient(45deg, #4760ff, #0dccff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.banner-bottom li .banner-bottom-left .banner-bottom-left-intro{
    font-size: 14px;
    color: #595959;
}
.whyyun .section-content{
    width: 100%;
    padding: 20px 5%;
}
.whyyun .section-content h1{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.whyyun .whyyun-yiyong{
    background:#E3E5EA url(../assets/img/PC-bg1.png) no-repeat bottom right/contain;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}
.whyyun .whyyun-yiyong li{
    width: 460px;
}
.whyyun .whyyun-yiyong li h2,.whyyun .whyyun-peizhi .feature-type8-item h2{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #191919;
   
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    line-height: 32px;
    margin-bottom: 8px;
   
  
    text-overflow: ellipsis;
    width: 320px;
}
.whyyun .whyyun-yiyong li span,.whyyun .whyyun-peizhi .feature-type8-item span{
   font-size: 16px;
   color: #595959;
}
.whyyun .whyyun-yiyong li img,.whyyun .whyyun-peizhi .feature-type8-item img{
    width: 24px;
}
.whyyun .whyyun-peizhi{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
    
}
.whyyun .whyyun-peizhi .feature-type8-item{
   flex: 0 0 calc(50% - 10px);
   background: #fff;
   border-radius: 10px;
   padding: 30px;
   
}
.whyyun .whyyun-xjb{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
    border-radius: 10px;
    background:linear-gradient(to right, #0bbafb, #4285ec);
    border: 1px solid transparent;

    background-clip: content-box, border-box;
    background-origin: content-box, border-box;
    background-image: linear-gradient(to right, #f2f1f1, #f2f1f1), linear-gradient(45deg,#0bbafb, #4285ec);
}
.guochanhua{
    border: 0 !important;
    background: #fff !important;
}
.whyyun .whyyun-xjb li{
    width: 25%;
    padding: 30px;
}
.whyyun .whyyun-xjb li h2{
    font-size: 18px;
    font-weight: bold;
    
}
.whyyun .whyyun-xjb li p{
    font-size: 14px;
    color: #595959;
    
}
.whyyun-xjb-title{
    font-size: 20px;
    color: #191919;
    font-weight: bold;
    line-height: 42px;
    padding-top:40px !important;
}
.whyyun-xjb-zixun{
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyyun-xjb-zixun div{
    width: 150px;
    height: 50px;
    border: 1px solid #207cda;
    border-radius:10px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #207cda;
    font-weight: bold;
}
.changjing .section-content h1{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.changjing .section-content{
    padding: 20px 5%;
}
.changjing .section-content .changjing-list{
    display: flex;
}
.changjing .section-content .changjing-list li{
    width: 31%;
    margin: 20px 1%;
}
.changjing .section-content .changjing-list li img{
    width: 100%;
    border-radius: 10px;
}
.changjing .section-content .changjing-list li .changjing-list-title{
    font-size: 18px;
    color: #191919;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.changjing .section-content .changjing-list li p{
    text-align: center;
    font-size: 14px;
    color: #595959;
    line-height: 30px;
}
.changjing .section-content .changjing-list li .changjing-zixun{
    width: 94px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #207cda;
    color: #207cda;
    background:#fff;
    margin: 1px auto;
    border-radius: 10px;
    text-align: center;
}










