body {
    /* width: 1280px;*/
    padding: 0;
    margin: 0;
    font: 14px Arial,"\5FAE\8F6F\96C5\9ED1";
    background-color: #eeeeee;
    /*background-color: rgb( 227, 230, 233 );*/
}

.banner_img, .top {
    /*height: 300px;*/
    /*width: 1280px;*/
    max-width: 1902px;
    overflow: hidden;
    margin: 0 auto;
}

.video, .book .img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .video .pic {
        display: block;
        width: 100%;
        height: 187px;
    }

    .video .img[data-img-width="120"] {
        width: 126px;
    }

.imgback {
    margin: 10px 10px 20px 10px;
}

.img {
    height: 268px;
    width: 295px;
    background-color: white;
    text-align: left;
    margin-left: 10px;
}

    .img span {
        margin-left: 10px;
    }

.video-all, .dataall, .cjfd, .imageall {
    background-color: #eeeeee;
    width: 1200px;
    margin: 0 auto;
}

.video {
    /*display: flex;*/
    /*display:inline-block;*/
    align-items: center;
    justify-content: center;
}
/* .title {
        margin: 0px 0px 0px 100px;
        color: #fff;
    }*/
.title{
    cursor:pointer;
}
.top {
    font: 23px Arial,"\5FAE\8F6F\96C5\9ED1";
}

.book {
    /*float: left;*/
    /*  display: flex;*/
    display: inline-block;
    /* margin: 160px 0px 0px -92px; */
    margin-top: 61px;
    margin-left: -112px;
    vertical-align: top;
}

.book1 {
    /*float: left;*/
    display: inline-block;
    margin-top: -50px;
    /*margin-left: 360px;*/
}

.bookmain {
    /*width: 1200px;*/
    display: flex;
    /*background-color: #f6f6f6;*/
    margin: 0 auto;
}

.bookback {
    width: 100%;
    margin: 100px 0px 0px 0px;
    /*background-color: rgb( 114, 89, 149 );*/
    background-image:url(/UI/site/images/book-bgindex.png);
    background-size:cover;
}

.bookimg {
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

li {
    list-style: none;
}

.zhuanti {
    background-image: url('../images/zhuanti-bg.png');
    height: 332px;
    vertical-align: top;
    margin-left: -9px;
    /*margin-top: 14px;*/
    width: 900px;
}

.categrey {
    display: flex;
    flex-direction: row;
}

.playicon {
    margin-left: -25px;
    margin-top: -128px;
    position: absolute;
    cursor: pointer;
}

.imgWidth {
    width: 100%;
}

.imgbox {
    /*width: 1280px;*/
    margin: 0px auto;
    padding: 0px;
    margin-top: 30px;
}

.image {
    float: left;
    /*border: 1px solid #ccc;*/
    margin: 10px 10px;
    padding: 6px;
    display: inline;
    background-color: white;
    text-align: center;
    height: 250px;
    width: 267px;
}
.el-carousel__container{
    height:500px;
}

.img-shadow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;
}

.img-panel {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.img-close {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #606266;
    border-radius: 50%;
    z-index: 101;
    cursor: pointer;
    color: #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
/*.icon-close:before {
        content: "\e685";
    }*/

.imgclick {
    cursor: pointer;
}