
.carousel-banner {
    width: 100%;
    height: 470px;
    margin-top: 75px;
    position:relative;
}

.swiper-container {
    /*margin-top: -138px;*/
    width: 100%;
    height: 460px;
}
.swiper-slide{
    position:relative;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    margin-bottom: 65px;
    bottom: 10px;
    left: 0;
    width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #000;
    opacity: .3;
    margin: 0 5px;
    cursor:pointer;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #000000;
}

.carousel-title{
    width: 600px;
    height: 52px;
    position: absolute;
    left: 100px;
    top: 50px;
    font-family: SOURCEHANSANSCN-BOLD;
    font-size: 44px;

}
.carousel-text{
    width: 400px;
    height: 122px;
    position: absolute;
    left: 100px;
    top: 130px;
    font-family:SOURCEHANSANSCN-Regular;
    font-size: 16px;
}

.carousel-button{
    width: 140px;
    height: 45px;
    position: absolute;
    left: 100px;
    top: 280px;
    font-family:SOURCEHANSANSCN-Regular;
    font-size: 16px;
    border: 1px solid;
    border-radius: 2px;
    cursor:pointer;
}

.carousel-button p{
    text-align: center;
}

.carousel-footer{
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 10px;
    background-color: rgba(	255,255,255,0.8);
    z-index:1;
}
.carousel-footer .ax-padding{
    padding: 0 100px 0 100px;
    height: 100%;
}

.footer_col{
    position:relative;
}
.footer_col_img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30%;
    top:30%
}
.footer_col_p1{
    font-family: SOURCEHANSANSCN-BOLD;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top:12%
}
.footer_col_p2{
    font-family: SOURCEHANSANSCN-Regular;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top:45%
}



