.center .swiper-container {
    height: 100vh;
}

.center .swiper-container-vertical > .swiper-pagination-bullets {
    right: 20px !important;
}

.center .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #FFF;
    opacity: .6;
}

.center .swiper-pagination-bullet-active {
    background: #DD0000;
    opacity: 1;
}

.center .swiper-container .bg {
    width: calc(100vw - 60px);
    height: 100vh;
    position: relative;
}

.center .swiper-container .bg1 {
    /* background: url("../image/home/01.jpg") no-repeat center; */
    background-size: cover !important;
    background-color: #000;
}

.center .swiper-container .bg2 {
    background: url("../image/home/02.jpg") no-repeat center;
    background-size: cover;
}

.center .swiper-container .bg3 {
    background: url("../image/home/03.jpg") no-repeat center;
    background-size: cover;
}

.center .swiper-container .bg4 {
    background: url("../image/home/04.jpg") no-repeat center;
    background-size: cover;
}

.center .swiper-container .bg5 {
    background: url("../image/home/05.jpg") no-repeat center;
    background-size: cover;
}

.center .swiper-container .bg6 {
    background: url("../image/home/06.jpg") no-repeat center;
    background-size: cover;
}

.center .swiper-container .no {
    height: 100vh;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
}

.center .swiper-container .no span {
    display: block;
    color: #FFF;
}

.center .swiper-container .no span:HOVER {
    cursor: default;
}

.center .swiper-container .no .big {
    font-size: 30pt;
    margin-bottom:20px;
}

.center .swiper-container .no .small {
    font-size: 11pt;
    padding: 15px 0px;
}

.center .swiper-container .no button {
    background: transparent;
    color: #FFF;
    font-family: 微软雅黑;
    border: 1px solid #FFF;
    font-size: 11pt;
    /* height: 40px;
    width: 200px */
    padding: 9px 55px;
}

.center .swiper-container .no button:HOVER {
    cursor: pointer;
}

.center .swiper-container .no1 {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: relative;
    z-index: 9;
}

.center .swiper-container .no1>p{
    margin:10px 0;
}

.center .swiper-container .no1 .img1 {
    width: 240px;
    height: 240px;
    display: block;
}

.center .swiper-container .no1 .img2 {
    width: 400px;
    height: 64px;
    display: block;
}

.center .swiper-container .no2, .center .swiper-container .no3, .center .swiper-container .no4, .center .swiper-container .no5, .center .swiper-container .no6 {
    width: calc(50% - 50px);
    position: relative;
    -ms-flex-align: start;
}

.center .swiper-container .no2 .small, .center .swiper-container .no3 .small, .center .swiper-container .no4 .small, .center .swiper-container .no5 .small, .center .swiper-container .no6 .small {
    width: calc(100%);
}

.center .swiper-container .no2, .center .swiper-container .no4, .center .swiper-container .no6 {
    left: 50%;
}

.center .swiper-container .no3, .center .swiper-container .no5 {
    padding-left: 50px;
}

.center .bg1 .video {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.shadow {
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9;
}

#beian {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #FFF;
    white-space: normal;
    z-index: 9;
    font-size: 11pt;
}

#beian a {
    color: #FFF;
    text-decoration: none;
    white-space: normal;
    display: inline-block;
}

#beian a:hover{
    cursor: pointer;
}