#body{ background: url(/skin/index/default/img/bj.png);}
.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}

.content-page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	/*display: none;*/
}

.banner-opacity {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}

.banner-content {
	position: relative;
}

.banner-info {
	position: absolute;
	width: 774px;
	height: 260px;
	top: 300px;
	left: 14.7%;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	color: #fff;
}

.banner-info h2 {
	font-size: 32px;
	line-height: 90px;
	/*border-bottom: 1px solid #565656;*/
	margin: 16px 24px 20px 24px;
	position: relative;
}

.banner-info h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.banner-info p {
	font-size: 14px;
	padding: 0 24px;
	line-height: 30px;
	color: #e5e5e5;
}

.banner-img {
	position: absolute;
	width: 100%;
}

@keyframes twinkling {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-moz-keyframes twinkling {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-o-keyframes twinkling {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

.dot {
	display: block;
	width: 33px;
	height: 33px;
	/*background: url("/skin/index/default/img/banner/dot.png");*/
	position: absolute;
	left: 1145px;
	top: 655px;
	-webkit-animation: twinkling 2s infinite ease-in-out;
	-moz-animation: twinkling 2s infinite ease-in-out;
	-o-animation: twinkling 2s infinite ease-in-out;
	animation: twinkling 2s infinite ease-in-out;
}

.des {
	position: absolute;
	top: 320px;
	left: 1250px;
}

.banner-word {
	position: absolute;
	top: 200px;
	right: 200px;
}

.banner-word img {
	position: relative;
	top: 0;
	display: none;
}

@keyframes floatWord {
	0% {
		left: -1px;
	}
	25% {
		left: 0px;
	}
	50% {
		left: 1px;
	}
	75% {
		left: 0px;
	}
	100% {
		left: -1px;
	}
}

.float-word {
	-webkit-animation: floatWord 5s infinite linear;
	/*-moz-animation: floatWord 2s infinite ease-in-out;*/
	/*-o-animation: floatWord 2s infinite ease-in-out;*/
	/*animation: floatWord 2s infinite ease-in-out;*/
}

.theater {
	padding-top: 90px;
}

.theater-title {
	height: 350px;
	text-align: center;
	position: relative;
	background: url(/skin/index/default/img/jyjs.png);
}
.tite_ny{float: left; padding-top: 2%;}
.tite_ny1{ width: 20%; text-align: right;}
.tite_ny2{ width: 40%; text-align: left; padding: 4% 2% 0 2%;}
.tite_ny2 h2{ font-size: 18px; font-weight: bold; color: #f00; padding-bottom: 10px;}
.tite_ny2 p{ text-indent: 2em; font-size: 16px; padding-bottom: 10px;}
.tite_ny2 a{ float: right; font-size: 16px;}
.tite_ny2 a:hover{ color: #f00;}
.tite_ny3{ width: 32%; text-align: left;}

.theater-title .cloud1 {
	position: absolute;
	right: 210px;
	top: 62px;
}

.theater-title .cloud2 {
	position: absolute;
	left: 0;
	top: 230px;
}

.theater-introduction {
	height: 427px;
	position: relative;
	background: url("/skin/index/default/img/theater-introduction-bg.jpg") center 0 no-repeat;
}

.introduction-opacity {
	position: absolute;
	width: 100%;
	height: 427px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.introduction-content {
	position: absolute;
	width: 753px;
	top: 175px;
	left: 50%;
	text-align: center;
	margin-left: -376.5px;
	height: 80px;
}

.introduction-content p {
	/*color: #fbf8d7;*/
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.introduction-content .p1 {
	position: absolute;
	left: 0px;
	z-index: 1;
}

.introduction-content .p2 {
	position: absolute;
	left: 461px;
	z-index: 1;
}

.introduction-content .img {
	position: absolute;
	left: 337px;
	z-index: 2;
}

.actor-information .introduction-content {
	width: 725px;
	margin-left: -284.5px;
}

.actor-information .introduction-content .p2 {
	left: 442px;
}

.actor-information .introduction-content .img {
	left: 254px;
}

.play-information .introduction-content {
	width: 510px;
	margin-left: -337px;
}

.play-information .introduction-content .p2 {
	left: 336px;
}

.play-information .introduction-content .img {
	left: 234px;
}

.introduction-content p span {
	font-size: 22px;
	padding: 0 10px;
	border-bottom: 1px solid #fbf8d7;
	display: inline-block;
}

.introduction-content p em {
	font-style: normal;
	font-size: 14px;
	display: inline-block;
}

.introduction-content img {
	/*margin: 0 50px;*/
}

.introduction-opacity2 {
	position: absolute;
	width: 100%;
	height: 427px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
	z-index: 3;
}

.introduction-content2 {
	position: absolute;
	width: 100%;
	top: 175px;
	text-align: center;
	height: 80px;
	color: #fff;
	z-index: 4;
}

.introduction-content2 a {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	letter-spacing: 2px;
	margin: 0 15px;
}

.introduction-content2 a:hover {
	color: #f0c600;
}

.introduction-content2 a span {
	font-size: 14px;
	display: block;
}

.theater-title-information {
	position: relative;
}

.theater-title-information::before {
	content: '';
	width: 550px;
	height: 300px;
	background: url("/skin/index/default/img/dragon.png") center 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 0;
}

.actor-information {
	height: 427px;
	position: relative;
	background: url("/skin/index/default/img/actor-information-bg.jpg") center 0 no-repeat;
}

.actor-information-content {
	top: 98px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	margin: 0;
}

.play-information {
	width: 100%;
	height: 427px;
	position: relative;
	overflow: hidden;
	background: url("/skin/index/default/img/play-information-bg.jpg") center 0 no-repeat;
}

.play-section-center {
	width: 638px;
	height: 427px;
	position: absolute;
	left: 50%;
	margin-left: -319px;
}

.play-section-center .center {
	position: relative;
	z-index: 2;
	top: 0;
}

.play-section-center h3 {
	/*width: 100%;*/
	width: 30px;
	line-height: 32px;
	font-size: 26px;
	text-align: center;
	position: absolute;
	/*top: 190px;*/
	top: 140px;
	color: #fff;
	z-index: 4;
	left: 314px;
}

.play-section-first {
	position: absolute;
	left: -641px;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 640px;
}

.play-section-last {
	position: absolute;
	right: -641px;
	top: 0;
	z-index: 1;
	width: 640px;
	overflow: hidden;
}

.play-information-opacity {
	position: absolute;
	width: 100%;
	height: 427px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.left-opacity,
.center-opacity,
.right-opacity {
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.center-opacity {
	position: absolute;
	z-index: 3;
	width: 638px;
	height: 427px;
	top: 0;
	left: 50%;
	margin-left: -319px;
}

.left-opacity {
	width: 640px;
	height: 427px;
	top: 0;
	left: 0;
	position: absolute;
}

.right-opacity {
	width: 640px;
	height: 427px;
	top: 0;
	left: 0;
	position: absolute;
}

.art-icon {
	position: absolute;
	right: 196px;
	top: 65px;
}

.art-news-content {
	height: 427px;
	position: relative;
}

.art-news {
	height: 427px;
	position: relative;
	cursor: pointer;
}

.art-news-1 {
	background: url("/skin/index/default/img/art-news-1.jpg") center 0 no-repeat;
}

.art-news-2 {
	background: url("/skin/index/default/img/art-news-2.jpg") center 0 no-repeat;
}

.art-news-3 {
	background: url("/skin/index/default/img/art-news-3.jpg") center 0 no-repeat;
}

.art-dot {
	width: 100%;
	position: absolute;
	left: 0;
	top: 382px;
	text-align: center;
}

.art-dot a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: #fff;
	margin: 0 8px;
}

.art-dot a.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.art-news-opacity {
	position: absolute;
	width: 100%;
	height: 427px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.art-new-content {
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 240px;
	top: 70px;
}

.art-new-content-word {
	width: 996px;
	top: 0;
}

.art-new-content1,
.art-new-content2 {
	/*background: url("/skin/index/default/img/art-news-img1.png") center 0 no-repeat;*/
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.art-new-content .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.art-new-content .word {
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 1;
}

.art-new-content .pic {
	position: absolute;
	top: 0;
	left: 248px;
	z-index: 3;
}

.art-new-content2 {
	/*background: url("/skin/index/default/img/art-news-img2.png") center 0 no-repeat;*/
}

.art-new-content h3 {
	font-size: 26px;
	padding-top: 340px;
	padding-bottom: 18px;
}
.art-new-content h3 a{ color: #fff;}
.art-new-content p {
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 3px;
}

.art-new-content p span {
	color: #f0c600;
}

.theater-title2 {
	height: 260px;
	text-align: center;
	position: relative;
	width: 512px;
	margin: 0 auto;
}

.opera-logo {
	position: absolute;
	top: 100px;
	left: 50px;
}

.opera-content {
	width: 465px;
	height: 58px;
	position: relative;
	margin: 0 auto;
	margin-top: 34px;
}

.opera-content a {
	display: block;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #cf1d22;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	line-height: 20px;
	padding-top: 10px;
	letter-spacing: 6px;
}

.opera-content a span {
	font-size: 13px;
}
.opera-search .gzh{ text-align: center; width: 25%; float: left; padding: 4%;}
.opera-content1{width: 560px!important;}
.search-opacity {
	width: 100%;
	height: 427px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 8;
}

.search {
	width: 584px;
	height: 58px;
	line-height: 58px;
	position: absolute;
	left: 50%;
	margin-left: -292px;
	top: 182px;
	font-size: 16px;
	z-index: 8;
}

.search input {
	float: left;
	width: 400px;
	height: 38px;
	border: none;
	background-color: #f6f7fa;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-indent: 16px;
	color: #b9b9bb;
	letter-spacing: 2px;
	padding-top: 7px;
	padding-bottom: 13px;
}

.search a {
	width: 183px;
	height: 58px;
	text-align: center;
	float: left;
	background-color: #cf1d22;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	letter-spacing: 7px;
}

.header-other {
	/*background: rgba(0,0,0,0.2);*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);*/
}

.header-other .header-bg {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.2);
	filter: Alpha(Opacity=20);
}

.banner-tag {
	width: 600px;
	height: 280px;
	position: absolute;
	left: 50%;
	bottom: 120px;
	/*top: 500px;*/
	z-index: 999;
	margin-left: -300px;
	/*background: rgba(0,0,0,0.5);*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);*/
}

.tag-img {}

.tag-img p {
	width: 600px;
	height: 50px;
}

.tag-img .p1 {
	background: url("/skin/index/default/img/banner/tag01_hover.png") no-repeat;
}

.tag-img .p2 {
	background: url("/skin/index/default/img/banner/tag02_hover.png") no-repeat;
}

.tag-img .p3 {
	background: url("/skin/index/default/img/banner/tag03_hover.png") no-repeat;
	height: 100px;
}

.tag-img .p4 {
	background: url("/skin/index/default/img/banner/tag04_hover.png") no-repeat;
}

.tag-img .p1.on {
	background: url("/skin/index/default/img/banner/tag01.png") no-repeat;
}

.tag-img .p2.on {
	background: url("/skin/index/default/img/banner/tag02.png") no-repeat;
}

.tag-img .p3.on {
	background: url("/skin/index/default/img/banner/tag03.png") no-repeat;
}

.tag-img .p4.on {
	background: url("/skin/index/default/img/banner/tag04.png") no-repeat;
}

.tag-dot {
	position: absolute;
	bottom: -42px;
	text-align: center;
	width: 100%;
}

.tag-dot p {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #666873;
	margin: 0 7px;
	cursor: pointer;
}

.tag-dot p.on {
	background-color: #fff;
}

.banner-tag-new {
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 168px;
	text-align: center;
	z-index: 999;
}

.banner-tag-new img {
	position: absolute;
	left: 50%;
}

.banner-tag-new .img1 {
	margin-left: -16px;
}

.banner-tag-new .img2 {
	margin-left: -15px;
}

.banner-tag-new .img3 {
	margin-left: -45.5px;
}

.banner-tag-new .img4 {
	margin-left: -15.5px;
}

/*手机*/
@media screen and (max-device-width: 736px) {
	.theater-title1{ height: 200px;}
	.theater-title1 img{ width: 180px;}
	.tite_ny22{ width: 100%; padding-top: 4%;}
	.tite_ny22 p{ font-size: 32px; text-align: left; text-indent: 2em;}
	.tite_ny22 a{font-size: 32px;}
	.theater-title2{ width: 96%; height: auto; display: inline-block; padding: 0 3%;}
	.tite_ny33{ width: 100%;}
	.tite_ny33 img{ width: 100%; padding: 1% 0;}
	.introduction-content p span{ font-size: 32px;}
	.introduction-content p em{ font-size: 16px;}
	.introduction-content{ left:50%;}
	.introduction-content .img{ left: 370px;}
	.actor-information .introduction-content .img{ left: 264px;}
	.play-information .introduction-content .img{ left: 250px;}
	.art-new-content h3{ font-size: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.opera-logo{ left: 274px; top: 75px;}
	.opera-content{width: 590px; top: 240px; left: 200px; position: absolute;}
	.opera-content a{ font-size: 36px; height: 88px; line-height: 30px; padding-top: 22px;}
	.opera-content a span{ font-size: 16px;}
	.opera-content1{width: auto!important; top: 400px; left: 0px; position: absolute;}
	.opera-search .gzh p{ font-size: 32px;}
	.footer{ height: auto; line-height: 46px;}
	.footer .left{ float: none; text-align: center;}
	.footer .right{ float: none;text-align: center;}
	.footer p{ font-size: 30px;}
	.footer .left img{ width: 32px;}
	.header-mobile-right li a{ font-weight: bold;}
}
