/* ---------------------------------------------------------- */
/*                                                            */
/* 项目：响应式网站                                           */
/*                                                            */
/* - 时间：2019.08.18                                         */
/* - 作者：tony                                               */
/*                                                            */
/*                                                            */
/*                                                    */
/*                                                            */
/* ---------------------------------------------------------- */

@charset "utf-8";
.swiper-container {
        width: 100%;
        height: 100%;
      
    }
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background: url(../img/banner_bg.jpg) no-repeat;
    }
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
        margin-top: 10rem;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
         padding-top: 4rem;
    }
    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
    