﻿body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
   overflow:hidden;
}
img.s-logo {
    width:380px;
    height:auto;
}
.s-p {
    font-size:14px;
    font-weight:normal;
}
.bgRed {
    background-color: #ff3334;
}

.footer {
    background-color: #000;
    color: #fff;
}

.swiper-container {
    /*margin-top:-20px;*/
}

.navbar-nav {
    color: #fff;
}

/*.navbar-header {
    border-bottom: 2px solid #f0f0f0;
}*/
.navbar-bottom-white {
    border-bottom: 2px solid #f0f0f0;
}
.navbar-brand {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.75rem;
    margin:auto;
    font-weight:bold;
}

/*.nav a:hover {
    color: #f0f0f0;
}

.nav .justify-content-end a
{
    opacity:0.5;
}*/

header {
    top: 0;
    position: absolute;
    width: 100%;
    margin: 0px;
    margin: auto;
    z-index: 9999;
}

header a {
    color: #f0f0f0;
    opacity: 0.35;
    filter: alpha(opacity=35); /* IE */
    -moz-opacity: 0.35; /* 老版Mozilla */
    -khtml-opacity: 0.35; /* 老版Safari */
    /*margin-top:1px;*/
}
    header a:hover {
        color: #f0f0f0;
        opacity: 1;
        filter: alpha(opacity=100); /* IE */
        -moz-opacity: 1; /* 老版Mozilla */
        -khtml-opacity: 1; /* 老版Safari */
        background-color: #111;
        border-radius: 5px 5px;
        /*box-shadow: 0 .15rem .85rem #333;*/
        box-shadow: 0 .15rem .75rem #111;
        /*border-bottom: 1px solid #f0f0f0;*/
    }

.swiper-wrapper {
    transition-delay: .3s;
}

.swiper-container {
    width: 100%;
    height:auto;
    margin: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    .swiper-slide:nth-child(2) {
        background: #fd7e14;
        color: #fff;
    }
    .swiper-slide:nth-child(3) {
        background: #ff3334;
        color: #fff;
    }
    .swiper-slide:nth-child(4) {
        background: #1f71b7;
        color: #fff;
    }
    .swiper-slide:nth-child(5) {
        background: #17a2b8;
        color: #fff;
    }


.swiper-slide p {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
}

.ani-slide p {
    transform: translateX(0);
    opacity: 1;
}