/* -Cssの头- */
header{
    width: 100%;
    background-color: #fff;
}

.logo img {
    display: block;
    width: 75px;
    height: 75px;
}

.logo {
    margin-right: 1rem; /* 如果需要在logo右侧添加其他元素，则可以调整此值 */
}

.inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

.menu {
    width: 100%;
    height: 100%;
}

.menu ul{
    width: 100%;
    height: inherit;
    margin:  0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu ul li{
    list-style-type: none;
    position: relative;
    display: inline-block;
    border-width: 0;
}

.menu li:not(:last-child)::after {
    display: inline-block;
    content: "";
    margin: -5px 18px 0 18px;
}

.menu ul li a {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #00030a;
    background: transparent;
    display: inline-block;
}

.menu a span {
    width: 0;
    height: 3px;
    margin-top: 4px;
    background: #58c4a7;
    transition: .33s all ease-out;
    display: block;
}

.menu a:hover span {
    width: 100%;
}

.menu li.current a span{
    width: 100%;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.header-right{
    width: auto;
    padding-left: 5%;
    justify-content: flex-end;
}

.header-right ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.header-right ul li{
    padding: 0 10px;
}

#section1 {
    width: 100%;
    height: 60vh;
    background-color: #ADD8E6;
    background-image: url(./images/home01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    word-wrap: break-word;
}

#section1 .content{
    padding-top: 9rem;
    word-wrap: break-word;
}

#section1 h2{
    font-size: 50px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -.025em;
    margin-bottom: 2rem;
}

#section1 p{
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

#section1 ul{
    list-style: none;
    margin: 2rem 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
}

#section1 ul li{
    margin-right: 1rem;
}

.btn-start {
    display: inline-block;
    padding: 21px 55px;
    font-size: 14px;
    border-radius: 3px;
    outline: 0px;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: transparent;
    font-weight: 700;
    line-height: 1.7;
    transition: .3s ease-out;
}

    .btn-start:hover {
        background-color: #ADD8E6;
        border-color: #ADD8E6;
        color: rgb(255, 255, 255);
    }

.btn-get {
    display: inline-block;
    padding: 21px 55px;
    font-size: 14px;
    border-radius: 3px;
    outline: 0px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ADD8E6;
    color: rgb(255, 255, 255);
    background-color: #ADD8E6;
    font-weight: 700;
    line-height: 1.7;
    transition: .3s ease-out;
}

    .btn-get:hover {
        background-color: #ADD8E6;
        border-color: #ADD8E6;
        color: rgb(255, 255, 255);
    }

#section2{
    width: 100%;
    height: 60vh;
    background-color: #fff;
    background-image: url(./images/home02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    word-wrap: break-word;
}

#section2 .content{
    padding-top: 7rem;
    word-wrap: break-word;
}

#section2 h2{
    font-size: 32px;
    color: #ff4b22;
    line-height: 1.4;
    letter-spacing: -.025em;
}

#section2 h3{
    font-size: 26px;
    font-weight: 700;
    color: #00030a;
    line-height: 1.35;
    letter-spacing: -.025em;
    margin-bottom: 3rem;
}

#section2 p{
    color: #6c757d;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 3rem;
}


#section3{
    width: 100%;
    height: 60vh;
    background-color: #fff;
    background-image: url(./images/home02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    word-wrap: break-word;
}

#section3 .content{
    padding-top: 7rem;
    word-wrap: break-word;
}

#section3 h2{
    font-size: 32px;
    color: #ff4b22;
    line-height: 1.4;
    letter-spacing: -.025em;
}

#section2 h3{
    font-size: 26px;
    font-weight: 700;
    color: #00030a;
    line-height: 1.35;
    letter-spacing: -.025em;
    margin-bottom: 3rem;
}

#section3 p{
    color: #6c757d;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 3rem;
}


#section4{
    width: 100%;
    height: 60vh;
    background-color: #fff;
    background-image: url(./images/home02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    word-wrap: break-word;
}

#section4 .content{
    padding-top: 7rem;
    word-wrap: break-word;
}

#section4 h2{
    font-size: 32px;
    color: #ff4b22;
    line-height: 1.4;
    letter-spacing: -.025em;
}

#section4 h3{
    font-size: 26px;
    font-weight: 700;
    color: #00030a;
    line-height: 1.35;
    letter-spacing: -.025em;
    margin-bottom: 3rem;
}

#section4 p{
    color: #6c757d;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 3rem;
}

/* -Footer Css- */
footer{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #000;
    color: rgba(255, 255, 255);
}

footer p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: .025em;
}

