/*0.1	19*/
/*0.2	33*/
/*0.3	4C*/
/*0.4	66*/
/*0.5	7F*/
/*0.6	99*/
/*0.7	B2*/
/*0.8	C8*/
/*0.9	E5*/
.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);
}
body{
    background-color: #000;
}
.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("../images/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{
    background-color: #fcf1e4;
    padding-top: 90px;
}
.theater-title{
    height: 350px;
    text-align: center;
    position: relative;
}
.introduction{
    /*margin-top: 78px;*/
}
.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("../images/gg3.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: -362.5px;
}
.actor-information .introduction-content .p2{
    left: 442px;
}
.actor-information .introduction-content .img{
    left: 323px;
}
.play-information .introduction-content{
    width: 510px;
    margin-left: -255px;
}
.play-information .introduction-content .p2{
    left: 336px;
}
.play-information .introduction-content .img{
    left: 224px;
}
.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;
}
.information{
    margin-top: 50px;
}
.theater-title-information{
    position: relative;
}
.theater-title-information::before{
    content: '';
    width: 550px;
    height: 300px;
    background: url("../images/guang.png") center 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -275px;
    top: 0;
}
.actor-information{
    height: 427px;
    position: relative;
    background: url("../images/gg2.jpg") center 0 no-repeat;
}
.actor-information-content{
    top: 98px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
}
.play{
    margin-top: 50px;
}
.play-information{
    width: 100%;
    height: 427px;
    position: relative;
    overflow: hidden;
    background: url("../images/gg4.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{
    margin-top: 60px;
}
.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("../images/art-news-1.jpg") center 0 no-repeat;
}
.art-news-2{
    background: url("../images/art-news-2.jpg") center 0 no-repeat;
}
.art-news-3{
    background: url("../images/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("../images/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("../images/art-news-img2.png") center 0 no-repeat;*/
}
.art-new-content h3{
    font-size: 26px;
    padding-top: 340px;
    padding-bottom: 18px;
}
.art-new-content p{
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 3px;
}
.art-new-content p span{
    color: #f0c600;
}
.theater-title2{
    height: 364px;
    text-align: center;
    position: relative;
    width: 512px;
    margin: 0 auto;
    margin-top: 100px;
}
.opera{
    margin-top: 62px;
}
.opera-logo{
    position: absolute;
    top: 195px;
    left: 50px;
}
.opera-content{
    width: 465px;
    height: 58px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}
.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;
}
.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: #000;
    opacity: 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("../images/tag01_hover.png") no-repeat;
}
.tag-img .p2{
    background: url("../images/tag02_hover.png") no-repeat;
}
.tag-img .p3{
    background: url("../images/tag03_hover.png") no-repeat;
    height: 100px;
}
.tag-img .p4{
    background: url("../images/tag04_hover.png") no-repeat;
}
.tag-img .p1.on{
    background: url("../images/tag01.png") no-repeat;
}
.tag-img .p2.on{
    background: url("../images/tag02.png") no-repeat;
}
.tag-img .p3.on{
    background: url("../images/tag03.png") no-repeat;
}
.tag-img .p4.on{
    background: url("../images/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;
}