﻿body {
    background: #f9f9f9
}

.page-title {
    margin: 20px auto;
    font-size: 24px;
    font-weight: 700
}

.show-list {
    padding-bottom: 60px
}

    .show-list .item {
        display: flex;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 5px
    }

        .show-list .item .first-img {
        }

        .show-list .item .text {
            background: #fff;
            flex: 1;
            padding: 40px 35px
        }

            .show-list .item .text .title {
                font-size: 18px;
                font-weight: 700;
                color: #333;
                margin-bottom: 20px
            }

            .show-list .item .text li {
                font-size: 14px;
                margin-bottom: 6px
            }

                .show-list .item .text li > i {
                    margin-right: 5px;
                    color: #aaa
                }

        .show-list .item .item-div {
            float: left;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
        }


            .show-list .item .item-div > img {
                opacity: 1;
            }

            .show-list .item .item-div:first-child {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

            .show-list .item .item-div > .title {
                position: absolute;
                margin: auto;
                text-align: center;
                letter-spacing: 1px;
                z-index: 5;
                font-size: 18px;
                color: #fff;
                font-weight: 600;
            }

                .show-list .item .item-div > .title img {
                    margin: auto;
                    margin-top: 20px;
                    display: none;
                }

        .show-list .item .first-item-div {
            margin-right: 4px;
        }

        .show-list .item .item-div:hover > img {
            opacity: 1;
        }

        .show-list .item .item-div:hover > .title img {
            display: block;
        }

.jiankongview {
    width: 844px;
    margin: auto;
    position: absolute;
    top: 142px;
    left: 50%;
    margin-left: -422px;
    height: 390px;
    border: 7px solid #fff;
    border-radius: 5px;
}

.factoryview .todaytime {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 20px;
}
.factoryContent {
    margin: 40px auto;
    width:1000px;
    padding:0 26px;
}
.item.factoryview {
    overflow: hidden;
    width: 830px;
    height: 376px;
    border: 7px solid #383838;

}
    .item.factoryview video {
        height: 100%;
        background: #383838;
    }
    .item.factoryview:after, .factoryContent :after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        clear: both;
    }
.factoryContent ul {
}

.factoryContent ul li {
    margin: 70px auto;
    float: left;
    width: 296px;
    _display: inline;
    overflow: hidden;
    background: #313131;
    transition: all 0.1s;
    cursor: pointer;
}
    .factoryContent ul li img {
        width: 100%;
        height:200px;
    border-radius:5px;
    }

.factoryContent ul li .title{
    background: #fff;
    text-align: center;
    line-height: 37px;
}
.factoryContent .swiper-button-prev, .factoryContent .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    background-image: url(/images/prev.png);
}
.factoryContent .swiper-button-next, .factoryContent .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    background-image: url(/images/next.png);
}