footer a{
    color: #58c4a7;
}

/*STE87通用CSS到此为止！*/

/*
<!--||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!--                                                                  -->
<!--                                                                  -->
<!--              ////////    ////////    ////////    ////////        -->
<!--             //             //       //          //               -->
<!--            //             //       //          //                -->
<!--           ////////       //       ////////    ////////           -->
<!--                //       //       //                //            -->
<!--               //       //       //                //             -->
<!--        ////////       //       ////////    ////////              -->
<!--                                                                  -->
<!--                                                                  -->
<!--||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
*/

/*以下内容就不是我写的了，什么傻*滑动页面，我当初为啥搞他，真的烦死人*/

swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: auto;
}

.swiper-container .swiper-wrapper {
    height: auto;
    min-height: 36.25vw;
}

@media (min-width: 1600px) {
    .swiper-container .swiper-wrapper {
        height: auto;
        min-height: 696px;
    }
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    min-height: inherit;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 10;
    width: 53px;
    height: 53px;
    font-size: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
}

    .swiper-button-prev:before,
    .swiper-button-next:before {
        font-family: 'Material Design Icons';
        font-size: 48px;
        line-height: 1;
        color: #fff;
        opacity: 1;
        transition: .33s all ease;
    }

    .swiper-button-prev:hover:before,
    .swiper-button-next:hover:before {
        opacity: .5;
    }

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-prev:before {
        content: '\f14a';
    }

    .swiper-button-next:before {
        content: '\f14f';
    }

.swiper-pagination-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
}

@media (min-width: 992px) {
    .swiper-pagination-wrap {
        bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .swiper-pagination-wrap {
        bottom: 55px;
    }
}

.swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

@media (min-width: 768px) {
    .swiper-pagination {
        text-align: left;
    }
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #cdcdcd;
    pointer-events: none;
    transition: all .2s ease-out;
}

    .swiper-pagination-bullet + * {
        margin-left: 10px;
    }

@media (min-width: 768px) {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        pointer-events: auto;
    }

        .swiper-pagination-bullet + * {
            margin-left: 20px;
        }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: #58c4a7;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    height: 5px;
    width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #58c4a7;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    white-space: nowrap;
    background-position: center center;
    overflow: hidden;
}

    .swiper-slide:not(.vide):not(.rd-parallax):before,
    .swiper-slide .parallax_cnt:before, .swiper-slide .vide__body:before {
        content: '';
        display: inline-block;
        height: 50%;
    }

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    margin-left: -.25em;
    vertical-align: middle;
    white-space: normal;
    z-index: 1;
}

.swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
    height: auto;
    min-height: calc(100vh - 56px);
}

    .swiper-variant-1 .swiper-slide-caption {
        padding: 40px 0 40px;
    }

    .swiper-variant-1 .swiper-button-prev,
    .swiper-variant-1 .swiper-button-next {
        display: none;
    }

    .swiper-variant-1 .slider-text {
        display: none;
    }

@media (min-width: 768px) {
    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 36.25vw;
    }

        .swiper-variant-1 .swiper-slide-caption {
            padding: 60px 0 115px;
        }

        .swiper-variant-1 .slider-header {
            font-size: 50px;
        }

        .swiper-variant-1 .slider-text {
            display: block;
        }
}

@media (min-width: 992px) {
    .swiper-variant-1 .swiper-slide-caption {
        padding: 100px 0 155px;
    }

    .swiper-variant-1 .swiper-button-prev,
    .swiper-variant-1 .swiper-button-next {
        position: absolute;
        top: 59%;
        transform: translateY(-59%);
        z-index: 10;
        display: block;
    }

    .swiper-variant-1 .swiper-button-prev {
        left: 5.1%;
    }

    .swiper-variant-1 .swiper-button-next {
        right: 5.1%;
    }
}

@media (min-width: 1200px) {
    .swiper-variant-1 .slider-header {
        font-size: 59px;
    }

    .swiper-variant-1 .swiper-button-prev {
        left: calc(50vw - 1200px / 2 + 15px + (1200px / 12) * 0);
    }

    .swiper-variant-1 .swiper-button-next {
        right: calc(50vw - 1200px / 2 + 15px + (1200px / 12) * 0);
    }
}

@media (min-width: 1600px) {
    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 696px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

img, picture, figure {
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    height: auto;
    border: 0;
    background: transparent;
}

a {
    text-decoration: none;
    background-color: transparent;
}

header, main, footer, nav, section, figure, article {
    display: block;
}

header, main, footer {
    width: 100%;
}

.wrap_900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.wrap_600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
