* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	background: #f6f5f5;
}
ul,
li {
	list-style-type: none;
	list-style-image: none;
}

a {
	display: block;
	text-decoration: none;
	outline: none;
	color: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

input,textarea{
	border: none;
	outline: none;
}
textarea{
	resize:none;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
p{
	font-family: "microsoft yahei";
}
.imgs{
	width: 100%;
	overflow: hidden;
}
.imgs img{
	width: 100%;
	height: 100%;
}
.wrapper{
	width: 100%;
	height: auto;
	background: #f6f5f5;
}

/*-----------------------------------头部----------------------------------------------*/
#top{
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #e2e2e2;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 999;
}
#top .header{
	width: 1208px;
	height: 110px;
	margin: 0 auto;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top .logo{
	width: 65px;
	height: 82px;
	overflow: hidden;
}
#top .logo img{
	float: left;
	width: 100%;
}
#top  .nav{
	display: flex;
	width: auto;
}
#top  .nav a{
	margin: 0 40px;
	font-size: 16px;
	font-weight: bold;
}
#top  .nav a:hover,
#top  .nav .active{
	color: #b50101;
}
#top span{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
#top .lan{
	padding: 0 40px;
	box-sizing: border-box;
}
#top #jp{
	color: #cecccc;
}
/*----------------------------------页脚----------------------*/
#footer{
	width: 100%;
	height: 185px;
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer .switch{
	width: 220px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	margin-top: 50px;
}
#footer .switch a{
	font-size: 14px;
	color: #222;
}
#footer .switch a:hover{
	color: #b50101;
}
#footer p{
	font-size: 12px;
	color: #747474;
}




/*-----------------------------------------------首页--------------------------------*/

/*首页轮播*/
#figure{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
}
#figure .banner01{
	width: 100%;
	height: 600px;
	/*overflow: hidden;*/
	min-width: 1208px;
	position: relative;
	z-index: 0;
}
#figure .swiper-slide{
	width: 100%;
	height: 600px;
 	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
}
#figure .swiper-slide a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner01 img{
	/*width: 100%;*/
	height: 100% !important;
	object-fit: contain;
	width: auto;
}

.banner02 img{
	/* width: 100%; */
	height: 100% !important;
	object-fit: contain;
}


/*轮播图箭头*/
#arrow{
	width: 70%;
	height: auto;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 48%;
	left: 50%;
	margin-left: -35%;
}
._arrow{
	width: 26px;
	height: 26px;
	position: relative;
	z-index: 100;
	transform:rotate(-45deg);
	cursor: pointer;
}
.prev_arrow{
	transform:rotate(135deg);
}
._arrow div{
	background: #ea7902;
	position: absolute;
	top: 0;
	left: 0;
}
._arrow .top{
	width: 100%;
	height: 4px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
._arrow .left{
	width: 4px;
	height: 21px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	top: 4px;
}
#index_container .swiper-pagination-bullets .blue{
	background: #000;
	opacity: 0.6 !important;;
}

/*轮播结束*/

#index_container{
	width: 1208px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
}

#index_container>div{
	border-top: 2px solid #aeaeae;
	width: 1208px;
	height: auto;
	padding-top: 40px;
}
#index_container>div:nth-child(odd){
	border: 0 none;
}
.flex{
	display: flex;
	justify-content: space-between;
	/*margin-top: 40px;*/
	margin-bottom: 10px;
	align-items: center;

}
.flex p{
	text-indent: 10px;
	font-size: 30px;
	color: #222222;
}

.flex .more{
	background: url(../img/aicon.png) no-repeat right;
	padding-right: 20px;
}

/*展示图片*/
#index_container .ind_pic{
	width: 1208px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
#index_container .ind_pic img{
	height: 767px;
	margin-bottom: 40px;
}
/*视频热点*/
#index_container .hotspot{
	width: 1208px;
	height: 395px;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #000;
	display: flex;
	justify-content: space-between;
}
#index_container .hotspot .video{
	width: 667px;
	height: 396px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}
