﻿@charset "UTF-8";
/*css reset*/
*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

html {
    font-size: 100px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    min-width: 1480px;
    /*max-width: 1920px;*/
    /*max-width: 1920px;*/
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: url("../img/bg_04.jpg");
    margin: 0 auto;
}

div, form, ul, ol, li, span, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: inherit;
}

ul, ol, li {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent;
}

th, td {
    padding: 0;
}

input, select, textarea, button {
    outline: 0;
    border: 0;
    background: none;
    vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

img {
    vertical-align: middle; 
    max-width:100% !important;
}
p{text-indent:0 !important;}
#content {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

#content img {
    max-width: 100%;
}

.media .media-object {
    height: 100%;
}

pre {
    white-space: normal;
}

i, em {
    font-style: normal;
}

/*默认链接颜色*/
a {
    color: #505050;
    text-decoration: none;
    outline: 0;
    outline-width: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    cursor: pointer;
}

/*工具类*/
.Wid100 {
    width: 100% !important;
}

.fbox {
    display: flex;
}

.db {
    display: block;
}

.di {
    display: inline-block;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.ovh {
    overflow: hidden;
}

.fs-normal {
    font-weight: normal;
}

.fs-bold {
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}

:root {
    --main-color: #002D7A;
    --blue-color: #7b88ad;
    --ash-color: #F2F3F7;
    --white-color: #fff;
}

/*自定义滚动轴*/
.scrollBar::-webkit-scrollbar {
    position: relative;
    left: 0;
    width: 6px; /*滚动条整体样式*/
    height: 2px; /*高宽分别对应横竖滚动条的尺寸*/
}

.scrollBar::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--main-color);
}

.scrollBar::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #EDEDED;
}

.adorn {
    position: relative;
}

.adorn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 2px;
}

.adorn_blue.adorn:after {
    background-color: var(--blue-color);
}

.adorn_blueA.adorn:after {
    background-color: var(--main-color);
}

.adorn_bottom.adorn:after {
    bottom: -32px;
}

.adorn_center.adorn:after {
    left: calc(50% - 15px);
}

/*移动端样式*/
html, a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*===========复用样式===========*/
.h600 {
    height: 600px !important;
}

.w25 {
    width: 25%;
}

.f12 {
    font-size: 12px !important;
}

/*分页*/
.paging {
    position: absolute;
    bottom: 80px;
    right: 110px;
}

.paging li {
    float: left;
    color: var(--white-color);
    height: 24px;
    line-height: 22px;
    cursor: pointer;
}

.paging li:not(:last-child) {
    width: 24px;
    border: 1px solid var(--white-color);
    text-align: center;
    border-radius: 6px;
    margin-right: 12px;
}

.paging li:not(:last-child).active {
    background-color: var(--white-color);
    color: var(--main-color);
}

/*===========按钮控件===========*/
/*.btn{-webkit-appearance: none;display: inline-block;text-align: center;width: 200px; height: 60px; line-height: 60px;font-size: 16px;font-family: inherit;color: #fff;background: #A7262B;}*/
/*.btn-block{display: block;width: 100%;}*/
/*.btn-round{border-radius: 5px;}*/
/*.btn-lg-round{border-radius: 20px;}*/
[v-cloak] {
    display: none
}

/*单行溢出省略*/
.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*多行溢出省略*/
.omit2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    overflow: hidden;
}

.omit3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    overflow: hidden;
}

.omit5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;
    overflow: hidden;
}

/*============图标=============*/
[class*="icon"] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-01 {
    background: url(../img/ionc-01.png) no-repeat;
    background-size: 100%
}

.stripPurple {
    width: 100%;
    height: 24px;
    background-color: #775ddc;
}

.stripYellow {
    width: 100%;
    height: 6px;
}

.menuTop {
    background-color: #fff;
}

.topBox {
    width: 80vw;
    max-width: 1450px;
    min-width: 1200px;
    height: 5.8vw;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    flex: none;
    width: 227px;
    height: 55px;
}

.menuSearch {
    flex: none;
    width: 68px;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    background: url("../img/ionc-01.png") no-repeat center left;
    background-size: 20px 20px;
}

.classA {
    flex: 1;
    height: 5.8vw;
    margin-left: 1.6vw;
    display: flex;
    justify-content: center;
}

.classA > li {
    flex: none;
    width: 125px;
    height: 5.8vw;
    line-height: 5.8vw;
    text-align: center;
    cursor: pointer;
    position: relative;
    /*transition: all .3s linear;*/
    /*-moz-transition: all .3s linear;*/
    /*-webkit-transition: all .3s linear;*/
    /*-o-transition: all .3s linear;*/
}

.classB {
    display: none;
    position: absolute;
    left: 0;
    padding: 20px;
    width: 530px;
    z-index: 1000;
    opacity: 0;
    /*align-items: center;*/
    overflow: hidden;
    font-size: 14px;
}

