html,body {
    height: 100%;
    width: 100%;
}
.logo {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 3;
}

.nav {
    position: fixed;
    top: 60px;
    right: 50px;
    z-index: 3;
}
.nav a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.nav a .line {
    width: 20px;
    height: 13px;
    position: relative;
    margin-top: 8px;
}
.nav a .line span {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333;
}
.nav a .line span:nth-child(1) {
    top: 0;
}
.nav a .line span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.nav a .line span:nth-child(3) {
    bottom: 0;
}
.nav p {
    font-family: Arial, 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture;
    color: #333;
    font-size: 16px;
}
.content {
    width: 100%;
    height: 100%;
}
.content .swiper-container {
      width: 100%;
      height: 100%;
}
.content .swiper-container .swiper-slide .img {
    /*background-image: url(../../images/blockbusterAndVideoImg/1.jpg);*/
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.content .swiper-container .swiper-slide .xiaoping {
    display: none;
}
.content .swiper-container .swiper-pagination {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.9);
    left: 50%;
    margin-left: -75px;
    bottom: 30px;
    font-size: 16px;
    color: #333333;
    font-family: "黑体", 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture, Arial;
}
.content .swiper-container .swiper-pagination-current {
    margin: 0 20px;
}
.content .swiper-container .swiper-pagination-total {
    margin: 0 20px;
}
.content .swiper-container .swiper-button-prev {
    position: fixed;
    background: url(../../images/commonImg/left-arrow.png) no-repeat;
    background-size: 21px 37px;
    left: 50px !important;
    margin-top: -18px;
}
.content .swiper-container .swiper-button-prev:hover {
    opacity: 0.6;
}
.content .swiper-container .swiper-button-next {
    position: fixed;
    background: url(../../images/commonImg/right-arrow.png) no-repeat;
    background-size: 21px 37px;
    right: 50px !important;
    margin-top: -18px;
}
.content .swiper-container .swiper-button-next:hover {
    opacity: 0.6;
}


@media only screen and (max-width: 1366px) {

    .logo {
        top: 35px;
        left: 35px;
    }   
    .logo a img {
        width: 160px;
        height: auto;
    }
    .nav {
        top: 40px;
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .content .swiper-container .swiper-slide .img {
        background-size: cover;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
    }
    .content .swiper-container .swiper-slide .xiaoping {
        display: block;
        width: 100%;
    }   
}



@media only screen and (max-width: 414px) {
    .logo {
        top: 20px;
        left: 20px;
    }   
    .logo a img {
        width: 110px;
    }
    .nav a {
        width: 70px;
    }
    .nav {
        top: 20px;
        right: 15px;
    }
    .content .swiper-container .swiper-button-prev {
        left: 30px !important;
    }
    .content .swiper-container .swiper-button-next {
        right: 30px !important;
    } 
    .content .swiper-container .swiper-pagination {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-left: -60px;
    }       
}