#index_container .hotspot .video img{
	width: 665px;
	height: 395px;

}
#index_container .hotspot video{
	float: left;
	margin-right: 32px;
	cursor: pointer;
}
#index_container .hotspot .side{
	width: 480px;
	height: 375px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
	margin-right: 40px;
}
#index_container .hotspot .side>a>div,
#index_container .hotspot .side>a{
	width: 480px;
	height: 100px;
	background: #2d2c2c;
}
#index_container .hotspot .side a>div img{
	float: left;
	width:100%;
	height: 100%;
}
#index_container .hotspot .side a>div h3{
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}
#index_container .hotspot .side a>div p{
	font-size: 12px;
	text-indent: 2px;
	color: #fff;
	margin-top: 6px;
}
#index_container .hotspot>a{
	float: left;
}
.video-right{
	width: 540px;
	height: 395px;
	overflow-y: scroll;
	padding: 10px 20px 10px 35px;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.video-right a{
	width: 100%;
}
.video-right a>div{
	width: 100%;
	height: 100px;
	background: #2d2c2c;
	margin-bottom: 33px;
}
.video-right .last-v{
	margin-bottom: 10px;
}
.video-img{
	width: 145px;
	height: 100px;
	overflow: hidden;
}
.video-img img{
	width: 100%;
	height: 100%;
}
.video-describe{
	width: 272px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
}
.flex{
	display: flex;
	align-items: center;
}


/*电影、动漫*/
#index_container .film,
#index_container .anime,
#films_container .film{
	width: 1208px;
	height: 430px;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
#index_container .film .describe,
#index_container .anime .describe,
#films_container .film .describe{
	width: 400px;
	height: 430px;
	display: flex;
	flex-direction: column;
}
#index_container .film .describe .words,
#index_container .anime .describe .words,
#films_container .film .describe .words{
	width: 310px;
	height: 360px;
	margin-left: 45px;
	margin-top: 50px;
}
#index_container .film .describe .play,
#index_container .anime .describe .play,
#films_container .film .describe .play{
	width: 400px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #cd0623;
}
#index_container .film .pics,
#index_container .anime .pics,
#films_container .film .pics{
	width: 808px;
	height: 430px;
}

#index_container .film .describe h1{
	font-weight: normal;
	font-size: 30px;
	color: #cd0623;
}
#index_container .anime .describe h1,
#films_container .film .describe h1{
	font-weight: normal;
	font-size: 30px;
	color: #000;
}
#index_container .film .describe h2,
#index_container .anime .describe h2,
#films_container .film .describe h2{
	font-weight: normal;
	font-size: 21px;
	color: #656565;
	margin-top: 5px;
	margin-bottom: 35px;
}
#index_container .film .describe p,
#index_container .anime .describe p,
#films_container .film .describe p{
	font-size: 16px;
	color: #656565;
	line-height: 25px;
	text-align: justify;
}

#index_container .film .play a,
#index_container .anime .play a,
#films_container .film .play a{
	width: ;
	display: block;
	background: url(../img/index/icon.gif) no-repeat left;
	font-size: 20px;
	color: #cd0623;
	padding-left: 40px;
	text-align: center;
}
#index_container>div .shadow{
	width: 1208px;
	display: flex;
	justify-content: space-between;
}
/*#index_container>div .shadow li{
	width: 222px;
	float: left;
	background: #fff;
}*/
#index_container>div .shadow li{
	width: 300px;
	height: auto;
	float: left;
}

#index_container>div .shadow .imgs{
	width: 300px;
	height: 170px;
	display: flex;
	justify-content: center;
	background: #d2d2d2;
}
#index_container>div .imgs img{
	width: auto;
	height: 100%;
}
#index_container>div .shadow li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
/*#index_container>div .shadow li p:first-of-type{
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
    color: #3a444c;
}
#index_container>div .shadow li p:nth-of-type(2){
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #AEAEAE;
}*/
/*#index_container>div .shadow li .imgs{
	height: 300px;
}*/
.dis{
	margin: 10px 0;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.dis div{
	height: 15px;
	text-align: center;
	line-height: 15px;
	margin: 0 5px;
	color: #fff;
	font-size: 10px;
}
.dis p{
	font-size: 14px;
}
.dis .time{
	color: #9bc1e2;
}
.dis .new{
	color: #f94d00;
}
.dis .yellow{
	width: 70px;
	background:#e2c05f;
}
.dis .movie{
	width: 70px;
	background: #89c3eb;
}
.dis .tv{
	width: 70px;
	background: #73c026;
}
.dis .vid{
	width: 70px;
	background: #f09199;
}
.dis-title{
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
/*艺人*/
#index_container .actors{
	width: 1208px;
	height: 834px;
	margin-bottom: 40px;
	position: relative;
}
#index_container .actors .op:hover{
    transform: scale(1.1);
    transition: all 0.6s;
    z-index: 2;
}



