.banner {
    margin-top: 0;
}

div[class^="banner-image-bg"]{
    position: relative;
    min-height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.banner .banner-image-bg-1 {
    background-image: url(../img/index/1.jpg);
}
.banner .banner-image-bg-2 {
    background-image: url(../img/index/2.jpg);
}
.banner .banner-image-bg-3 {
    background-image: url(../img/index/3.jpg);
}
.home-banner-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 115px;
    transform: translate(-50%,0);
    width: 110px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.home-section-btn {
    display: inline-block;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #262250;
    color: #262250;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.home-section1 {
    padding:75px 20px 70px;
}
.home-section1-title {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section2 {
    padding: 45px 20px 0;
    height: 200px;
    background-image: url(../img/index/5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-section2 .common-section-title {
    text-align: center;
    padding-bottom: 20px;
}
.home-section3 {
    padding:  45px 20px 100px;
}
.home-section3 .common-section-title {
    padding-bottom: 20px;
}
.home-section3-main {
    width: 100%;
    background: #FFFFFF;
    padding: 20px 25px;
    box-shadow: 0px 10px 40px 0px rgba(15,125,237,0.2);
    border-radius: 8px;
}
.home-section3-main > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-section3-item {
    width: 85px;
    padding-bottom: 20px;
}
.home-section3-item.title {
    font-size: 16px;
    color: #262250;
}
.home-section3-item.item {
    font-size: 12px;
    color: rgba(38, 34, 80, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-section3-item.item > div {
    text-align: center;
    height: 36px;
}
.home-section3-item img {
    width: 60px;
    height: auto;
}
.home-section4 {
    padding: 45px 20px 60px;
    background-image: url(../img/index/5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-section5 {
    font-size: 0;
}
.home-section7 {
    text-align: center;
    padding: 70px 20px 50px;
}
.home-section7 .customer-swiper {
    overflow: hidden;
}
.home-section8 {
    text-align: center;
    padding: 70px 20px 50px;
}
.pinter-main > div {
    display: flex;
    justify-content: space-between;
}
.pinter-main a {
    display: inline-block;
    margin-bottom: 20px;
}
.pinter-main img {
    width: 180px;
}
.customer-pagination {
    margin-top: 40px;
}
.customer-pagination .swiper-pagination-bullet {
    background: #CCCCCC;
}
.customer-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(270deg, #40EDFD 0%, #3399FF 100%);
}