article {
    display: inline-block;
}

.artbox {
    height: 100%;
}

article .maskbox {
    width: 100%;
    height: 100%;
    min-height: 720px;
    position: relative;
    overflow: hidden;
}

.autoUl {
    transition: 1s all;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
}

.autoUl .autoLi {
    width: 100%;
    height: 100%;
    float: left;
}

.swiper-container {
    width: 100%;
    /*height: calc(100% - 82px - 98px);*/
    /*margin-top: 82px;*/
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .6rem;
    /*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-pagination {
    left: 50%;
    bottom: 120px;
}

.swiper-pagination span {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}


/*.gobox{
		    width: 24%;
		    height: 30%;
		    position: absolute;
		    right: 28.5%;
		    display: block;
		    top: 49%;
    	}*/

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-button-prev {
    left: 25px;
    padding: 0 30px;
}

.swiper-button-next {
    padding: 0 30px;
    right: 25px;
}

@media only screen and (max-width: 1366px) {
    footer .footerContent {
        margin: 16px auto !important;
    }
}