/*#index_container .actors a{
	overflow: hidden;
}*/
#index_container .actors img{
	width: 100%;
}
#index_container .actors .up{
	width: 1208px;
	height: 601px;
	display: flex;
	justify-content: space-between;
}
#index_container .actors .up .left{
	width: 889px;
	height: 601px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#index_container .actors .up .left>div:first-child{
	width: 889px;
	height: 342px;
	display: flex;
	justify-content: space-between;
}

#index_container .actors .up .left>div:first-child .one{
	width: 560px;
	height: 342px;
}
#index_container .actors .up .left>div:first-child .two{
	width: 329px;
	height: 342px;
}
#index_container .actors .up .left>div:nth-child(2){
	width: 889px;
	height: 260px;
	display: flex;
	justify-content: space-between;
}
#index_container .actors .up .left>div:nth-child(2) .one{
	width: 360px;
	height: 260px;
}
#index_container .actors .up .left>div:nth-child(2) .two{
	width: 202px;
	height: 260px;
}
#index_container .actors .up .left>div:nth-child(2) .three{
	width: 327px;
	height: 260px;
}
#index_container .actors .up .right{
	width: 319px;
	height: 601px;
}
#index_container .actors .down{
	width: 1208px;
	height: 232px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#index_container .actors .down .one{
	width: 288px;
}
#index_container .actors .down .two{
	width: 320px;
}
#index_container .actors .down .three{
	width: 600px;
}

/*--------------------------------------------首页结束-----------------------------------*/

/*--------------------------------------------实时动态----------------------------------*/

.banner02{
	width: 100%;
	height: 100%;
}
.banner02 img{
	width: 100%;
	height: 100%;
}
#event_container{
	width: 1208px;
	height: auto;
	margin: 0 auto;
}
#event_container>p{
	font-size: 30px;
	color: #222222;
	margin-top: 40px;
	margin-bottom: 10px;
}
#event_container .content{
	width: 1208px;
	height: auto;
	border-top: 2px solid #aeaeae;
	padding-top: 40px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}

#event_container .content a{
	width: 300px;
	height: 280px;
	margin: 0 51px;
	margin-bottom: 85px;
	float: left;
}
#event_container .content .imgs{
	width: 300px;
	height: 170px;
	background: #d2d2d2;
	display: flex;
	justify-content: center;
}
#event_container .content .imgs img{
	width: auto;
	height: 100%;
}
#event_container .content a:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}

#event_container .content .list{
	background: #fff;
	width: 590px;
	height: 450px;
	position: relative;
}
#event_container .content .list .imgs{
	height: 350px;
}

#event_container .content .list .scroll{
	width: 590px;
	height: 38px;
	background: #000;
	filter:alpha(opacity:0.6);
	-webkit-opacity: 0.5;
	position: absolute;
	bottom: 102px;
	display: flex;
	align-items: center;
	cursor:pointer;
}
#event_container .content .list .scroll span{
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
#event_container .content>div:nth-child(odd){
	margin-right: 25px;
}
#event_container .content .list .intro{
	width: 590px;
	height: 100px;
	background: #fff;
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#event_container .content .list .intro>div:first-child{
	width: 278px;
}
#event_container .content .list .intro>div p:first-of-type{
	font-size: 18px;
	margin-bottom: 18px;
	margin-left: 16px;
}
#event_container .content .list .intro>div p:last-of-type{
	font-size: 14px;
	color: #a6a6a6;
	margin-left: 16px;
}
/*轮播*/
#jiabin{
  float: right;
  width: 312px;
  height: 76px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#jiabin>span{
	display: block;
	font-size: 15px;
	color: #333237;
	font-family: "黑体";
	position: absolute;
	top: 4px;
	left: 0;
}
#events_figure{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#events_figure .swiper-container{
	width: 204px;
	height: 100%;
}
#events_figure .swiper-container .swiper-slide{
	width: 60px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}
#img img{
	display: block;
	width: 60px;
	height: 60px;
}
#events_figure .swiper-container .swiper-slide span{
	display: block;
	font-size: 15px;
	color: #333237;
	font-family: "黑体";
}


