* {
	margin: 0;
	padding: 0;
}

.movies_one {
	width: 100%;
	
	height:700px;
	background-image: url(banner.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
    margin-top:52px;
}

.movies_two {
	width: 100%;
	height: 580px;
	background-image: url(bg2.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.zixun_one>img {
	width: 100%;
}

.movies_title {
	width: 155px;
	height: 37px;
	font-size: 2.3rem;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	color: rgba(27, 27, 27, 1);
	/*line-height:3.4rem;*/
	margin: 0 auto;
	padding-top: 2.5%;
	text-align: center;
}

.movies_introduce {
	max-width: 1120px;
	height: 441px;
	background-image: url(bg1.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.movies_introduce>p {
	width: 75%;
	/*height:261px;*/
	/*height: 78%;*/
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 33px;
	margin: 0 auto;
	text-indent: 12px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -37.5%;
	/*margin-top: -50%;*/

}

.movies_three {
	width: 100%;
	height: 660px;
	background-image: url(bg3.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.movies_four {
	width: 100%;
	height: 590px;
	background-image: url(bg4.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.movies_five {
	width: 100%;
	height: 750px;
	background-image: url(bg5.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.movies_six {
	width: 100%;
	/*height:745px;*/
	background-image: url(bg6.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding-bottom: 66px;
}


/*活动日程*/

.table_overflow {
    max-width: 1120px;
	height: 76%;
	overflow: hidden;
	overflow-y: scroll;
	border-radius: 15px 20px 20px 15px;
	padding-right: 5px;
	margin: 0 auto;
}

.table_overflow::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
	border-radius: 10px;
	background: none;
}

.table_overflow::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0px #fff;
	background: #fff;
}

.table_overflow::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 0px #000;
	border-radius: 10px;
	background: none;
}

.swiper_table {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
}

.swiper_table tr th {
	border: 1px solid gainsboro;
	background: #FBB040;
	height: 2.8rem;
	padding-left: 2rem;
	line-height: 2.8rem;
}

.swiper_table tr td {
	border: 1px solid gainsboro;
	height:1.8rem;
	padding-left: 2rem;
	border-left: none;
	vertical-align: middle;
	border-bottom: none;
}


/*要闻资讯*/

.movies_zixun {
	max-width: 1120px;
	height:73%;
	margin: 0 auto;
	margin-top: 3% !important;
	display: flex;
}


.movies_zixun>div>img {
	width: 100%;
}

.movies_zixun>div:last-child {
	margin-right: 0%;
}

.movies_button {
	display: block;
	width: 16.5%;
	height: 8.8%;
	border: 2px solid rgba(27, 27, 27, 1);
	border-radius: 3px;
	margin: 0 auto;
	font-size: 20px;
	background: none;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(27, 27, 27, 1);
	margin-top: 3%;
}


/*   第一个*/
.zixun_one{
	background: #fff;
	border-radius:6px ;
}
.zixun_message {
	background: #fff;
	width: 100%;
	height:35%;
}
.zixunimg{
	height:65%;
}

.zixun_message>p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 3%;
	padding-left: 6%;
}

.zixun_message>p:last-child {
	font-size: 13px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	padding-left: 7%;
    width: 94%;
}


/* 第二个*/

.zixun_message2 {
	background: #fff;
	width: 100%;
	border-radius: 3px;
	padding-top: 5%;
	border-radius: 0 0 4% 4%;
}

.zixun_message2>p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1%;
	padding-left: 6%;
}

.zixun_message2>p:last-child {
	font-size: 13px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	padding-left: 7%;
	width: 96%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}


/* 第三个*/

.zixun_message3 {
	background: #fff;
	width: 100%;
	border-radius: 3px;
	padding-top: 5%;
	border-radius: 0 0 4% 4%;
}

.zixun_message3>p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1%;
	padding-left: 6%;
}

.zixun_message3>p:last-child {
	font-size: 13px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	padding-left: 7%;
	width: 96%;
}





/*特效电影展 */

.movies_txt {
	width: 60%;
	display: flex;
	margin: 0 auto;
	color: #fff;
}

.movies_txt>li {
	flex: 1;
	font-size: 26px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding-top: 5%;
	position: relative;
	cursor: pointer;
}

.movies_txt1 {
	width: 60%;
	display: flex;
	margin: 0 auto;
	color: #000;
}

.movies_txt1>li {
	flex: 1;
	font-size: 26px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding-top: 5%;
	position: relative;
	cursor: pointer;
}


/* 选项卡*/

.movies_actives {
	position: absolute;
	bottom: -22%;
	width: 56px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	left: 50%;
	margin-left: -9%;
}

.movies_none {
	width: 0;
}

.movies_actives1 {
	position: absolute;
	bottom: -22%;
	width: 56px;
	height: 4px;
	background: rgba(0, 0, 0, 1);
	border-radius: 2px;
	left: 50%;
	margin-left: -9%;
}

.movies_none1 {
	width: 0;
}


/*特效5个*/
/*特效一*/
.movies_texiao {
	max-width: 1120px;
	height: 60%;
	margin: 0 auto;
	margin-top: 3%;
	overflow: hidden;
}

.movies_texiao>li {
	width: 100%;
	height: 100%;
}
/*特效二*/
.movies_texiao1 {
	max-width: 1120px;
	height: 60%;
	margin: 0 auto;
	margin-top: 3%;
	overflow: hidden;
}

.movies_texiao1>li {
	width: 100%;
	height: 100%;
	display: flex;
}


/*第一个*/

.texiao_one {
	width: 100%;
	height: 100%;
	background: #C6C6C6;
    border-radius: 6px;
	position: relative;
}

.texiao_one:last-child {
	margin-right: 0;
}

.texiao_message {
	width: 100%;
	height: 32.1%;
	margin-right: 2%;
}
.texiao_view{
	height: 100%;
}
.texiao_view>img {
	width: 100%;
}

.texiao_message>p:first-child {
	padding-top: 1%;
	margin-bottom: 1%;
	font-size: 18px;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	color: #000;
	padding-left: 6%;
}

.texiao_message>p:last-child {
	font-size: 12px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: #000;
	line-height: 16px;
	padding-left: 6%;
	width: 96%;
	height: 95px;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}

.texiao_shadow {
	padding: 6% 0 0 4%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 2%;
	opacity: 0;
}

.texiao_shadow>h1 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	margin-bottom: 1%;
}

.texiao_shadow>div {
	height:88%;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-bottom: 6%;
}

.texiao_shadow>p {
	line-height: 2;
}


/*第二个*/

.texiao_two {
	width: 32%;
	height: 100%;
	border-radius: 2%;
	background: #fff;
	margin-right: 2%;
	position: relative;
}

.texiao_two:last-child {
	margin-right: 0;
}   
.texiao_view2{
	height:100%;
}
.texiao_view2>img {
	width: 100%;
}

.texiao_shadow2 {
	padding: 6% 0 0 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2%;
	opacity: 0;
}

.texiao_shadow2>h1 {
	font-size: 1.3rem;
	font-family: PingFangSC-Semibold;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	margin-bottom: 6%;
}

.texiao_shadow2>div {
	height: 134px;
	font-size: 14px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: #000;
	margin-bottom: 6%;
	width: 96%;
	height: 50%;
}

.texiao_shadow2>p {
	line-height: 2;
	width: 96%;
	
}


/* 第三个*/

.texiao_three {
	width: 32%;
	height: 100%;
	border-radius: 2%;
	background: #fff;
	margin-right: 2%;
	position: relative;
}

.texiao_three:last-child {
	margin-right: 0;
}
.texiao_view3{
	height:100%;
}
.texiao_view3>img {
	width: 100%;
}
.texiao_view3{
	background: #fff;
    border-radius: 6px;
}
.texiao_shadow3 {
	padding: 6% 0 0 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2%;
	opacity: 0;
}

.texiao_shadow3>h1 {
	font-size: 1.3rem;
	font-family: PingFangSC-Semibold;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	margin-bottom: 6%;
}

.texiao_shadow3>div {
	height: 134px;
	font-size: 14px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 6%;
	width: 96%;
	height: 50%;
	overflow: hidden;
}

.texiao_shadow3>p {
	line-height: 2;
	width: 96%;
	height: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 第四个*/

.texiao_four {
	width: 32%;
	height: 100%;
	border-radius: 2%;
	background: #fff;
	margin-right: 2%;
	position: relative;
}

.texiao_four:last-child {
	margin-right: 0;
}
.texiao_view4{
	background: #c6c6c6;
    border-radius: 6px;
}
.texiao_view4>img {
	width: 100%;
}

.texiao_shadow4 {
	padding: 20% 0 0 12%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 2%;
	opacity: 0;
}

.texiao_shadow4 {
	padding: 20% 0 0 12%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 2%;
	opacity: 0;
}

.huaxue{
	display: flex;
    height: 90px;
    line-height: 70px;
    border-bottom: 1px dotted #333;
    padding: 10px 0;
    
}
.huaxue>span:first-child{
	font-size: 16px;
	font-weight: bold;
	width: 12%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.huaxue>span:last-child{
	font-size: 16px;
	width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#viewM{
	display: none;
}
#view{
	display: block;
}
.movies_li55:nth-child(2){
	display: none;
}
.movies_li55:nth-child(3){
	display: none;
}
/*移动端*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
	.movies_one {
		background-size: 100% !important;
		    margin-top: 60px;
		    padding: 0 10px;
	}
	.movies_two {
		height: 330px;
		background-size: cover;
		padding: 0 10px;
	}
	.gallery-top {
		margin-top: 1%;
	}
	.gallery-thumbs .gallery-time{
		padding: 0 36px !important;
	}
	.gallery-thumbs .swiper-slide {
		font-size: 1rem;
		line-height: 2rem;
	}
	.table_overflow {
		width: 98%;
		border-radius: 2px;
		height: 93%;
		padding-right: 2px;
	}
	.swiper_table {
		border-radius: 5px;
	}
	.table_overflow::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 2px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
		border-radius: 8px;
	}
	.swiper_table tr th {
		height: 0rem;
		line-height: 0rem;
		font-size: 12px;
		padding: 0.8rem 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.movies_button {
		font-size: 12px;
		height: 7.8%;
		width: 28.5%;
	}
	.swiper_table tr td {
		height: 0rem;
		line-height: 15px;
		font-size: 12px;
		padding: 1px 0;
		white-space: inherit;
		text-align: center;
	}
	.mb_td_wd{
		width:4rem;
	}
	.movies_title {
		font-size: 16px;
		background-size: 100% !important;
		margin-bottom: 1.8%;
		padding-top: 5%;
	}
	/*特效标题第一个*/
	.movies_txt {
		width: 75%;
	}
	.movies_actives {
		width: 40px;
		height: 2px;
		margin-left: -26%;
	}
	/*特效标题第二个*/
	.movies_txt1 {
		width: 92%;
	}
	.movies_actives1 {
		width: 40px;
		height: 2px;
		margin-left: -26%;
	}
	.movies_introduce {
		height: 266px;
		background-size: 100% 100%;
		margin-top: 4%;
	}
	.movies_introduce>p {
		font-size: 12px;
		line-height: 19px;
		height: 80%;
		margin-top: -25% !important;
		text-indent: 0;
	}
	.movies_zixun {
		height:83%;
		margin-top: 6% !important;
	}
	/*第一资讯消息*/
	/*.zixun_message {
		padding-top: 3%;
	}
	.zixun_message2 {
		padding-top: 3%;
	}
	.zixun_message3 {
		padding-top: 3%;
	}*/
	
	.zixun_message>p:first-child {
		font-size: 14px;
		margin-bottom:1%;
		padding-left: 5%;
	}
	/*第一资讯标题*/
	.movies_txt>li {
		font-size: 16px;
		padding-top: 10%;
		margin-bottom: 5%;
	}	
	.movies_txt1>li {
		font-size: 16px;
		padding-top: 10%;
		margin-bottom: 5%;
	}
	.gallery-thumbs {
	    width: 90%;
		height: 8%;
		margin-top: 4.6%;
	}
	
	.gallery-thumbs .swiper-slide {
		width: 12px;
		font-size: 12px
	}
	
	.swiper-button-next.swiper-button-white {
		width: 23px;
	}
	.swiper-button-prev.swiper-button-white {
		width:23px;
	}
	.movies_three {
		background-size: 100% !important;
		background-repeat: repeat;
		height: 1700px;
	}
	.movies_four {
		background-size: cover;
		height: 480px;
		padding: 0 10px;
	}
	.movies_five {
		height: 530px;
		background-size: cover;
		padding: 0 10px;
	}
	.movies_texiao {
		height: 70%;
	}
	.movies_texiao1 {
		height: 70%;
	}
	.texiao_message>p {
		width: 96%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.texiao_message>p:first-child {
		    margin-top: 8%;
		font-size: 16px;
	}
	.texiao_message>p:last-child {
		font-size: 12px;
	}
	.texiao_shadow {
		padding:3% 0 0 3%;
	}
	.texiao_shadow>h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.texiao_shadow>div {
		margin-bottom: 3%;
		height: 120px;
		width: 96%;
		font-size: 13px;
	}
	.texiao_shadow>p {
		line-height: 18px;
		width: 96%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.texiao_shadow4>h1 {
		font-size: 1.3rem;
		font-family: PingFangSC-Semibold;
		font-weight: bold;
		color: rgba(0, 0, 0, 1);
		line-height: 24px;
		margin-bottom: 6%;
	}
	.texiao_shadow4>div {
		height: 134px;
		font-size: 14px;
		font-family: PingFangSC-Light;
		font-weight: 300;
		color: rgba(0, 0, 0, 1);
		margin-bottom: 6%;
	}
	.texiao_shadow2>p {
		line-height: 2;
	}
	/*资讯消息第二个*/
	.zixun_message2 {
		padding-top: 5%;
	}
	.zixun_message2>p {
		width: 96%;
		/*overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;*/
	}
	.zixun_message2>p:first-child {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 17px;
	}
	.zixun_message2>p:last-child {
		font-size: 12px;
		
	}
	.texiao_shadow2 {
		padding: 7% 0 0 10%;
	}
	.texiao_shadow2>h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.texiao_shadow2>div {
		margin-bottom: 3%;
		height: 134px;
		width: 96%;
	}
	.texiao_shadow2>p {
		line-height: 18px;
		width: 96%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*资讯消息第三个*/
	.zixun_message3 {
		padding-top: 5%;
	}
	.zixun_message3>p {
		width: 96%;
	}
	.zixun_message3>p:first-child {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 17px;
	}
	.zixun_message3>p:last-child {
		font-size: 12px;
	}
	.texiao_shadow3 {
		padding: 7% 0 0 10%;
	}
	.texiao_shadow3>h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.texiao_shadow3>div {
		margin-bottom: 3%;
		height: 134px;
		width: 96%;
		overflow: hidden;
	}
	.texiao_shadow3>p {
		line-height: 18px;
		width: 96%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#showmore {
    width: 31.5%;
    margin-top: 8%;
}
	
	
	
	
	
	
	.movies_six {
		height:425px;
		background-size: cover;
		padding: 0 10px;
	}
	.zixunimg{
	height:70% !important;
	}
	.huaxue{
		height: 50px !important;
		line-height: 30px !important;
	}
	.huaxue>span:first-child{
		
		font-size: 14px;
		width: 31%;
	}
	.huaxue>span:last-child{
		font-size: 14px;
		width: 69%;
	}
	#view{
	display: none;
}
#viewM{
	display: block;
    line-height: 17px;
}

}


@media only screen and (min-width:768px) and((max-width:1024px)) {
	
	.movies_one{
		background-size: 100% !important;
	}
	
	.movies_two {
		background-size: 100% !important;
	}
	
	
	
	.gallery-thumbs .swiper-slide {
		font-size: 1rem;
		line-height: 2rem;
	}
	.table_overflow {
		width: 90%;
		border-radius: 9px 15px 15px 9px;
	}
	.swiper-button-next.swiper-button-white {
		right: 10%;
	}
	.swiper-button-prev.swiper-button-white {
		left: 10%;
	}
	.table_overflow::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 2px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
		border-radius: 8px;
	}
	
	.swiper_table tr th {
		height: 0rem;
		line-height: 0rem;
		font-size: 12px;
		padding: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper_table tr td {
		height: 0rem;
		line-height: 0rem;
		font-size: 12px;
		padding: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper_table tr td:nth-child(3) {
		padding-right: 1rem;
	}
	.movies_title {
		font-size: 20px;
		background-size: 100% !important;
		margin-bottom: 1.8%;
	}
	.movies_introduce {
		background-size: 100% !important;
	}
	.movies_introduce>p {
		font-size: 12px;
		line-height: 19px;
		height: 80%;
	}
	.zixun_message2>p:first-child{
		font-size: 13px !important;
	}
	.zixun_message2>p:last-child{
		    font-size: 12px !important;
		    
		    line-height: 20px !important;
	}
	
	
	
}