@charset "utf-8";
a{text-decoration:none;}

/*大标题*/
.ftv-title{text-align:center;font-size: 2.5em;font-weight: bold;color: #1ea0fa;padding: 20px 0}


/*轮播内容*/
.contents-l{display: none;}
.slidesjs-container{overflow: visible!important}
#slides{display: none;max-width:100%;}
.slider-wrapper{width:100%; position:relative;color:#fff;}
/*.contents-l-one{width: 100%;height:15em;display:inline-block;}*/
.activitywr{width: 100%;background-color: #FFFFFF!important;}
.ftvimg{width:100%;height:auto;margin: 0 auto;}
.ftv-ing{position:absolute;width:56px;height:56px;}
.up{background-image: url(../img/ftv_ing.png);background-size: contain}
.below{background-image: url(../img/ftv_ing_right.png);background-size: contain;right: 0;}
.ftvdate{display: none}
.ftv_twp{width:126px;height: 30px;margin: 10px auto;background-image: url(../img/ftv_twp.png);}

/*
@media screen and (max-width: 399px) {  
    .contents-l-one{height:14em;}
}

@media screen and (max-width: 339px) {   
    .contents-l-one{height:13em;}
}
*/

/*左右按钮*/
a.slidesjs-next,
a.slidesjs-previous{display: none}

/*圆点*/
.slidesjs-pagination {
  margin: 30px auto 6px;
  padding: 0;
  list-style: none;
  text-align:center; 
  position:relative;
}
.slidesjs-pagination ul {
  width:100%;
}
.slidesjs-pagination li {
  width:13px;
  margin: 0 2px;
  display: inline-block;
  *display:inline;
  position:relative;
}
.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}

/*影视*/
.filmposter{height: 110px;width: auto}
.wrap-ftv{width: 100%;margin-top: 20px;}
.wrap-ftv ul{padding: 0;}
.wrap-ftv li{list-style: none;}
.wrap-ftv li a{text-align:center;text-decoration: none;width:50%; float: left;font-size: 1em; color: #313335;height:188px;background-image: url(../img/ftv_bg.jpg);background-size:contain;background-repeat: no-repeat}
.wrap-ftv li a:hover{color: #1ea0fa;}

/*前往明星有话说*/
#wrap-goactor{width:100%;background-color:#fff; position:relative;margin:-10px 0 10px 0 ;}
.goactor{height:56px; background:url(../img/goactor.jpg) center no-repeat; position:relative;background-size: cover}

@media screen and (max-width: 360px) {   
    .filmposter{height: 100px;width: auto}
	.goactor{height:52px;}
}
@media screen and (max-width: 330px) {   
    .filmposter{height: 90px;width: auto}
	.wrap-ftv li a{height: 172px;}
	.goactor{height:46px;}
}