#arrow02{
	width: 264px;
	height: auto;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#arrow02  ._arrow{
	width: 12px;
	height: 12px;
}
#arrow02 ._arrow .top{
	width: 100%;
	height: 3px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}
#arrow02 ._arrow .left{
	width: 3px;
	height: 9px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	top: 3px;
}
/*轮播结束*/


/*实时动态详情页*/
#event_details_container .banner{
	width: 100%;
	height: 362px;
	overflow: hidden;
	min-width: 1208px;
	display: flex;
	align-items: center;
	background: #000;
}
#event_details_container .banner>img{
	width: 100%;
	object-fit: contain;
}
.bg-color{
	width: 100%;
	height: 52px;
	background: #345560;
}
.bg-color .content{
	width: 1192px;
	height: 52px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.bg-color .content a{
	margin-left: 15px;
}
#event_details_container .container{
	width: 100%;
	height: 1800px;
	background: #fff url(../img/event_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 20px;
}
.details-video{
	width: 1230px;
	height: 500px;
	margin: 0 auto;
	background: #000;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.details-video .play{
	width: 990px;
	height: 500px;
	overflow: hidden;
}
.details-video .small{
	width: 248px;
	height: 500px;
	padding:10px 15px;
}
.details-video p{
	font-size: 16px;
	color: #fff;
}
.details-video .other::before{
	content: "";
	width: 3px;
	height: 16px;
	background: #ff5d27;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.details-video .small-video{
	width: 218px;
	height: 120px;
	margin: 12px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.details-video .small-video img{
	width: 100%;
}
.container .topic{
	margin: 0 auto;
	width: 1230px;
	height: 60px;
	background: #101a17;
	color: #fff;
	font-size: 26px;
	line-height: 60px;
	text-indent: 20px;
	letter-spacing: 1px;
}
.bg-jianbian{
	width: 1230px;
	height: 1110px;
	margin: 0 auto;
	position: relative;
	background: -webkit-linear-gradient(left, #ec1123,#feaf36);
}
.bg-white{
	width: 1230px;
	height: 1108px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.box{
	width: 1190px;
	height: 18px;
	margin: 0 auto;
	margin-top: 24px;
	position: relative;
}
.login-register{
	display: flex;
	align-items: center;

	position: absolute;
	right: 0;
}
.login-register p{
	color: #3b97c7;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
}
.login{
	padding-right: 6px;
	margin-left: 5px;
}
.login::after{
	content: "";
	width: 2px;
	height: 12px;
	background: #e5ddd5;
	display: inline-block;
	margin-left: 6px;
}
.bg-white textarea{
	width: 1190px;
    height: 85px;
    display: block;
    margin: 12px auto;
    border: 2px solid #cccccc;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    resize: none;
    background: url(../img/text_icon.png) no-repeat right;
}
.pulish-box{
	width: 1190px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 22px;
}
.pulish-box .left{
	display: flex;
	align-items: end;
}
.pulish-box .left img{
	margin-right: 20px;
}
.pulish-box .right{
	display: flex;
	align-items: center;
}
.pulish-box .right p{
	color: #b3b9c3;
	font-size: 16px;
	position: relative;
	right: 24px;
	letter-spacing: 1px;
}
.pulish-box .right span{
	font-size: 24px;
	position: absolute;
}
.pulish-btn{
	width: 72px;
    height: 28px;
    border: 1px solid #da0d22;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f12b3c;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.tap-box{
	width: 1190px;
    height: 20px;
    margin: 0 auto;
    border-bottom: 2px solid #ee3748;
    box-sizing: border-box;
    padding-bottom: 28px;
    position: relative;
}
.tap-box img{
	position: absolute;
	bottom: -7px;
}
.tap-box .one{
	left: 12px;
}
.tap-box .two{
	left: 75px;
	display: none;
}
.tap-box .three{
	left: 160px;
	display: none;
}
.tap-box .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tap-box .top p{
	font-size: 16px;
}
.tap-box .top p.look{
	color: #d6d6d6;
	cursor: pointer;
}
.tap-box .left{
	display: flex;
}
.tap-box .left p{
	margin: 0 10px;
	cursor: pointer;
}
.tap-box .left p.blod{
	font-weight: 600;
}
.scroll-box{
	width: 100%;
	height:850px;
	overflow-y: scroll;
	position: relative;
}
.scroll-box .content{
	width: 1190px;
	height:auto;
	position: absolute;
	right: 0;
}
.renzheng,.concerned{
	display: none;
}
.list-item{
	width: 100%;
	height: auto;
	padding: 20px 0;
	display: flex;
	border-bottom: 2px solid #efefef;
}

.list-item .icon{
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.list-item .icon img{
	width: 100%;
}
.list-item .details{
	width: 1115px;
	height: auto;
	display: flex;
	align-items: end;
	margin-left: 10px;
	padding-top: 10px;
	flex-direction: column;
}
.list-item .details p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.list-item .details span{
	font-size: 15px;
	color: #2e8fc3;
}
/*.list-item .details img{
	margin: 10px 0;
}*/
.list-item .last{
	width: 1115px;
	height: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.list-item .details .right{
	display: flex;
}
.list-item .details .right span{
	cursor: pointer;
}
.list-item .details .ad{
	padding-right: 6px;
}
.list-item .details .ad::after{
	content: "";
	width: 2px;
	height: 12px;
	background: #e5ddd5;
	display: inline-block;
	margin-left: 6px;
}
.bg-white .bottom{
	width: 100%;
	height: 30px;
	font-size: 15px;
	color: #a7a7a7;
	position: absolute;
	bottom: 0;
	line-height: 30px;
	border-top: 2px solid #e5ddd5;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: right;
	background: #fff;
	cursor: pointer;
}
/*实时动态详情页结束*/
/*------------------------------实时动态结束--------------------------------------*/


/*-----------------------------------------------电影--------------------------------*/

/*电影主页*/

.banner01 img{
	/*width: 100%;*/
	/*height: 100%;*/
}
.banner01 .swiper-pagination-bullet,
 .banner02 .swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background: #ea7902 !important;
	/*opacity: 0.6 !important;*/
}
#films_container{
	width: 1208px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
}
#films_container>p{
	display: inline-block;
	font-size: 30px;
	color: #222222;
	margin-top: 40px;
	margin-bottom: 10px;
}
#films_container>a{
	float: right;
	background: url(../img/aicon.png) no-repeat right;
	margin-top: 45px;
	margin-right: 30px;
	padding-right: 20px;
}
#films_container>div{
	border-top: 2px solid #aeaeae;
	width: 1208px;
	height: auto;
	padding-top: 40px;
}
#films_container .shadow .imgs{
	height: 273px;
}
#films_container .prevue .imgs{
	height: 125px;
}
#films_container .ku .imgs{
	height: 306px;
}
#films_container .film,
#films_container .anime{
	width: 1208px;
	height: 430px;
	background: #fff;
}
#films_container .film img,
#films_container .anime img{
	float: right;
}
#films_container>div .shadow{
	margin-top: 40px;
	width: 1208px;
	display: flex;
	justify-content: space-between;
}
#films_container>div .shadow li{
	width: 200px;
	float: left;
	background: #FFFFFF;
}
#films_container>div .shadow li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#films_container>div .shadow li p:first-of-type,
#films_container>div .prevue li p:first-of-type{
	font-size: 15px;
	margin-top: 5px;
    margin-left: 10px;
    color: #3a444c;
    margin-bottom: 5px;
}
#films_container>div .prevue li p:first-of-type{
	line-height: 25px;
}
#films_container>div .shadow li p:nth-of-type(2),
#films_container>div .prevue li p:nth-of-type(2){
	font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #AEAEAE;
}