.classA li:nth-child(n+5) .classB {
    left: auto;
    right: 0;
}

.classB_Img {
    width: 220px;
    height: 220px;
}

.classB_ul {
    width: calc(100% - 220px);
    padding: 16px 0 16px 20px;
}

.classB_ul li:hover {
    background-color: rgba(0, 0, 0, .2);
}

/*.classB_ul li:hover a{*/
/*    color: #555!important;*/
/*}*/
.classB_ul li {
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.classB_ul li:nth-child(2n) {
    margin-left: 2%;
}

.classA > li:hover {
    color: #fff;
}

.classA li:hover .classB {
    display: flex;
    opacity: 1;
}

.box {
    width: 80vw;
    max-width: 1450px;
    min-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

.Hopera_01 {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.Hopera_01 a {
    float: left;
    width: 219px;
    height: 334px;
    margin-right: 11px;
}

.Hopera_01 a:last-child {
    margin-right: 0;
}

.Hopera_ImgA {
    width: 100%;
    height: 262px;
}

.Hopera_TxtA {
    width: 100%;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .58vw;
    background-color: #F2F2F2;
    font-size: 15px;
    line-height: 1.4;
}

.Hopera_TxtA p {
    color: #999;
    font-size: 14px;
    padding-left: 25px;
    margin-top: 6px;
    background: url("../img/Map.png") no-repeat left 4px center;
    background-size: 14px 16px;
}

.Hsearch.active {
    padding-top: 20px;
}

.Hsearch {
    padding-top: 396px;
    width: 740px;
    margin: 0 auto;
    display: flex;
}

.Hsearch input {
    flex: 1;
    height: 48px;
    font-size: 16px;
    padding-left: 28px;
}

.Hsearch i {
    flex: none;
    width: 70px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}

.Hheat {
    width: 740px;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.Hheat i {
    flex: none;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-right: 13px;
    margin-left: 5px;
    background-color: #ff5353;
}

.Hheat a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.Hheat a:not(:last-child):after {
    content: '';
    position: absolute;
    top: 16%;
    right: -15px;
    bottom: 16%;
    width: 1px;
    background-color: #B4B4B4;
}

.contentBox {
    padding: 0 20px;
}

.Hcrumb {
    height: 56px;
    line-height: 56px;
    padding: 0 28px;
    font-size: 18px;
}

.Hcrumb .fl {
    padding-left: 20px;
    position: relative;
}

.Hcrumb .fl:after {
    content: '';
    position: absolute;
    top: 26%;
    bottom: 26%;
    left: 0;
    width: 6px;
}

.Hcrumb .fr {
    font-size: 16px;
}

.Hopera_ZZ {
    position: relative;
    margin: 2vw 0;
}

.Hopera_02 {
    position: absolute;
    top: 0;
    bottom: 2vw;
    float: left;
    width: 34%;
    background-color: #F2F2F2;
}

.Hopera_02 .Hopera_ImgB {
    width: 100%;
    height: 0;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
}

.Hopera_02 .Hopera_TxtB {
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.2vw;
    background-color: #F2F2F2;
    font-size: 20px;
    line-height: 1.4;
}

.Hopera_TxtB p {
    color: #999;
    font-size: 16px;
    padding-left: 30px;
    margin-top: 8px;
    background: url(../img/Map.png) no-repeat left 4px center;
    background-size: 17px 20px;
}

.Hopera_03 {
    float: right;
    width: 64.8%;
}

.Hopera_03 a {
    float: left;
    width: 24%;
}

.Hopera_03 a:not(:nth-child(4n+1)) {
    margin-left: 10px;
}

.Hopera_03 a:nth-child(n+5) {
    margin-top: 12px;
}

.Hopera_ImgC {
    width: 100%;
    height: 0;
    padding-top: 120%;
    position: relative;
    background-color: #F2F2F2;
    overflow: hidden;
}

.navImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Hopera_ZX {
    margin: 1.2vw 0;
}

.Hopera_04 {
    float: left;
    width: 60%;
    height: 0;
    padding-top: 36%;
    position: relative;
}

.FuzzyBox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 53px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Ding {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 53px;
    line-height: 53px;
    color: #ffffff;
    padding-left: 28px;
    background-color: rgba(0, 0, 0, .4);
}

.FuzzyBox .swiper-pagination {
    position: unset;
    flex: none;
    padding-left: 10px;
}

.FuzzyBox .swiper-pagination-bullet {
    margin-right: 6px;
}

.FuzzyBox .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
}

.FuzzyBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffc810;
}

.Hopera_05 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 63.5%);
}

.Hopera_05 li, .Hopera_10 li, .Hopera_11 li {
    height: calc(100% / 10);
}

.Hopera_05 li a, .Hopera_10 li a, .Hopera_11 li a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.Hopera_05 li a:after, .Hopera_10 li a:after, .Hopera_11 li a:after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    left: -24px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #333;
}

