/* CSS Document */
.bg {
    background: url(../images/winform/bg.png) no-repeat center;
   
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.logo{
    text-align:left;
    width:1200px;
    margin:auto;
    margin-top:5%;
}
.content {
    text-align: left;
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    display:flex;
}
.right{
    width:100%;
    text-align:right;
}

.left {
    width: 291px;
    text-align:left;
}
body{
    padding:0;
    margin:0;
}
.swiper-slide{
    text-align:center;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 50px;
    display: inline-block;
    border-radius: 10px;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff !important;
}