#films_container .prevue{
	width: 1208px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#films_container .prevue li{
	width: 222px;
	float: left;
	background: #FFFFFF;
	margin-bottom: 30px;
}
#films_container .prevue li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#films_container .sections{
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 720px;
}
#films_container .sections li{
	width: 227px;
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#films_container .sections li p{
	text-indent: 10px;
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
}


/*电影播放页面*/
#film_play_main1{
	width: 100%;
	height: 832px;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px #f6f5f5;
}
#film_play_main1 .content{
	width: 1208px;
	height: 680px;
	margin: 0 auto;
	padding-top: 76px;
}
/*#film_play_main1 .video{
	width: 1208px;
	height: 680px;
	background: url(../img/play_btn.jpg) no-repeat right;
}*/
#film_play_main1 video{
	cursor: pointer;
}
#film_play_main2{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin-top: 34px;
	padding: 75px 0;

}
#film_play_main2 .content{
	width: 1208px;
	height: auto;
	margin: 0 auto;
}
#film_play_main2 .content .part{
	display: flex;
	justify-content: space-between;
}
#film_play_main2 .content .part div{
	width: 960px;
}
#film_play_main2 .content .part h1{
	font-size: 30px;
	font-weight: normal;
}
#film_play_main2 .content .part h2{
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 40px;
}
#film_play_main2 .content .part p{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
}
#film_play_main2 .content>p{
	display: inline-block;
	font-size: 30px;
	color: #222222;
	margin-top: 40px;
	margin-bottom: 10px;
}
#film_play_main2 .content>a{
	float: right;
	background: url(../img/aicon.png) no-repeat right;
	margin-top: 45px;
	margin-right: 30px;
	padding-right: 20px;
}
#film_play_main2 .content .recommend{
	border-top: 2px solid #aeaeae;
	width: 1208px;
	height: auto;
	padding-top: 40px;
}
#film_play_main2 .content .recommend .imgs{
	height: 305px;
}
#film_play_main2 .content .recommend ul{
	width: 1208px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#film_play_main2 .content .recommend ul li{
	float: left;
	width: 222px;
	background: #FFFFFF;
	padding-bottom: 20px;
}
#film_play_main2 .content .recommend li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#film_play_main2 .content .recommend ul li p{
	font-size: 14px;
	text-indent: 10px;
	margin-top: 10px;
	color: #3c4541;
}
#film_play_main2 .content .recommend ul li p:nth-of-type(2){
	color: #AEAEAE;
}