.Hopera_05 li a p, .Hopera_10 li a p, .Hopera_11 li a p {
    flex: 1;
}

.Hopera_05 li a i, .Hopera_10 li a i, .Hopera_11 li a i {
    width: 100px;
    text-align: right;
    color: #999999;
}

.GengDuo {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 4.8vw;
}

.Hopera_title {
    height: 4.8vw;
    width: 447px;
    line-height: 4.8vw;
    margin: 0 auto;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.Hopera_title p {
    color: #999999;
    cursor: pointer;
}

.Hopera_title .active {
    color: #333;
}

.Hopera_06 {
    float: left;
    width: 49%;
    height: 0;
    padding-top: 29.4%;
    position: relative;
    overflow: hidden;
}

.Hopera_06 .G-Img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Hopera_SP {
    display: none;
}

.Hvideo {
    float: left;
}

.Hvideo img {
    width: 23.65vw;
    height: 13.7vw;
    /* height: 263px; */
}

.Hvideo p {
    width: 100%;
    padding: 1.15vw .64vw 1.42vw;
    font-size: 16px;
}

.Hvideo:not(:nth-child(3n+1)) {
    margin-left: 20.5px;
}

.HTips {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /* width: 36.41vw; */
    height: 4.17vw;
    color: #fefefe;
    font-size: 16px;
    /* display: flex; */
    background-color: rgba(0, 0, 0, .4);
    padding: 4px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    letter-spacing: 2px;
}

.HTips .omit {
    font-size: 15px;
}

.Hopera_HD {
    position: relative;
}

.Hopera_07 {
    position: absolute;
    width: calc(100% - 49%);
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F2F2;
    padding: 1.82vw 2.19vw;
}

.Hopera_07 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% / 4);
}

.title_03 {
    font-size: 16px;
    padding-bottom: 28px;
}

.title_04 {
    display: flex;
    justify-content: space-between;
}

.Hopera_CL {
    width: 49%;
    color: #999999;
}

.Hopera_08 {
    position: relative;
    height: 0;
    padding-top: 64%;
    border: 1px solid #FFDE70;
    overflow: hidden;
}

.Hopera_09 {
    height: 436px;
    background-color: #FFF9E7;
}

.Hopera_10 {
    position: absolute;
    top: 4%;
    left: 8%;
    right: 4%;
    height: 92%;
}

.Hopera_11 {
    height: 436px;
    background-color: #FFF9E7;
    padding: 12px 38px 12px 50px;
    overflow: hidden;
}

.invite {
    padding-bottom: 1.2vw;
    height: 183px;
}

.invite img {
    width: 100%;
    height: 100%;
}

/*//底部*/
.foot_sort {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.288vw 0;
}

.foot_sort ul:not(:first-child) {
    margin-left: 82px;
}

.foot_sort ul li {
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.foot_sort ul li:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 27px;
}

.Hfoot {
    width: 100%;
    background-color: #5d5551;
}

.footBox {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

.lianXiBox {
    float: left;
    font-size: 14px;
    color: #999999;
    padding: 2vw 0;
}

.ShengMing a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    padding-right: 15px;
    position: relative;
}

.ShengMing a:not(:last-child):after {
    content: '';
    position: absolute;
    top: 26%;
    bottom: 12%;
    right: 7px;
    width: 1px;
    background-color: #999;
}

.ShengMing {
    padding-bottom: 1.6vw;
}

.xinXi p {
    line-height: 1.9;
}

.Links {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 20%;
}

.Links img {
    width: auto;
    height: 100%;
    margin-left: .6vw;
}

#goTop {
    position: fixed;
    bottom: 20%;
    right: .8%;
    width: 94px;
    height: 94px;
    box-shadow: 0 0 9px 3px #fff;
    border-radius: 50%;
    z-index: 999999999;
    cursor: pointer;
}

/*艺术课堂*/
.Classroom {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
}

.f_art_class {
    width: 100%;
    height: 100%;
}


/*星光灿烂*/

.f_stars_cont {
    position: absolute;
    top: 3.5%;
    left: 4%;
    width: 92%;
    height: 93%;
    overflow-y: auto;
}

.f_stars_list {
    width: 21.25%;
    height: 0;
    padding-top: 28%;
    float: left;
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}

.f_stars_list:not(:nth-child(4n+1)) {
    margin-left: 5%;
}

.f_stars_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: solid 1px #dddddd;
}

.f_stars_img {
    width: 124px;
    height: 124px;
}

.f_stars_name {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

/*走进剧院*/
.f_theatre_cont {
    /* overflow: hidden; */
    padding: 32px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.f_theatre_lf {
    flex: none;
    width: 290px;
    height: 372px;
    margin-right: 1.2vw;
}

.f_theatre_details {
    font-size: 16px;
    color: #333333;
    text-indent: 20px;
    line-height: 1.8;
    padding-right: 6px;
    text-align: justify;
    overflow-y: auto;
}

img[id*="Year_Img_"]{
    display: none;
}