/*slider*/
/* #slider{width:100%;background-color:#000; padding-top:8px;margin-top: 100px;} */
.slider_box {
    width   : 1230px;
    height  : 502px;
    overflow: hidden;
    position: relative;

}

.silder_tip {
    width      : 92px;
    height     : 92px;
    overflow   : hidden;
    position   : absolute;
    top        : 0;
    right      : 0;
    z-index    : 1;
    text-indent: -999px;
    background : url(../images/tip-tt.gif) no-repeat;
}

#movie_tip {
    background-position: -93px 0;
}

.silder_con {
    height  : 455px;
    overflow: hidden;
    position: absolute;
    padding-top: 55px;
}

.silder_panel {
    width: 1230px;

    overflow: hidden;
    float   : left;
    position: relative;
}

.silder_panel .character {
    width          : 263px;
    height         : 365px;
    display        : block;
    overflow       : hidden;
    background-size: cover;
     margin-left    : 32px;
    /* margin-top     : 60px;
    margin-left    : 60px; */
}

/* .silder_intro{width: 584px;height: 300px;overflow: hidden;margin-right: 174px;}
.silder_intro h3{padding:10px 0;height:50px;color:#7acf39;line-height: 30px;overflow: hidden;}
.silder_intro h3 strong{font-family: "����";font-size: 24px;overflow: hidden;font-weight: normal;}
.silder_intro h3 strong a{ color: #fff; font-weight:bold;}
.silder_intro ul{height: 60px;overflow: hidden;}	
.silder_intro li{height: 20px;overflow: hidden;color:#787878;}
.silder_intro li a{color:#787878; margin:0 6px;}
.silder_intro span{ margin: 0 10px 0 0;}
.silder_intro p{height:72px;overflow: hidden;color:#787878; margin-top:10px; line-height:18px;}
.silder_play{display: block;width:136px;height:30px;overflow: hidden;text-indent: -999px;position: absolute;bottom: 13px;right: 45px;background: url(../images/silder-play.png) 0 -30px no-repeat;}	 */
.silder_play:hover {
    background-position: 0 0;
}

.silder_nav {
      /* width: 1230px; */
      height: 168px;
      margin: 0 auto;
      bottom: 0;
      position: relative;
      overflow: hidden;
      /* margin-top: 235px;
      margin-left: 330px; */
}

.silder_nav li {
    float  : left;
    padding: 0px;
    border : 1px solid #fff;
    margin : 2px;
    cursor: pointer;
}

.silder_nav li.current {
    border    : 2px solid #0092FF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);

}

.silder_nav li,
.silder_nav img {
    display    : block;
    width      : 122px;
    height     : 162px;
    overflow   : hidden;
    margin-left: 3px;
}

.slider_box a.prev,
.slider_box a.next {
    overflow   : hidden;
    text-indent: -999px;
    margin     : -370px 30px 0 0px;
    float: right;
    cursor: pointer;
}

.slider_box a.prev {
    background : url(../new/icon/left_icon1.png);
      background-repeat: no-repeat;
      padding-left: 126px;
      float: right;
      width: 51px;
    height:51px;
}

.slider_box a.next {
    background : url(../new/icon/right_icon1.png);
  background-repeat: no-repeat;
   width: 51px;
    height:51px;
}

.silderBox {
    height     : 8px;
    line-height: 8px;
    
}