/*电影更多页面*/
#film_more_main1{
	width: 100%;
	height: 720px;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px #f6f5f5;
}
#film_more_main1 .content{
	width: 1208px;
	height: 756px;
	margin: 0 auto;
}
#film_more_main1 .content div>a{
	display: block;
	float: left;
}
#film_more_main1 .content div ul{
	float: right;
	height: 511px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#film_more_main2{
	width: 100%;
	/*height: 1170px;*/
	height: auto;
	/*background: #FFFFFF;*/
	margin-top: 34px;
	padding-bottom: 70px;
}
#film_more_main2 .content{
	width: 1208px;
	/*height: 1170px;*/
	height: auto;
	margin: 0 auto;
}
#film_more_main1 .content>p,
#film_more_main2 .content>p{
	display: inline-block;
	font-size: 30px;
	color: #222222;
	margin-top: 40px;
	margin-bottom: 10px;
}
#film_more_main2 .content .recommend ul li p:nth-of-type(2){
	color: #AEAEAE;
}

#film_more_main1 .content>div,
#film_more_main2 .content .recommend{
	border-top: 2px solid #aeaeae;
	width: 1208px;
	height: auto;
	padding-top: 40px;
}
#film_more_main2 .recommend .imgs{
	height: 305px;
}
#film_more_main2 .recommend li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#film_more_main2 .content .recommend ul{
	width: 1208px;
	display: flex;
	/*justify-content: start;*/
	flex-wrap: wrap;
	margin-top: 30px;
	margin-right: 19px;
}
#film_more_main2 .content .recommend ul li{
	width: 222px;
	/*float: left;*/
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-right: 19px;
	/*margin: 0 9.5px;*/
}
#film_more_main2 .content .recommend ul li p{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	text-indent: 10px;
	margin-top: 10px;
}
#film_more_main2 .content .recommend .one>a,
#film_more_main2 .content .recommend .two>a{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
}
#film_more_main2 .content .recommend .one a:hover,
#film_more_main2 .content .recommend .two a:hover,
#film_more_main2 .content .recommend .active{
	color: #c00505;
}
/*翻页*/
#film_more_main2 .content .page{
	text-align: center;
	margin-top: 50px;
}
#film_more_main2 .content .page a{
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
}
#film_more_main2 .content .page a:hover,
#film_more_main2 .content .page .active{
	color: #bb0606;
}


/*--------------------------------------------电影结束-----------------------------------*/


