.swiper-container {
    height: 100vh;
}
.banner-box .text {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.banner-box .text .title{
    text-shadow: 0 0 2px black;
}
.banner-box .mouth{
    width: 39.9rem;
    height: 5rem;
    background: url("/img/yinrayCloud/text-bg.png") no-repeat;
    background-size: cover;
    font-size: 3.3rem;
    color: #fff;
    box-shadow: 1.7rem 1.3rem 1.6rem 0
    rgba(2, 34, 91, 0.29);
}
.banner-box>p:first-child{
    margin-bottom: 30px;
    font-size: 5rem!important;;
    font-weight: 600;
    color: #fff;
    letter-spacing: 10px;
}
.yin-ray-desc {
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 4px;
    /*background: #003FCF;*/
    /*background: -webkit-linear-gradient(to right, #003FCF 0%, #FDFCFF 60%);*/
    /*background: -moz-linear-gradient(to right, #003FCF 0%, #FDFCFF 60%);*/
    /*background: linear-gradient(to right, #003FCF 0%, #FDFCFF 60%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    text-align: left;
}
.company-profile-box{
    width: 100%;
    height: 53.5rem;
    background: url("/img/yinrayCloud/company-bg.png") no-repeat #060A21;
    background-size: cover;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.company-profile-box.company-profile-text{
    width: 39.9rem;
    height: 5rem;
}
.company-profile-box .left{
    width: 45.8rem;
    color: #fff;
}
.company-profile-box  .right {
    padding-top: 6rem;
}
.company-profile-box  .right img{
    width: 42.31rem;
}
.company-profile-box .left .title {
    margin-bottom: 5.3rem;
    font-size: 2.75rem;
    font-weight: 600;
}
.company-profile-box .left .desc {
    text-indent: 2em;
    font-size: 1.125rem;
    line-height: 3.1rem;
}

.banner {
    background: #060A21;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: url("/img/yinrayCloud/cloud-swiper-bg.png") no-repeat;
    background-size: cover;
    /*background-position-y: -66px;*/
}
.banner h1 {
    font-size:36px;
    text-align:center;
    font-weight:normal;
}
.banner h2 {
    font-size:18px;
    color:#535353;
    text-align:center;
    font-weight:normal;
    margin:20px 0 60px;
}
.banner .swiper {
    width:1500px;
    margin:0 auto;
    position:relative;
}
.banner .swiper-slide{
    padding-bottom: 0!important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}
.banner .swiper-slide img{
    max-height: 15.75rem;
    max-width: 80%;
}
.banner .desc-box{
    width: 85rem;
    margin:0 auto 4.56rem;
    display: flex;
    align-items: center;
}
.banner .desc-box .title span {
    position: relative;
    top: -0.8rem;
}
.banner .desc-box .title{
    position: relative;
    padding-right: 3.31rem;
    margin-right: 3.31rem;
    font-size: 2.38rem;
    color: #fff;
    flex-shrink: 0;
    box-sizing: border-box;
    font-weight: 400;
}
.banner .desc-box .title:after{
    content: "";
    position: absolute;
    bottom: 1.35rem;
    right: 9rem;
    width: 5.44rem;
    height: 0.69rem;
    background-color: #2162db;
    border-radius: 0.31rem;
}
.banner .desc-box img {
    margin-right: 0.94rem;
    position: relative;
    top: -1rem;
    width: 3.06rem;
    height: 3.13rem;
}
.banner .desc-box .desc {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 4rem;
    height: 4.94rem;
    font-size: 1.125rem;
    border-left: 1px solid #fff;
    color: #fff;
    line-height: 1.8rem;
}
.current-swiper {
    width:60%;
    height:30.625rem;
    border-radius:10px;
    margin:0 auto;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
    position:relative;
    z-index:99;
}
.left-swiper {
    position:absolute;
    left:0;
    top:52px;
    z-index:1;
}
.right-swiper {
    position:absolute;
    right:0;
    top:52px;
    z-index:1;
}
.nocurrent-swiper {
    width:50%;
    height:23.75rem;
    border-radius:8px;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:99;
}
.slide1 {
    background:url("/img/yinrayCloud/sw-bg-1.png")  no-repeat #fff ;
    background-size: cover;
}
.slide2 {
    background:url("/img/yinrayCloud/sw-bg-2.png") no-repeat  #e2e3e8;
    background-size: cover;
}
.slide3 {
    background:url("/img/yinrayCloud/sw-bg-3.png") no-repeat  #f0faf9;
    background-size: cover;
}
.slide4 {
    background:url("/img/yinrayCloud/sw-bg-4.png") no-repeat  #f0faf9;
    background-size: cover;
}
.title {
    font-size:2.5rem;
    font-weight: 600;
}

.nocurrent-swiper .title {
    /*padding-top:44px;*/
    /*margin-left:30px;*/
    font-size:2.5rem;
    color: #333;
    /*height:25px;*/
    /*line-height:25px;*/
}

.nocurrent-swiper .name {
    height:2.875rem;
    line-height:2.875rem;
    font-size:30px;
    padding-right:46px;
    margin-left:30px;
}
.nocurrent-swiper .swiper-slide img{
    max-height: 200px;
    max-width: 100%;
}

.nocurrent-swiper .name:before {
    width:26px;
    height:26px;
    background-size:100% 100%;
}
.detail {
    width: 85%;
    padding: 0 3.125rem;
    margin: 1.125rem 0  2.125rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nocurrent-swiper .detail {
    font-size: 1rem;
    font-weight: 600;
    line-height:20px;
    width: 80%;
    margin-left:30px;
}
.swiper-button-prev {
    width:46px;
    height:46px;
    background:url(/img/test/curr_prev.png) no-repeat center center;
}
.swiper-button-next {
    width:46px;
    height:46px;
    background-size:auto;
    background-image:url(/img/test/curr_next.png);
}
.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.swing-in-bottom-bck {
    -webkit-animation: swing-in-bottom-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-bottom-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@-webkit-keyframes swing-in-bottom-bck {
    0% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
}
@keyframes swing-in-bottom-bck {
    0% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
}
.focus-in-contract {
    -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


@media only screen and (max-width: 1600px) {
    .banner .swiper {
        width:1200px;
    }
}
