/*轮播*/
.lb_gl {
    width: 100%;
    margin-bottom: 30px;
    /* background: url(../images/bg_3d.png); */
    background: url(../new/icon/banner.jpg);
    background-size: 100% 100%;
    height: 725px;
    background-repeat: no-repeat;
}

.container {
    width   : 1024px;
    margin  : 0 auto;
    position: relative;
}

.pictureSlider {
    height       : 518px;
    margin-bottom: 24px;
}

.poster-item {
    height               : 425px;
    width                : 300px;
    border-radius        : 10px;
    /* padding           : 45px 23px 20px 23px; */
    transition           : all 0.5s;
    cursor               : default;
    -moz-transition      : all 0.5s;
    cursor               : default;
    -webkit-transition   : all 0.5s;
    cursor               : default;
    -o-transition        : all 0.5s;
    cursor               : default;
    text-align           : center;
    margin-top: 68px;
}

.turn_3d {
    text-align : center;
    color      : #fff;
    font-weight: 400;
    font-size  : 36px;
    padding    : 28px 0;
}

.xxgy {
    font-size   : 30px;
    font-weight : 900;
    padding-left: 10px;
}

.poster-item .say {
    font-size    : 18px;
    margin-bottom: 5px;
    padding-left : 10px;
}

.poster-item img {
    background-repeat: no-repeat;
    width            : 300px;
    height           : 425px;
    border           : 10px solid rgb(51, 51, 51);
}

.students_star {
    padding: 10px 10px 0 10px;
}

.cell_list {

    margin-top : 20px;
    font-size  : 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 59px;
    color      : #ffffff;
    margin-left: -12px;
    float      : left;
    width      : 300px;
}

.tags {
    background   : rgba(0, 146, 255, 0.1);
    border-radius: 5px;
    /* position  : absolute; */
    line-height  : 22px;
    color        : #0092FF;
    /* padding   : 2px 7px; */
    /* margin-top: 88px; */
    margin-left  : -12px;
    float        : left;
    width        : 300px;
}

.darks {
    color       : #000;
    padding-left: 10px;
}

.zwjs {
    width        : 600px;
    font-size    : 14px;
    font-family  : Microsoft YaHei;
    font-weight  : 400;
    line-height  : 21px;
    color        : #707070;
    margin-left  : -143px;
    /* margin-top: 135px; */
    float        : left;
    margin-top   : 12px;
}

.for_btn {
    position: relative;
    height  : 214px;
    overflow: hidden
}

.in_page {
    position   : absolute;
    left       : 50%;
    top        : 50%;
    width      : 40px;
    height     : 40px;
    margin-left: -20px;
    margin-top : -20px;
}

.in_page>img {
    width : 40px;
    height: 40px;
}

.check_more {
    width      : 180px;
    height     : 50px;
    line-height: 50px;
    text-align : center;
    color      : #fff;
    background : #bc241d;
    margin     : 0 auto;
    display    : block;
}

/* * {
    margin         : 0;
    padding        : 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "������";
}

#jswbox {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    position: relative;
    background: url(../new/icon/banner.png);
}

#jswbox ul {
    position: relative;
    height: 600px;
    margin: 0 auto;
    width: 1230px;
}

#jswbox li {
    position: absolute;
    width   : 0;
    height  : 0;
    z-index : 0;
    cursor  : pointer;
    top     : 88px;
    left    : 10px;
    text-align: center;
}

#jswbox li img {
    width         : 100%;
    height        : 100%;
    vertical-align: top;
    float         : left;
    border: 10px solid rgb(51, 51, 51);

}

#jswbox .prev,
#jswbox .next {
    display: none;
} */