/*--------------------------------艺人页面----------------------------*/
#actors_container{
	width: 1208px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
}
#actors_container>p{
	display: inline-block;
	font-size: 30px;
	color: #222222;
	margin-top: 40px;
	margin-bottom: 10px;
}
#actors_container>a{
	float: right;
	background: url(../img/aicon.png) no-repeat right;
	margin-top: 45px;
	margin-right: 30px;
	padding-right: 20px;
}
#actors_container>div{
	border-top: 2px solid #aeaeae;
	width: 1208px;
	height: auto;
	padding: 40px 20px 0 20px;
}
#actors_container>div:first-child{
	border: 0 none;
}
.actor_int{
	display: flex;
	flex-direction: row;
}
.actor_int a{
	width: 150px;
	margin: 0 20px;
}
.actor_int img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#actors_container .video,
#actors_container .date{
	width: 1208px;
	display: flex;
	justify-content: space-between;
}
#actors_container .video li,
#actors_container .date li{
	float: left;
	background: #FFFFFF;
	padding-bottom: 20px;
	width: 226px;
}
#actors_container .video li:hover,
#actors_container .date li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#actors_container .video p,
#actors_container .date p,
#actors_container .play p{
	text-indent: 10px;
	margin-top: 10px;
}
#actors_container .date p:nth-of-type(2){
	color: #AEAEAE;
}
#actors_container .play{
	background: #FFFFFF;
	float: left;
	padding-bottom: 32px;
}
#actors_container .play:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#actors_container .play .imgs{
	width: 475px;
	height: 330px;
}
#actors_container .video .imgs{
	height: 128px;
}
#actors_container .date .imgs{
	height: 311px;
}
#actors_container .sections{
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 720px;
}
#actors_container .sections .imgs{
	height: 130px;
}
#actors_container .sections li{
	width: 227px;
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#actors_container .sections li:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#actors_container .sections li p{
	text-indent: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 20px;
	font-size: 14px;
}

/*艺人资讯详情页*/
#actors_details_container{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
#actors_details_container .content{
	width: 1220px;
	height: auto;
	margin: 0 auto;
}
#actors_details_container .content .intro{
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.act_name,.act_birth,.act_p1,.act_p2,.act_p3,.act_p4,.act_title1,.act_title2,.act_title3,.act_title4{
	line-height: 40px;
}
#actors_details_container .content .intro .actor_head{
	width: 228px;
	height: 310px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-right: 20px;
}
#actors_details_container .content .intro .actor_head img{
	width: 228px;
	object-fit: contain;
}
#actors_details_container .content .intro div{
	width: 990px;
}
#actors_details_container .content .intro div h1{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
#actors_details_container .content .intro div p{
	font-size: 18px;
	margin-bottom: 20px;
}
#actors_details_container .content>a{
	width: 50px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	display: block;
	float: left;
	margin-right: 60px;
}
#actors_details_container .content>a:hover,
#actors_details_container .content .active{
	border-bottom: 3px solid #B50101;
}
#actors_details_container .content .other{
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 10px;
}
#actors_details_container .content .change .imgs{
	height: 124px;
}
#actors_details_container .content .change .imgs:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#actors_details_container .content .list .imgs{
	height: 310px;
}
#actors_details_container .content .list .imgs:hover{
	transform: translate(0,-10px);
	box-shadow: 0 6px 10px 6px #e7e5e5;
	transition: transform 0.6s;
}
#actors_details_container .content .list,
#actors_details_container .content .change{
	width: 1220px;
	height: auto;
	border-top: 2px solid #aeaeae;
	padding-top: 30px;
	margin-top: 35px;
}
#actors_details_container .content .list ul,
#actors_details_container .content .change ul{
	width: 1220px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#actors_details_container .content .list ul li,
#actors_details_container .content .change ul li{
    width: 228px;
	float: left;
}
#actors_details_container .content .list ul li p{
	font-size: 16px;
	margin-top: 10px;
}
#actors_details_container .content .list ul li p:nth-of-type(2){
	color: #AEAEAE;
}
#actors_details_container .content .change ul li p{
    margin-top: 40px ;
    margin-bottom: 20px;
    line-height: 25px;
}

/*-----------------------------------------艺人页面结束------------------------------*/





/*-----------------------------------关于赢动--------------------------------------*/

