/*
    * @time Tue Jul 13 2021 09:38:18 GMT+0800 (中國標準時間)
    */
 @charset"utf-8";
 .clearfix:after, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, hr, html, input, label, li, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0
}
body, html {
    height: 100%
}
body {
    font-family:"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei", STHeitiSC-Light, simsun, "SimSun", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}
li {
    list-style-type: none
}
a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
a:hover {
    text-decoration: none;
    color: #ff9724!important
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
iframe, img {
    border: 0
}
img {
    vertical-align: top
}
.clearfix {
    display: block
}
.clearfix:after {
    content:"";
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both
}
.part {
    width: 1200px;
    margin: 0 auto
}
.left {
    float: left
}
.right {
    float: right
}
i {
    font-style: normal
}
.part {
    width: 100%;
    margin: 0 auto
}
@-moz-keyframes hornPlay {
    from {
        width: 13px
    }
    to {
        width: 20px
    }
}
@-webkit-keyframes hornPlay {
    from {
        width: 13px
    }
    to {
        width: 20px
    }
}
@keyframes hornPlay {
    from {
        width: 13px
    }
    to {
        width: 20px
    }
}
@-moz-keyframes breath {
    from {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    to {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }
}
@-webkit-keyframes breath {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}
@keyframes breath {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }
}
@-moz-keyframes leftIn {
    from {
        left: 100%
    }
    to {
        left: 0;
        z-index: 3
    }
}
@-webkit-keyframes leftIn {
    from {
        left: 100%
    }
    to {
        left: 0;
        z-index: 3
    }
}
@keyframes leftIn {
    from {
        left: 100%
    }
    to {
        left: 0;
        z-index: 3
    }
}
@-moz-keyframes leftOut {
    from {
        left: 0
    }
    to {
        left: -100%;
        z-index: 1
    }
}
@-webkit-keyframes leftOut {
    from {
        left: 0
    }
    to {
        left: -100%;
        z-index: 1
    }
}
@keyframes leftOut {
    from {
        left: 0
    }
    to {
        left: -100%;
        z-index: 1
    }
}
.banner img {
    width: 100%;
    height: auto
}
.menu {
    text-align: center;
    height: 37px;
    line-height: 37px;
    color: #8c0808;
    font-size: 16px;
    margin-bottom: 0;
    background: #f4c482
}
.menu a {
    margin: 0 25px;
    font-size: 16px;
    color: #8c0808
}
.intro .intro-cont {
    background: url(../images/intro.png) center 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #fff3aa
}
.main {
    margin-top: 15px;
    margin-bottom: 50px
}
.video-box {
    width: 100%;
    height: 240px
}
.video-box iframe {
    width: 100%;
    height: 100%
}
.drama {
    position: relative
}
.drama .title {
    background: url(../images/drama-line.png) 0 center repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    margin: 10px auto
}
.drama .title span {
    padding-right: 10px;
    background-color: #fff
}
.drama .swiper-pagination {
    text-align: center;
    width: 100%
}
.drama .swiper-pagination-bullet {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
    margin: 0 2px
}
.drama .swiper-pagination-bullet-active {
    background: #ee2133;
    width: 12px;
    height: 12px
}
.drama .slide-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.drama .slide-item {
    position: relative;
    margin: 2px 1%;
    width: 18%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    cursor: pointer
}
.drama .slide-item:before {
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.drama .slide-item.active {
    border-color: #c31c26
}
.drama .slide-item.active:after {
    content:"";
    background: url(../images/drama-active.png) center center no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -4.5px;
    display: block
}
.list .title {
    margin: 40px auto 10px;
    width: 100%;
    height: 30px;
    background: url(../images/lm.png) center center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%
}
.list .list-cont-item {
    display: none;
    width: 100%
}
.list .list-cont-item.active {
    display: block
}
.list a {
    display: block;
    cursor: pointer;
    width: 95%;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    background: #f0f0f0 url(../images/play.png) 10px center no-repeat
}
.list .list-pagni {
    text-align: center;
    margin-top: 20px
}
.list .list-pagni span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #c31c26;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 8px
}
.footer {
    font-size: 12px;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    background: #c81010;
    color: #eebb61;
    text-align: center;
    line-height: 24px
}
.footer a {
    font-size: 12px;
    color: #eebb61
}