body .layer-wrapper {
    box-shadow: none;
    background: transparent;
}

.swiper-container {
    height: 100%;
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 270px;
    text-align: center;
}

.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    filter: alpha(opacity=30);
    background: rgba(0, 0, 0, 0.3);
    margin: 0 6px;
    cursor: pointer;
}

.swiper-container .swiper-pagination-switch.swiper-active-switch {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
}

a.more-info {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 320px;
    margin-left: 350px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.more-info.software {
    border: none;
    background: url("../images/btn-more-info.png") center center no-repeat;
}

a.more-info:hover {
    color: #fff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    padding-bottom: 210px;
    position: relative;
}

.swiper-slide.sli-1 {
    background: url("../images/slide-bg-1.jpg") center top no-repeat;
}

.swiper-slide.sli-2 {
    background: url("../images/slide-bg-2.jpg") center top no-repeat;
}

.swiper-slide.sli-3 {
    background: url("../images/slide-bg-3.jpg") center top no-repeat;
}

.swiper-slide.sli-4 {
    background: url("../images/slide-bg-4.jpg") center top no-repeat;
}

.swiper-slide.sli-5 {
    background: url("../images/slide-bg-5.jpg") center top no-repeat;
}

.sli-img-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
}

.opacity-white {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    filter: alpha(opacity=5);
}

.opacity-white:hover {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    filter: alpha(opacity=15);
}

.opacity-white1 {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    filter: alpha(opacity=10);
}

.opacity-white1:hover {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    filter: alpha(opacity=15);
}

.opacity-black1 {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    filter: alpha(opacity=15);
}

.opacity-black1:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=20);
}

.opacity-black {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    filter: alpha(opacity=10);
}

.opacity-black:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=20);
}

.bottom-item-box {
    width: 100%;
    max-width: 1920px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom-item-box .bottom-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 200px;
    position: relative;
}

.bottom-item-box .bottom-item-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bottom-item-box .bottom-item-img {
    z-index: 2;
}

.top-news-box {
    padding: 10px  20px;
    text-align: left;
}

.top-news-box .news-head {
    border-bottom: 1px solid #FFFFFF;
    padding-top: 5px;
    padding-right: 80px;
    position: relative;
}

.top-news-box .news-title {
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-news-box .news-date {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
}

.top-news-box .news-detail {
    max-height: 120px;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.dialog-box {
    display: none;
    width: 500px;
    background-color: #fff;
    padding: 30px 50px;
}

.dialog-box .btn-box {
    padding: 20px 0;
    text-align: right;
}

@media screen and (max-height: 800px) {
    a.more-info {
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: 240px;
        margin-left: 350px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        padding-bottom: 160px;
    }
    .swiper-container .swiper-pagination {
        bottom: 170px;
    }
    .bottom-item-box {
        width: 100%;
        max-width: 1920px;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .bottom-item-box .bottom-item {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        height: 150px;
        position: relative;
    }
    .bottom-item-box .bottom-item-bg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .bottom-item-box .bottom-item-img {
        z-index: 2;
        position: relative;
        top: -25px;
    }
    .top-news-box .news-detail {
        max-height: 90px;
        overflow: hidden;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
        text-indent: 2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .more-news{
        bottom: 192px;
    }
}
.w .index-ctrl {
    text-align: center;
    padding-top: 8px;
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}

.w .index-ctrl.prev {
    left: 10px;
    transform: rotate(90deg);
}

.w .index-ctrl.next {
    right: 10px;
    transform: rotate(-90deg);
}
.more-news{
    position: absolute;
    right: 20px;
    bottom: 250px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.more-news:hover{
    color: #4d66ff;
}
/*# sourceMappingURL=home.css.map */