#about_container{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: relative;

}
#about_container .content{
	width: 1208px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
}
/*#about_container .content .nav{
	float: left;
}
#about_container .content .nav li{
	width: 190px;
	height: 50px;
	border-bottom: 2px solid #dcdcdc;
	font-size: 20px;
	text-align: right;
	line-height: 50px;
}
#about_container .content .nav li:hover,
#about_container .content .nav li.active{
	color: #d70707;
	border-bottom: 2px solid #d70707;
}*/
#about_container .nav{
	/*float: left;*/
	/*left: 346px;*/
	position: fixed;
	top: 210px;
}
#about_container .nav li{
	width: 190px;
	height: 50px;
	border-bottom: 2px solid #dcdcdc;
	font-size: 20px;
	text-align: right;
	line-height: 50px;
}
#about_container .nav li:hover,
#about_container .nav li.active{
	color: #d70707;
	border-bottom: 2px solid #d70707;
	cursor: pointer;
}
#about_container .content .item{
	margin: 0 auto;
	width: 724px;
	/*height: 646px;*/
	/*overflow: scroll;*/
}
#about_container .content .flex{
	display: flex;
	/*align-items: center;*/
	flex-direction: column;
}
/*#about_container .content .item::-webkit-scrollbar{
	display: none;
}*/
#about_container .content .view{
	width: 453px;
	height: 48px;
	margin-left: 250px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#about_container .content .infor{
	margin: 80px 0;
}
#about_container .content .infor p{
	font-size: 18px;
	color: #777;
	text-align: center;
	margin-left: 246px;
	line-height: 60px;
}

#active{
	/*margin-top: 210px;*/
}
/*-----------------------------关于赢动结束----------------------*/


/*---------------------------------------资讯热点详情页-----------------------------*/
#hotspot_details_container{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-top: 18px;
}
#hotspot_details_container .content{
	width: 1228px;
	height: auto;
	margin: 0 auto;
}
#hotspot_details_container .content .pics{
	width: 1228px;
	height: 152px;
	overflow: hidden;
	position: relative;
}
#hotspot_details_container .content .pics img{
	float: left;
    display: block;
}
#hotspot_details_container .content .star{
	position: absolute;
	top: 0;
	width: 20px;
}
#hotspot_details_container .content .star1{
	left: 458px;
}
#hotspot_details_container .content .star2{
	left: 799px;
}
#hotspot_details_container .content .main{
	width: 1228px;
	/*height: 4420px;*/
	height: auto;
	display: flex;
	justify-content: space-between;
}
#hotspot_details_container .content .main .news{
	/*float: left;*/
	width: 910px;
	height: auto;
	margin-top: 60px;
}
#hotspot_details_container .content .main .news p{
	/*display: inline-block;*/
}
#hotspot_details_container .content .main .news h1{
	font-size: 24px;
	text-align: center;
}
#hotspot_details_container .content .main .news h3{
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
#hotspot_details_container .content .main .news h4{
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
}
#hotspot_details_container .content .main .news h5{
	font-size: 12px;
	text-align: center;
	color: #cecccc;
	margin-top: 24px;
	margin-bottom: 24px;
}
#hotspot_details_container .content .main .news span{
	font-weight: bold;
	font-size: 15px;
}
#hotspot_details_container .content .main .news div{
	font-size: 16px;
	text-align: justify;
	/*text-indent: 2em;*/
	line-height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#hotspot_details_container .content .main .news img{
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
#hotspot_details_container .content .main .news #notes{
	width: 900px;
	/*height: 80px;*/
	background: #f3f3f3;
	/*display: flex;
	align-items: center;*/
	padding: 0 10px;
	box-sizing: border-box;
	text-indent: 2rem;
}
#hotspot_details_container .content .main .side{
	float: right;
	width: 290px;
	height: auto;
	margin-top: 52px;
}
#hotspot_details_container .content .main .side .imgs{
	width: 123px;
	height: 167px;
}
#hotspot_details_container .content .main .side>h1{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
#hotspot_details_container .content .main .side>p{
	font-size: 16px;
	line-height: 25px;
	margin: 40px 0 30px 0;
	text-align: justify;
}

#hotspot_details_container .content .main .side ul{
	margin-top: 20px;
}
#hotspot_details_container .content .main .side li{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#hotspot_details_container .content .main .side li div{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#hotspot_details_container .content .main .side li h3{
	font-weight: 600;
	font-size: 18px;
	color: #594c4b;
}
#hotspot_details_container .content .main .side li p{
	color: #c0adae;
}
.ja{
	display: none;
}
/*.shadow-box{
	box-shadow: 10px 10px 10px #e7e5e5;
}*/