<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-arrow_carrot-right:before {
    content: '\e712';
}

.icon-arrow_carrot-left:before {
    content: '\e715';
}

.icon-icon_menu:before {
    content: '\e65d';
}

.icon-search4:before {
    content: '\eb3a';
}

.icon-arrow_triangle-right_alt:before {
    content: '\e6f2';
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomeaseinAnimate {
    0% {
        transform: translateY(35rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

@keyframes lefteaseinAnimate {
    0% {
        transform: translateX(-35rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0rem);
        opacity: 1;
    }
}

@keyframes righteaseinAnimate {
    0% {
        transform: translateX(35rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0rem);
        opacity: 1;
    }
}

@keyframes topeaseinAnimate {
    0% {
        transform: translateY(-15rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

@keyframes rotateAnimate {
    0% {
        transform: rorate(0);
    }
    100% {
        transform: rorate(360deg);
    }
}

.allwrapper {
    min-height: 100%;
    //padding-bottom: 108px;
    height: auto !important;
    height: 100%;
}

#index .header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#index .mheader_fixed {
    // position: fixed;
    // width: 100%;
    // top: 0;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
    #index .header {
        background-image: url(../images/head_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        animation-name: fadein;
        animation-duration: 3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }
}

@media (max-width: 768px) {
    #index .header .navbar-default {
        background-color: #fff;
        border: none;
    }
    #index .header .navbar-default .navbar-toggle {
        border-radius: 0;
        margin-top: 20px;
    }
}

#index .header #pc_header p {
    text-align: right;
    margin: 10px 0;
}

#index .header #pc_header p a {
    color: #999;
}

#index .header #pc_header p a span {
    border-right: 1px solid #999;
    padding: 0 5px;
    color: #666;
}

#index .header #pc_header p a:last-child span {
    border: none;
}

#index .header #pc_header ul {
    text-align: right;
    margin: 30px 0;
    animation: topeaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

#index .header #pc_header ul li {
    display: inline-block;
    background-image: url(../images/nav.png);
    padding: 18px 34px;
    background-repeat: no-repeat;
    position: relative;
}

#index .header #pc_header ul li a {
    color: #333;
    padding: 0;
}

#index .header #pc_header ul li .list_group {
    display: none;
    position: absolute;
    width: 125px;
    left: 0;
    top: 55px;
    padding: 12px 0;
    text-align: center;
    z-index: 10000;
}

#index .header #pc_header ul li .list_group a {
    display: block;
    background-color: #7b5126;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

#index .header #pc_header ul li .list_group a:hover {
    background-color: #67462B;
}

#index .header #pc_header ul li:hover,
#index .header #pc_header ul li:active {
    background-image: url(../images/nav_hover.png);
}

#index .header #pc_header ul li:hover a,
#index .header #pc_header ul li:active a {
    color: #fff;
}

#index .header #pc_header ul li:hover .list_group,
#index .header #pc_header ul li:active .list_group {
    display: block;
}

#index .header #E {
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

#index .header img.logo_mobile {
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 20px;
}

#index .header .right-menu {
    background-color: #333;
    display: none;
    position: fixed;
    width: 160px;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    z-index: 10000;
}

#index .header .right-menu .close-menu {
    width: 100%;
    font-size: 24px;
    padding: 10px 30px 10px 10px;
}

#index .header .right-menu .close-menu a {
    color: #fff;
}

#index .header .right-menu&gt;ul {
    padding-left: 0;
}

#index .header .right-menu&gt;ul li {
    list-style: none;
    padding: 0;
}

#index .header .right-menu&gt;ul li&gt;a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    text-align: right;
}

#index .header .right-menu&gt;ul li&gt;ul.sub {
    display: none;
    background-color: #eee;
    padding-left: 0;
}

#index .header .right-menu&gt;ul li&gt;ul.sub&gt;li {
    list-style: none;
}

#index .header .right-menu&gt;ul li&gt;ul.sub&gt;li&gt;a {
    color: #333;
    padding-left: 40px;
}

#index .header .right-menu&gt;ul li&gt;ul.sub&gt;li&gt;a:hover {
    color: #fff;
}

#index .header .right-menu&gt;ul li:hover&gt;a {
    background-color: #ccc;
    color: #fff;
}

#index .fixed_header {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 8px #aaa;
}

#index .fixed_header .p_top {
    background-color: #333;
}

#index .fixed_header .p_top p {
    text-align: right;
    margin: 10px 0;
}

#index .fixed_header .p_top p a {
    color: #fff;
}

#index .fixed_header .p_top p a span {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

#index .fixed_header .p_top p a:last-child span {
    border: none;
}

#index .fixed_header .logo2 {
    margin-top: 17px;
}

#index .fixed_header .nav_con {
    text-align: right;
    position: relative;
}

#index .fixed_header .nav_con ul {
    width: 100%;
    display: inline-block;
}

#index .fixed_header .nav_con ul li {
    padding-top: 20px;
    display: inline-block;
    width: 15%;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#index .fixed_header .nav_con ul li p:last-of-type {
    color: #999;
    font-size: 12px;
}

#index .fixed_header .nav_con ul li .list_group {
    display: none;
    position: absolute;
    width: 112.5px;
    left: 0;
    top: 90px;
    padding: 12px 0 0 0;
    text-align: center;
    z-index: 10000;
}

#index .fixed_header .nav_con ul li .list_group a {
    display: block;
    background-color: #7b5126;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

#index .fixed_header .nav_con ul li .list_group a:hover {
    background-color: #67462B;
}

#index .fixed_header .nav_con ul li:last-child {
    width: 7%;
    margin-left: -20px;
    height: 100px;
    line-height: 60px;
}

#index .fixed_header .nav_con ul li:last-child span {
    color: #333;
}

#index .fixed_header .nav_con ul li:last-child:hover,
#index .fixed_header .nav_con ul li:last-child:visited {
    background-color: #eee;
}

#index .fixed_header .nav_con ul li:hover,
#index .fixed_header .nav_con ul li:active {
    background-color: #eee;
    height: 100px;
}

#index .fixed_header .nav_con ul li:hover .list_group,
#index .fixed_header .nav_con ul li:active .list_group {
    display: block;
}

#index .fixed_header .nav_con .search_input {
    display: none;
    position: absolute;
    top: 100px;
    right: 0px;
}

#index .fixed_header .nav_con .search_input input {
    border: 10px solid #4f4437;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}

#index .more_news p {
    text-align: center;
    margin-top: 30px;
}

#index .more_news p a {
    color: #999;
}

#index .banner {
    background-image: url(../images/banner_background.png);
    background-position-y: 230px;
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    padding-top: 80px;
    position: relative;
}

#index .banner1 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 50px;
}

.piaochuang {
    position: absolute;
    left: 5%;
    top: 60px;
    z-index: 9999;
}

.piaochuang span {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .piaochuang {
        display: none;
    }
}

@media (max-width: 768px) {
    #index .banner {
        background-position-y: 500px;
    }
}

#index .banner .logo {
    position: relative;
    z-index: 100;
    animation: lefteaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

@media (max-width: 768px) {
    #index .banner .logo {
        text-align: center;
        margin-top: -10px;
    }
    #index .banner .logo img {
        width: 50%;
    }
}

#index .banner .motto {
    background-image: url(../images/melody.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    padding: 180px 0;
    padding-top: 100px;
    animation: bottomeaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

@media (max-width: 768px) {
    #index .banner .motto {
        padding: 70px 0;
    }
}

#index .banner .motto div {
    z-index: -1;
}

#index .banner .motto div img {
    width: 80%;
}

@media (max-width: 768px) {
    #index .banner .motto div {
        display: none;
    }
}


/*@media (max-width: 96px) {
  #index .banner .motto{
    padding-top: 180px;
  }
}*/

#index .banner .motto .note1 {
    animation: bottomeaseinAnimate 1.5s ease-out 1;
    position: absolute;
    top: 40px;
    left: 32%;
}

#index .banner .motto .note2 {
    animation: bottomeaseinAnimate 1.8s ease-out 1;
    position: absolute;
    top: 90px;
    left: 36%;
}

#index .banner .motto .note3 {
    animation: bottomeaseinAnimate 3.6s ease-out 1;
    position: absolute;
    bottom: 140px;
    left: 40%;
}

#index .banner .motto .note4 {
    animation: bottomeaseinAnimate 2.4s ease-out 1;
    position: absolute;
    top: 80px;
    left: 60%;
}

#index .banner .motto .note5 {
    animation: bottomeaseinAnimate 2.7s ease-out 1;
    position: absolute;
    top: 250px;
    left: 5%;
}

#index .banner .motto .note6 {
    animation: bottomeaseinAnimate 3s ease-out 1;
    position: absolute;
    top: 220px;
    left: 30%;
}

#index .banner .motto .note7 {
    animation: bottomeaseinAnimate 3.3s ease-out 1;
    position: absolute;
    top: 190px;
    left: 80%;
}

#index .banner .motto .note8 {
    animation: bottomeaseinAnimate 3.6s ease-out 1;
    position: absolute;
    top: 330px;
    left: 10%;
}

#index .banner .motto .note9 {
    animation: bottomeaseinAnimate 3.9s ease-out 1;
    position: absolute;
    bottom: 200px;
    left: 30%;
}

#index .banner .motto .note10 {
    animation: bottomeaseinAnimate 4.2s ease-out 1;
    position: absolute;
    bottom: 30px;
    left: 60%;
}

#index .banner .motto .note11 {
    animation: bottomeaseinAnimate 4.5s ease-out 1;
    position: absolute;
    bottom: 90px;
    left: 50%;
}

#index .banner .motto ul li {
    display: inline-block;
    margin-right: 50px;
}

@media (max-width: 768px) {
    #index .banner .motto ul li {
        margin-right: 20px;
    }
    #index .banner .motto ul li img {
        width: 80%;
    }
}

#index .banner .motto ul li:nth-last-of-type(4) {
    animation: bottomeaseinAnimate 2s ease-out 1;
    animation-fill-mode: forwards;
}

#index .banner .motto ul li:nth-last-of-type(3) {
    animation: bottomeaseinAnimate 2.5s ease-out 1;
    animation-fill-mode: forwards;
}

#index .banner .motto ul li:nth-last-of-type(2) {
    animation: bottomeaseinAnimate 3s ease-out 1;
    animation-fill-mode: forwards;
}

#index .banner .motto ul li:nth-last-of-type(1) {
    animation: bottomeaseinAnimate 3.5s ease-out 1;
    animation-fill-mode: forwards;
}

#index .banner .figure {
    animation: righteaseinAnimate 1s ease 1;
    animation-fill-mode: forwards;
    position: absolute;
    bottom: 55px;
}

#index .banner .figure1 {
    bottom: 0px;
}

@media (max-width: 768px) {
    #index .banner .figure {
        margin-top: 20px;
    }
}

#index .banner .figure .figure_title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

#index .banner .figure .figure_list {
    text-align: center;
    overflow: hidden;
    height: 132px;
    width: 100%;
    position: relative;
    text-align: left;
}

#index .banner .figure .figure_list1 {
    height: 68px;
}

#index .banner .figure .figure_list .str_wrap {
    padding-left: 3em;
    padding-right: 3em;
    background: #fefefe;
    height: 10em;
    line-height: 2em;
    font-size: 1.2em;
}

#index .banner .figure .figure_list .str_wrap {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: transparent;
    white-space: nowrap;
}

#index .banner .figure .figure_list .str_wrap a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 96px;
}

#index .banner .figure .figure_list .str_wrap1 a {
    width: 210px;
}

#index .banner .figure .figure_list .str_wrap a .figure_intr {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    display: none;
}

#index .banner .figure .figure_list .str_wrap a .figure_intr p {
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#index .banner .figure .figure_list .str_wrap a .figure_intr p:last-child {
    font-size: 12px;
    color: #999;
    margin-top: -10px;
}

#index .banner .figure .figure_list .str_wrap a:first-child {
    margin-left: 5px;
}

#index .banner .figure .figure_list .str_wrap a:hover .figure_intr,
#index .banner .figure .figure_list .str_wrap a:active .figure_intr {
    display: block;
}

#index .banner .figure .figure_list .str_wrap.str_active {
    background: transparent;
}

#index .banner .figure .figure_list .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

#index .banner .figure .figure_list .str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

#index .banner .figure .figure_list .str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

#index .banner .figure .figure_list .str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

#index .banner .figure .figure_list .str_vertical .str_move,
#index .banner .figure .figure_list .str_down .str_move {
    white-space: normal;
    width: 100%;
}

#index .banner .figure .figure_list .str_static .str_move,
#index .banner .figure .figure_list .no_drag .str_move,
#index .banner .figure .figure_list .noStop .str_move {
    cursor: inherit;
}

#index .banner .figure .figure_list .str_wrap img {
    max-width: none !important;
}

#index .banner .figure p {
    text-align: center;
}

#index .banner .figure p a {
    color: #999;
    font-size: 12px;
}

#index .banner .m_intr {
    text-align: center;
    margin-top: 50px;
}

#index .banner .m_intr a {
    color: #999;
}

#index .banner .m_intr a span {
    padding: 0 5px;
}

#index .banner .m_intr span {
    color: #999;
}

#index .banner .fixed {
    z-index: 1000;
    position: absolute;
    right: 0px;
    top: 150px;
    animation: righteaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

#index .banner .fixed ul {
    width: 60px;
    text-align: center;
}

#index .banner .fixed ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    background-color: #CE9C60;
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
}

#index .banner .fixed ul li p {
    margin-top: 6px;
    color: #FFF;
}

#index .banner .fixed ul li:hover {
    background-color: #3b332a;
}

#index .news {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    position: relative;
}

#index .news .news_title div {
    text-align: center;
}

#index .news .news_title div ul li {
    display: inline-block;
    width: 124px;
    height: 111px;
}

@media (max-width: 768px) {
    #index .news .news_title div ul li {
        width: 90px;
        height: 80px;
    }
    #index .news .news_title div ul li img {
        width: 70%;
    }
}

#index .news .news_title div ul li img {
    margin-top: 30px;
}

#index .news .news_title div ul li ._hover {
    display: none;
}

#index .news .news_title div ul .active {
    background-image: url(../images/news_title_hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#index .news .news_title div ul .active ._img {
    display: none;
}

#index .news .news_title div ul .active ._hover {
    display: block;
}

#index .news .tab_con {
    display: none;
}

#index .news .block-active {
    display: block;
}

#index .news .tab1 {
    margin-top: 30px;
}

#index .news .tab2,
#index .perform .tab2 {
    margin-top: 30px;
}

#index .news .tab2 hr,
#index .perform .tab2 hr {
    border-top: 1px solid #ccc;
}

#index .news .tab2 .date_left,
#index .perform .tab2 .date_left {
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

#index .news .tab2 .date_left span:first-child,
#index .perform .tab2 .date_left span:first-child {
    font-size: 24px;
    color: #7B5126;
}

#index .news .tab2 .date_left span:last-child,
#index .perform .tab2 .date_left span:last-child {
    font-size: 10px;
    color: #ae5e53;
}

#index .news .tab2 .content_right h4,
#index .perform .tab2 .content_right h4 {
    font-size: 16px;
    color: #333;
    margin-left: -10px;
    line-height: 24px;
}

#index .news .tab2 .content_right p,
#index .perform .tab2 .content_right p {
    color: #999;
    line-height: 26px;
    font-size: 12px;
}

#index .news .tab2 .news_list,
#index .perform .tab2 .news_list {
    margin-top: 30px;
}

#index .news .tab2 .news_list p,
#index .perform .tab2 .news_list p {
    margin: 0 0 10px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0;
}

#index .news .tab2 .news_list p span,
#index .perform .tab2 .news_list p span {
    padding: 2px;
    margin-right: 10px;
    color: #e3af70;
    border: none;
}

#index .news .tab3 {
    margin-top: 30px;
}

#index .news .tab3 ul {
    text-align: center;
}

@media (max-width: 768px) {
    #index .news .tab3 ul {
        margin-top: 20px;
    }
}

#index .news .tab3 ul li {
    display: inline-block;
    width: 49%;
}

@media (max-width: 768px) {
    #index .news .tab3 ul li {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #index .news .tab3 ul li img {
        width: 80%;
    }
}

#index .news .tab3 ul li p {
    text-align: center;
    margin-top: 10px;
}

#index .news .tab3 #video {
    width: 550px;
    height: auto;
}

@media(max-width: 1200px) {
    #index .news .tab3 #video {
        width: 450px;
        margin: 10px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    #index .news .tab3 #video {
        width: 330px;
    }
}

#index .news .news_content {
    margin-top: 30px;
}

@media (max-width: 768px) {
    #index .news .news_content {
        margin-top: 10px;
    }
}

#index .news .news_content .news_img {
    margin-bottom: 10px;
}

#index .news .news_content .news_img img {
    width: 255px;
    height: 136px;
}

#index .news .news_content p {
    padding: 4px 0;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 40px;
}

#index .news .news_content p span {
    border: 1px solid #ae5e53;
    padding: 2px;
    color: #ae5e53;
    margin-right: 5px;
}

#index .news .news_content .news_list {
    margin-top: 30px;
    clear: both;
}

@media (min-width:992px) {
    #index .news .news_content .col-md-3 {
        width: 25%;
    }
}

#index .news .news_content .news_list p {
    margin: 0 0 10px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#index .news .news_content .news_list p span {
    padding: 2px;
    margin-right: 10px;
    color: #e3af70;
    border: none;
}

#index .perform {
    margin-bottom: 40px;
}

#index .perform .perform_list {
    display: none;
}

#index .perform .block-active {
    display: block;
}

#index .perform .perform_title div {
    text-align: center;
}

#index .perform .perform_title div ul li {
    display: inline-block;
    width: 124px;
    height: 111px;
}

#index .perform .perform_title div ul li img {
    margin-top: 30px;
}

#index .perform .perform_title div ul li ._hover {
    display: none;
}

#index .perform .perform_title div ul .active {
    background-image: url(../images/preform_hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#index .perform .perform_title div ul .active ._img {
    display: none;
}

#index .perform .perform_title div ul .active ._hover {
    display: block;
}

#index .perform .perform_content {
    margin-top: 40px;
    position: relative;
}

#index .perform .perform_content .icon_left,
#index .perform .perform_content .icon_right {
    display: inline-block;
}

#index .perform .perform_content a {
    overflow: hidden;
}

#index .perform .perform_content a:hover .icon_left {
    color: #fff;
    background-color: #4f4437;
}

#index .perform .perform_content .icon_left {
    position: absolute;
    top: 50%;
    height: 50px;
    border: 1px solid #90cbaf;
    margin-top: -25px;
    width: 20px;
}

#index .perform .perform_content .icon_left span {
    display: inline-block;
    margin-top: 17px;
    margin-left: 2px;
}

#index .perform .perform_content .icon_right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
    border: 1px solid #90cbaf;
    margin-top: -25px;
    width: 20px;
}

#index .perform .perform_content .icon_right span {
    display: inline-block;
    margin-top: 17px;
    margin-left: 2px;
}

#index .perform .perform_content .icon_right:hover {
    color: #fff;
    background-color: #4f4437;
}

#index .perform .perform_content .perform_img {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #index .perform .perform_content .perform_img {
        margin-bottom: 40px;
    }
}

#index .perform .perform_content .perform_img .perform_date {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: -20px;
    opacity: 0.7;
    background-color: #333;
    color: #fff;
    padding: 0 6px;
}

#index .perform .perform_content .perform_img .perform_date p {
    font-size: 11px;
}

@media (max-width: 768px) {
    #index .perform .perform_content .perform_img .perform_date {
        left: 0;
        padding: 0 3px;
    }
    #index .perform .perform_content .perform_img .perform_date p {
        font-size: 11px;
    }
    #index .perform .perform_content .perform_img .perform_date h4 {
        margin: 5px 0;
    }
}

@media (min-width: 992px) {
    #index .perform .perform_content .col-md-2 {
        width: 20%;
    }
}

#index .perform .perform_content #wrap4 {
    margin-left: 100px;
    height: 230px;
}

#index .perform .perform_content #wrap4 ul li {
    width: 200px;
    height: 290px;
    padding-top: 30px;
}

#index .perform .perform_content #wrap4 ul li .perform_con {
    margin: 0 25px;
    line-height: 24px;
    color: #333;
}

#index .perform .perform_content #wrap5 {
    margin-left: 100px;
    height: 230px;
}

#index .perform .perform_content #wrap5 ul li {
    width: 200px;
    height: 290px;
    padding-top: 30px;
}

#index .perform .perform_content #wrap5 ul li .perform_con {
    margin: 0 25px;
    line-height: 24px;
    color: #333;
}

#index .notice {
    background-color: #f4f4f4;
    padding: 70px 0;
}

#index .notice .pc_img img {
    width: 100%;
}

#index .notice .notice_content {
    margin-bottom: 80px;
}

#index .notice .notice_content .nc_header {
    margin-bottom: 30px;
}

#index .notice .notice_content .nc_header p {
    text-align: right;
    margin-top: -30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#index .notice .notice_content .nc_header p a {
    color: #999;
}

#index .notice .notice_content .nc_list ul li p {
    margin: 0 0 10px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
}

#index .notice .notice_content .nc_list ul li p span {
    padding: 2px;
    margin-right: 10px;
    color: #e3af70;
    border: none;
}

#index .notice .img_list {
    margin-top: -40px;
}

#index .notice .img_list ul li {
    text-align: center;
    padding-bottom: 10px;
}

#index .notice .img_list ul li img {
    width: 90%;
}

#index .classic {
    background-color: #dccab4;
    background-image: url(../images/petal.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

#index .classic .player {
    position: relative;
}

#index .classic .player a.jiaopian {
    overflow: hidden;
    display: block;
    width: 265px;
    height: 265px;
}

#index .classic .player a.changzhen {
    overflow: hidden;
    display: block;
    width: 51px;
    height: 193px;
    position: absolute;
    left: 20px;
    top: -60px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform-origin: 30px 10px;
    -ms-transform-origin: 30px 10px;
    -webkit-transform-origin: 30px 10px;
}

#index .classic .player #jiaopian {
    animation: topeaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

@media (min-width: 768px) and (max-width: 992px) {
    #index .classic .player {
        display: inline-block;
    }
}

#index .classic .player.play a.jiaopian {
    animation: jiaopian 4s linear infinite forwards;
}

#index .classic .player.play a.changzhen {
    animation: changzhen 0.5s linear 1 forwards;
}

#index .classic .classic_title {
    text-align: right;
    border-bottom: 1px solid #999;
}

@media (min-width: 768px) and (max-width: 992px) {
    #index .classic .classic_title {
        position: absolute;
        top: -180px;
        right: 0;
    }
}

#index .classic .classic_title ul li {
    display: inline-block;
    margin-left: 20px;
}

@media (max-width: 768px) {
    #index .classic .classic_title ul li {
        margin-left: 0;
    }
}

#index .classic .classic_title ul li ._hover {
    display: none;
}

#index .classic .classic_title ul .active ._img {
    display: none;
}

#index .classic .classic_title ul .active ._hover {
    display: block;
}

#index .classic .classic_list {
    display: none;
}

#index .classic .block-active {
    display: block;
}

@media (max-width: 768px) {
    #index .classic .classic_list ul {
        padding-left: 50px;
    }
}

#index .classic .classic_list ul li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    margin-top: 30px;
    width: 28%;
}

@media (max-width: 768px) {
    #index .classic .classic_list ul li {
        width: 100%;
    }
}

#index .classic .classic_list ul li .pause_logo {
    display: none;
    position: absolute;
    left: -30px;
    top: 8px;
}

#index .classic .classic_list ul li .player_logo {
    background: url(../images/play.png);
    position: absolute;
    left: -30px;
    top: 8px;
    width: 24px;
    height: 24px;
}

#index .classic .classic_list ul li .player_con h4 {
    font-size: 16px;
}

#index .classic .classic_list ul li .player_con p {
    font-size: 12px;
    color: #666;
}

.footer {
    background-image: url(../images/background_f.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 40px 0;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .footer {
        padding: 80px 0 80px 0;
    }
}

.footer .footer_left .footer_img {
    display: inline-block;
}

.footer .footer_left span {
    line-height: 24px;
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.footer .footer_right .weibo {
    display: inline-block;
    margin-right: 10px;
}

.footer .footer_right .weibo .weibo_img {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    padding: 10px;
}

.footer .footer_right .weibo span {
    line-height: 22px;
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer_right .wechat {
    display: inline-block;
    position: relative;
}

.footer .footer_right .wechat .wechat_img {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    padding: 10px;
}

.footer .footer_right .wechat span {
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.footer .footer_right .wechat .wechat_code {
    position: absolute;
    bottom: 30px;
    right: -43px;
    display: none;
}

.footer .footer_right .wechat:hover .wechat_code {
    display: block;
}

.footer .footer_bg {
    background-image: url(../images/footer_img.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 992px) {
    .footer .footer_bg {
        background-image: url(../images/footer_mobile.png);
    }
}

.footer .footer_bg .footer_right {
    text-align: center;
}

@media (max-width: 768px) {
    .footer .footer_bg .footer_right {
        margin-top: 30px;
    }
}

.footer .footer_bg .footer_right .weibo {
    display: inline-block;
}

.footer .footer_bg .footer_right .weibo .weibo_img {
    border: 1px solid #333;
    display: inline-block;
    padding: 5px;
}

.footer .footer_bg .footer_right .weibo span {
    line-height: 22px;
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer_bg .footer_right .wechat {
    display: inline-block;
}

.footer .footer_bg .footer_right .wechat .wechat_img {
    border: 1px solid #333;
    display: inline-block;
    padding: 5px;
}

.footer .footer_bg .footer_right .wechat span {
    line-height: 22px;
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer_bg p {
    text-align: center;
    color: #333;
    margin-top: 30px;
    margin-bottom: -20px;
}

.footer_second {
    background-color: #333333;
    padding: 20px 0 40px 0;
}

.footer_second .footer_second_left .footer_second_img {
    display: inline-block;
}

.footer_second .footer_second_left span {
    line-height: 24px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.footer_second .footer_second_right .weibo {
    display: inline-block;
    margin-right: 10px;
}

.footer_second .footer_second_right .weibo .weibo_img {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.footer_second .footer_second_right .weibo span {
    line-height: 22px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer_second .footer_second_right .wechat {
    display: inline-block;
    position: relative;
}

.footer_second .footer_second_right .wechat .wechat_code {
    position: absolute;
    bottom: 30px;
    right: -45px;
    display: none;
}

.footer_second .footer_second_right .wechat:hover .wechat_code {
    display: block;
}

.footer_second .footer_second_right .wechat .wechat_img {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.footer_second .footer_second_right .wechat span {
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.footer_second .footer_second_bg {
    background-image: url(../images/footer_second_img.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 992px) {
    .footer_second .footer_second_bg {
        background-image: url(../images/footer_second_mobile.png);
    }
}

.footer_second .footer_second_bg .footer_second_right {
    text-align: center;
}

@media (max-width: 768px) {
    .footer_second .footer_second_bg .footer_second_right {
        margin-top: 30px;
    }
}

.footer_second .footer_second_bg .footer_second_right .weibo {
    display: inline-block;
}

.footer_second .footer_second_bg .footer_second_right .weibo .weibo_img {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}

.footer_second .footer_second_bg .footer_second_right .weibo span {
    line-height: 22px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer_second .footer_second_bg .footer_second_right .wechat {
    display: inline-block;
}

.footer_second .footer_second_bg .footer_second_right .wechat .wechat_img {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}

.footer_second .footer_second_bg .footer_second_right .wechat span {
    line-height: 22px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer_second .footer_second_bg p {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: -20px;
}

@keyframes jiaopian {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes changzhen {
    from {
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform-origin: 30px 10px;
        -ms-transform-origin: 30px 10px;
        -webkit-transform-origin: 30px 10px;
    }
    to {
        transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform-origin: 30px 10px;
        -ms-transform-origin: 30px 10px;
        -webkit-transform-origin: 30px 10px;
    }
}

#leader {
    padding-top: 137px;
}

@media(max-width:768px) {
    #leader {
        padding-top: 70px;
    }
}

#leader .banner {
    height: 200px;
    background: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
}

#leader .intro_banner_4 {
    background: url(../images/bg04.jpg) !important;
}

#leader .nav {
    position: absolute;
    float: right;
    width: 245px;
    right: 0px;
    top: -112px;
}

#leader .nav li a {
    font-size: 16px;
    color: #333;
    border: 1px solid #bbb;
    border-top: none;
    border-right: none;
    padding: 20px 0 17px 20px;
}

#leader .nav li a:hover {
    border-right: 5px solid #e3af70;
}

#leader .nav li:first-child {
    background: #512e0e;
    color: #fff;
    padding: 10px 0 16px 18px;
}

#leader .nav li:first-child h2 {
    font-family: Kaiti SC;
    font-size: 24px;
}

#leader .nav li:first-child p {
    font-family: Trajan Pro;
    opacity: .5;
}

#leader .nav li a.active {
    border-right: 5px solid #e3af70;
}

#leader .culture {
    padding: 5px !important;
    border: none !important;
    margin-left: -5px;
}

#leader a.culture:hover {
    background-color: transparent;
}

#leader .left_nav {
    margin: 0;
    margin-top: -104px;
}

#leader .left_nav p {
    float: right;
    width: 245px;
    height: ;
    padding: 25px 20px 16px;
    color: #fff;
    font-family: kaiti SC;
    font-size: 24px;
    background-color: #512e0e;
    margin: 0;
}

#leader .left_nav p span {
    display: block;
    margin-top: 12px;
    font-family: ;
    font-size: 12px;
    color: #ccc;
    opacity: 0.5;
    font-family: Tranjan pro;
}

#leader .left_nav ul {
    float: right;
    margin: 0;
    border-left: 1px solid #ccc;
    list-style: none;
    padding-left: 0;
}

#leader .left_nav ul li {
    width: 245px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}

#leader .left_nav ul li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
    font-family: PINGFANG SC;
    padding: 20px 0px 17px 20px;
}

#leader .left_nav ul li a.active {
    border-right: 5px solid #e3af70;
}

#leader .left_nav ul li a:hover {
    border-right: 5px solid #e3af70;
}

#leader .right_content {
    padding: 36px 46px;
    overflow: hidden;
    min-height: 400px;
}

@media(max-width:768px) {
    #leader .right_content {
        padding: 36px 10px;
    }
}

@media (min-width: 996px) {
    #leader .right_content {
        border-left: 1px solid #ccc;
        margin-left: -16px;
    }
}

#leader .right_content ul {
    padding: 0;
    margin-left: 5px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 20px;
}

#leader .right_content ul.slide {
    text-align: left;
}

#leader .right_content ul.slide li {
    display: inline-block;
}

#leader .right_content .list ul li {
    display: inline-block;
    width: 24.5%;
    margin: 0 0 10px 0;
}

#leader .right_content .list1 ul li {
    float: left;
    width: 20%;
    margin: 0 0 10px 0;
}
#leader .right_content .list1 ul li .title i{height: 40px;
    white-space: normal;
    text-overflow: ellipsis;}
#leader .right_content ul li a {
    /*! display: inline-block; */
    /*! height: 100%; */
    /*! padding: 0px 10px; */
    color: #6b6b6b;
    font-size: 14px;
    margin: 0 5px;
    display: block;
}

#leader .right_content ul li span {
    font-family: Tranjan pro;
    display: inline-block;
}

#leader .right_content ul li span img {
    width: 100%
}

#leader .right_content p {
    font-size: 32px;
    font-family: kaiti SC;
    /*! padding-right: 10px; */
    margin: 10px 0px 16px;
    position: relative;
}

@media(max-width:768px) {
    #leader .right_content p.p_sfp {
        height: 62px;
    }
}

@media(max-width:768px) {
    #leader #people_famous .now_con p {
        text-align: center;
    }
}

@media(max-width:768px) {
    #leader .right_content .now_con p {
        text-align: center;
    }
}

@media(max-width:768px) {
    #leader #teacher_famous .now_con p {
        text-align: center;
    }
    #leader .right_content .list ul li {
        width: 49.5%;
    }
    #leader .right_content .list1 ul li {
        width: 33.3%;
    }
}

@media(max-width:473px) {
    #leader .right_content .list1 ul li {
        width: 50%;
    }
}

#leader .right_content p span {
    position: absolute;
    font-size: 24px;
    display: inline-block;
    margin-left: 15px;
    top: 9px;
    color: #999;
    font-weight: normal;
}

@media(max-width:768px) {
    #leader .right_content p span.sfp {
        display: block;
        margin-top: 30px;
        margin-left: 0;
    }
}

#leader .right_content p span b {
    font-style: normal;
    font-size: 30px;
    font-weight: 100;
    display: inline-block;
}

#leader .right_content table {
    width: 100%;
    border-top: 1px solid #999;
}

#leader .right_content table thead tr th {
    padding: 32px 0px 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: PingFang SC;
    font-weight: regular;
}

#leader .right_content table thead tr th.tenure {
    text-align: center;
}

#leader .right_content table tbody {
    font-family: PingFang SC;
    margin-bottom: 18px;
    line-height: 30px;
    border-top: 1px solid #ccc;
}

#leader .right_content table tbody tr {
    line-height: 35px;
}

#leader .right_content table tbody tr td {
    font-size: 16px;
}

#leader .right_content table tbody tr td.fir {
    padding-top: 24px;
}

#leader .right_content table tbody tr td.last {
    padding-bottom: 50px;
}

#leader .right_content table tbody tr td.tenure {
    text-align: center;
}

#leader .right_content table tbody tr td.year {
    color: #333;
    font-weight: bolder;
    font-size: 24px;
    font-family: SF NS Display;
}

#leader .right_content table tbody tr td.name {
    color: #e3AF70;
    font-size: 16px;
    font-weight: 50;
}

#leader .right_content table tbody tr td.year_job {
    color: #999;
    font-size: 16px;
    font-weight: regular;
}

#leader .right_content .hist_con {
    border-top: 1px solid #999;
    padding-top: 48px;
    overflow: hidden;
}

#leader .right_content .hist_con p {
    color: #490501;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding-top: 30px;
    font-family: "Microsoft YaHei";
    text-indent: 32px;
}

#leader .right_content .hist_con .left {
    padding: 0;
    margin: 0;
}

#leader .right_content .hist_con .left ul {
    padding-top: 0;
    padding-left: 20px;
}

#leader .right_content .hist_con .left ul li {
    position: relative;
    border-left: 1px solid #999;
    margin-top: 6px;
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 50px;
}

#leader .right_content .hist_con .left ul li h4 {
    font-size: 24px;
    font-family: SF NS Display;
    pdding: 0;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 26px;
}

#leader .right_content .hist_con .left ul li span {
    display: inline-block;
    background: url(../images/clock.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
}

#leader .right_content .hist_con .left ul li p {
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 32px;
}

#leader .right_content .hist_con .left ul li.last {
    border: none;
    display: block;
}

#leader .right_content .hist_con .right {
    padding: 0;
    margin: 0;
}

#leader .right_content .hist_con .right img {
    overflow: hidden;
}

#leader .right_content .cur_con {
    border-top: 1px solid #999;
    padding-top: 45px;
}

#leader .right_content .cur_con .photobox {
    padding: 0px 10px;
    overflow: hidden;
}

#leader .right_content .cur_con .photobox img.first {
    width: 165px;
    height: 224px;
    display: inline-block;
    padding: 8px 7px;
}

#leader .right_content .cur_con .photobox .firstmsg {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 70px;
}

#leader .right_content .cur_con .photobox .firstmsg p {
    margin-bottom: 18px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#leader .right_content .cur_con .photobox .firstmsg h6 {
    margin-bottom: 45px;
    font-family: PingFang SC;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

@media(max-width:768px) {
    #leader .right_content .cur_con .photobox .firstmsg h6 {
        margin-bottom: 25px;
    }
}

#leader .right_content .cur_con .photobox .firstmsg span {
    font-family: PingFang SC;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-align: justify;
    text-align-last: justify;
    font-weight: 300;
}

#leader .right_content .cur_con .photoboxson {
    padding: 0;
    overflow: hidden;
    font-family: PingFang SC;
    margin: 0 0 10px 0;
}

.photoboxson1 {
    width: 19.5%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#leader .right_content .cur_con .photoboxson img.second {
    width: 86px;
    height: 118px;
    display: inline-block;
}

#leader .right_content .cur_con .photoboxson .secondmsg {
    display: inline-block;
    /* margin-left: 10px; */
}

#leader .right_content .cur_con .photoboxson .secondmsg p {
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 20px;
}

#leader .right_content .cur_con .second a:first-child {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 123%;
}

#leader .right_content .cur_con .second a:last-child {
    padding-bottom: 0px;
    height: 44px;
    line-height: 30px;
}

#leader .right_content .cur_con .second a img {
    width: 100%;
}

.secondIn {
    margin: 0 10px
}

.second {
    margin: 0 -10px
}

.second1 {
    text-align: center;
}

#leader .right_content .cur_con .photoboxson .secondmsg span {
    font-size: 12px;
    color: #333;
}

#leader .right_content .cur_con .photoboxson .secondmsg i {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    font-weight: normal;
    font-style: normal;
    display: block;
}

#leader .right_content .now_con {
    position: relative;
    border-top: 1px solid #999;
}

#leader .right_content .now_con .speech {
    position: relative;
    margin-top: 20px;
}

#leader .right_content .now_con .speech .speech_con {
    margin-right: 180px;
}

.list span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 123%;
    width: 100%;
}

.title i {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

#leader .right_content ul:nth-child(2) .title i {
    height: 40px;
}

.title strong {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:992px) {
    #leader .right_content .now_con .speech .speech_con {
        padding-top: 420px;
        margin-right: 0;
    }
}

#leader .right_content .now_con .speech .speech_con p {
    color: #490501;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    // padding-top: 30px;
    font-family: "Microsoft YaHei";
    text-indent: 32px;
}

@media(max-width:992px) {
    #leader .right_content .now_con .speech .speech_con p {
        text-align: left;
    }
}

#leader .right_content .now_con .speech .speech_peo p {
    color: #490501;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-top: 15px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
}

#leader .right_content .now_con .speech .speech_peo img {
    position: static;
    margin: 0 auto;
    display: block;
    /*width: 100%;*/
    height: auto;
}

@media(max-width:992px) {
    #leader .right_content .now_con .speech .speech_peo img {
        position: static;
        margin: 0 auto;
        display: block;
    }
}

#leader .right_content .now_con .speech .speech_peo {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 38px;
}

@media(max-width:992px) {
    #leader .right_content .now_con .speech .speech_peo {
        overflow: hidden;
        display: inline-block;
        position: absolute;
        right: 30%;
        top: 30px;
    }
}

#leader .right_content .now_con img {
    position: absolute;
    top: 30px;
    z-index: 999;
}

@media (max-width: 768px) {
    #leader .right_content .now_con img {
        position: static;
        top: 30px;
        z-index: 999;
    }
}

@media (max-width: 996px) {
    #leader .right_content .now_con img {
        width: 140px;
        height: 210px;
    }
}

@media (max-width: 768px) {
    #leader #people_famous .now_con .con_box {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    #leader #teacher_famous .now_con .con_box {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    #leader #people_famous .now_con .con_box h3 {
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #leader #teacher_famous .now_con .con_box h3 {
        text-align: center;
        margin-left: 0;
    }
}

#leader .right_content .now_con .con_box {
    margin-top: 104px;
    color: #490501;
    font-style: 14px;
    font-family: PingFang SC;
}

@media (max-width: 768px) {
    #leader .right_content .now_con .con_box {
        margin-top: 0;
    }
}

#leader .right_content .now_con .con_box h3 {
    margin-left: 148px;
    color: #333;
    font-weight: normal;
    font-size: 24px;
}

@media (max-width: 768px) {
    #leader .right_content .now_con .con_box h3 {
        text-align: center;
        margin-left: 0;
    }
}

#leader .right_content .now_con .con_box h3 span {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

#leader .right_content .now_con .con_box .introduce {
    padding: 20px 32px 35px 148px;
    background-color: #eee;
    color: #490501;
    text-align: justify;
    line-height: 26px;
}

@media (max-width: 768px) {
    #leader #people_famous .now_con .con_box .introduce {
        text-align: left;
        padding: 20px 32px 35px 32px;
        //text-indent: 32px;
    }
}

@media (max-width: 768px) {
    #leader #teacher_famous .now_con .con_box .introduce {
        text-align: left;
        padding: 20px 32px 35px 32px;
        //text-indent: 32px;
    }
}

@media (max-width: 768px) {
    #leader .right_content .now_con .con_box .introduce {
        text-align: left;
        padding: 20px 32px 35px 32px;
        //text-indent: 24px;
    }
}

#leader .right_content .now_con .con_box .introduce p {
    color: #490501;
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    font-family: "PingFang SC";
    text-indent: 28px;
}

#leader .right_content .now_con .con_box .introduce ul {
    padding: 0;
    margin: 0;
}

#leader .right_content .now_con .con_box .master {
    margin-left: 148px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 25px;
}

@media(max-width:768px) {
    #leader .right_content .now_con .con_box .master {
        margin-left: 0px;
    }
}

#leader .right_content .now_con .con_box .master h6 {
    padding: 14px 0px 16px;
    font-size: 14px;
    color: #490501;
}

#leader .right_content .now_con .con_box .master ul {
    padding: 0;
    margin: 0;
}

#leader .right_content .now_con .con_box .works {
    margin-left: 148px;
    line-height: 30px;
    text-align: justify;
}

@media(max-width:768px) {
    #leader .right_content .now_con .con_box .works {
        margin-left: 0px;
    }
}

#leader .right_content .now_con .con_box .works h6 {
    padding: 14px 0px 16px;
    font-size: 14px;
    color: #490501;
}

#leader .right_content .now_con .con_box .works ul {
    padding: 0;
    margin: 0;
}

#leader .right_content .now_con .con_box .works ul li {
    width: 100%;
}

#leader .right_content .mus_con ul.perul {
    padding: 40px 0px;
    margin: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

#leader .right_content .mus_con ul.perul li {
    text-align: center;
}

#leader .right_content .mus_con ul.perul li img {
    // width: 124px;
    // height: 160px;
    background-size: 124px 160px;
}

#leader .right_content .mus_con ul.perul li div {
    margin-top: 25px;
    //margin-bottom: 46px;
}

#leader .right_content .mus_con ul.perul li div a {
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

#leader .right_content .mus_con ul.perul li div span {
    color: #bbb;
    font-size: 14px;
}

#leader .right_content .mus_con .pageWeb {
    float: right;
    margin-top: 16px;
    margin-bottom: 42px;
}

#leader .right_content .mus_con .pageWeb ul li .pageinp {
    width: 60px;
    height: 30px;
}

#leader .right_content .mus_con .pageMob {
    text-align: center;
    margin: 20px 0px;
}

#leader .right_content .tea_con {
    border-top: 1px solid #999;
    min-height: 260px;
}

#leader .right_content .tea_con .navul {
    padding: 0;
    //margin-left: -20px;
    margin-top: 20px;
}

@media(max-width:769px) {
    #leader .right_content .tea_con .navul {
        text-align: center;
    }
}

#leader .right_content .tea_con .navuls li {
    border: 1px solid #999;
    margin: 9px;
    display: inline-block;
    text-align: center;
}

#leader .right_content .tea_con .navuls li a {
    display: inline-block;
    padding: 20px 20px;
    font-weight: 100;
    width: 171px;
    font-size: 16px
}

#leader .right_content .tea_con .navul li {
    border: 1px solid #999;
    margin: 8px;
    display: inline-block;
    text-align: center;
}

#leader .right_content .tea_con .navul li a {
    display: inline-block;
    padding: 8px 20px;
    font-weight: 100;
    width: 120px;
    font-size: 12px
}

#leader .right_content .tea_con .navul li a.active {
    background-color: #512e0e;
    color: #fff;
    font-size: 14px;
}

#leader .right_content .tea_con .music_list {
    padding: 0;
    overflow: hidden;
    margin: 20px 0;
}

#leader .right_content .tea_con .music_list li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

#leader .right_content .tea_con .music_list .player_logo {
    background: rgba(0, 0, 0, 0) url("../images/play.png") repeat scroll 0 0;
    height: 24px;
    margin-left: 10px;
    margin-top: 8px;
    width: 24px;
    float: left;
}

#leader .right_content .tea_con .music_list .player_list {
    float: left;
    margin-left: 20px;
    height: 40px;
}

#leader .right_content .tea_con .music_list .player_list h4 {
    height: 20px;
    line-height: 20px;
}

#leader .right_content .tea_con .music_list .player_list h4 span {
    color: #999;
    margin-left: 20px;
    font-size: 14px;
}

#leader .right_content .tea_con .perul {
    padding: 0;
    margin-left: 0px;
    overflow: hidden;
}

#leader .right_content .tea_con .perul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 18px 0px;
    max-height: 257px;
}

@media(min-width:768px) and (max-width:1200px) {
    #leader .right_content .tea_con .perul li {
        min-width: 310px;
    }
}

@media(max-width:768px) {
    #leader .right_content .tea_con .perul li {
        min-height: 257px;
    }
}

@media(max-width:768px) {
    #leader .right_content .tea_con .perul li a {
        text-align: center;
    }
}

#leader .right_content .tea_con .perul li img {
    width: 96px;
    height: 125px;
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
}

@media(max-width:768px) {
    #leader .right_content .tea_con .perul li img {
        float: none;
    }
}

#leader .right_content .tea_con .perul li div {
    max-width: 100px;
    display: inline-block;
    margin-left: 15px;
    float: left;
}

@media(max-width:768px) {
    #leader .right_content .tea_con .perul li div {
        width: 130px;
        margin-left: 0;
        float: none;
        text-align: center;
    }
}

#leader .right_content .tea_con .perul li div .intr {
    font-size: 14px;
    color: #d5aa76;
    display: block;
    margin-top: 10px;
}

#leader .right_content .tea_con .perul li div .name {
    font-size: 16px;
    color: #76423f;
    display: block;
    margin-top: 8px;
}

#leader .right_content .tea_con .perul li div .iden {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 10px;
}

#leader .right_content .tea_con .pageWeb {
    float: right;
    margin-top: 16px;
    margin-bottom: 42px;
}

#leader .right_content .tea_con .pageWeb ul li .pageinp {
    width: 60px;
    height: 30px;
}

#leader .right_content .tea_con .pageWeb ul li .sure {
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin-left: 15px;
    display: inline-block;
    padding: 4px 10px;
}

#leader .right_content .tea_con .pageMob {
    text-align: center;
    margin: 20px 0px;
}

#leader .right_content .tIntro_con {
    border-top: 1px solid #999;
    padding: 32px 0px 94px 0px;
}

#leader .right_content .tIntro_con p {
    // font-size: 14px;
    // font-family: "microsoft yahei";
    // color: #512e0e;
    // line-height: 24px;
    // text-align: justify;
    color: #490501;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding-top: 20px;
    font-family: "Microsoft YaHei";
    text-indent: 32px;
}

#leader .right_content .tIntro_con .cardbox {
    padding: 0;
    text-align: justify;
    margin-left: -25px;
    overflow: hidden;
}

#leader .right_content .tIntro_con .cardbox .card {
    padding: 20px 25px;
}

#leader .right_content .tIntro_con .cardbox .card h4 {
    margin: 0;
    background: url('../images/cloud.png') no-repeat;
    background-position: right;
    background-color: #512e0e;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#leader .right_content .tIntro_con .cardbox .card .content {
    padding: 12px 20px;
    background-color: #eee;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

#leader .mask {
    overflow: hidden;
    width: 300px;
    height: 115px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 10000;
    animation: righteaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

.public-box {
    background: rgba(000, 000, 000, 0.8);
    height: 120px;
    width: 280px;
    padding: 13px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    animation: sliderin 1s;
    -moz-animation: sliderin 1s;
    /* Firefox */
    -webkit-animation: sliderin 1s;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-animation: sliderin 1s;
}

@keyframes sliderin {
    from {
        right: -100%
    }
    to {
        right: 10
    }
}

@-moz-keyframes sliderin
/* Firefox */

{
    from {
        right: -100%
    }
    to {
        right: 10
    }
}

@-webkit-keyframes sliderin
/* Safari Ã¥â€™Å’ Chrome */

{
    from {
        right: -100%
    }
    to {
        right: 10
    }
}

@-o-keyframes sliderin
/* Opera */

{
    from {
        right: -100%
    }
    to {
        right: 10
    }
}

.public-box .close {
    position: absolute;
    right: 13px;
    top: 13px;
    opacity: 1;
}

.public-box .close img {
    margin: 0;
}

.public-box img {
    float: left;
    width: auto;
    margin-right: 13px;
}

.public-box h6 {
    color: #fff;
    font-size: 14px;
}

.public-box p {
    color: #999;
    font-size: 12px;
}

#leader .mask .adv_img {
    margin: 0 10px;
    margin-top: 5px;
    float: left;
}

#leader .mask .adv_close {
    overflow: hidden;
    padding: 5px 8px;
}

#leader .mask .adv_close b {
    float: right;
    width: 12px;
    height: 12px;
    background: url(../images/close.png);
    cursor: pointer;
}

#leader .mask .adv_info {
    float: left;
    width: 170px;
    color: #fff;
    padding: 4px;
    padding-top: 0px;
}

#leader .mask .adv_info a {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

#leader .mask .adv_info p:last-child {
    font-size: 12px;
    margin: 0;
    padding-top: 5px;
    color: #ccc;
}

.footer {
    margin-top: 0px;
}

#mIntro {
    padding-top: 145px;
    overflow: hidden;
}

#mIntro .mCulture {
    width: 100%;
    background: url('../images/background.png') no-repeat;
    background-position: bottom;
    position: relative;
}

#mIntro .mCulture h6 {
    font-size: 16px;
    font-family: kaiti SC;
    max-width: 500px;
    margin: 3% auto;
    margin-bottom: 0px;
}

#mIntro .mCulture .reel1 {
    margin-bottom: 20px;
}

;
@media (min-width: 767px) and (max-width: 995px) {
    #mIntro .mCulture h6 {
        margin-top: 10%;
    }
}

#mIntro .mCulture .cloudleft {
    position: absolute;
    left: -5%;
    top: 6%;
    z-index: -1;
}

#mIntro .mCulture .cloudright {
    position: absolute;
    right: -5%;
    z-index: -1;
    top: 6%;
}

#mIntro .mCulture .reel1 img {
    width: 92%;
    margin-left: 4%;
}

@media (min-width: 767px) and (max-width: 1000px) {
    #mIntro .mCulture .reel1 img {
        margin-top: 0%;
    }
}

#mIntro .mCulture .reel2 .introbox {
    width: 100%;
    padding-top: 100px;
}

#mIntro .mCulture .reel2 .introbox .intro1 {
    width: 200px;
    height: 495px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url('../images/cgx.png') no-repeat;
    text-align: center;
}

#mIntro .mCulture .reel2 .introbox .intro2 {
    width: 200px;
    height: 495px;
    margin: 0 auto;
    background: url('../images/ygw.png') no-repeat;
    text-align: center;
}

#mIntro .mCulture .reel2 .introbox .intro3 {
    width: 200px;
    height: 495px;
    margin: 0 auto;
    background: url('../images/ygq.png') no-repeat;
    text-align: center;
}

#mIntro .mCulture .reel2 .introbox .intro4 {
    width: 200px;
    height: 495px;
    margin: 0 auto;
    background: url('../images/qgy.png') no-repeat;
    text-align: center;
    margin-bottom: 30px;
}

#index .intro_header {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 992px) {
    #index .intro_header {
        background-image: url(../images/head_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        animation-name: fadein;
        animation-duration: 3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }
}

@media (max-width: 768px) {
    #index .intro_header {
        display: block;
        position: fixed;
        top: 0;
    }
    #index .intro_header .navbar-header {
        box-shadow: 0 1px 8px #aaa;
    }
    #index .intro_header .navbar-default {
        background-color: #fff;
        border: none;
    }
    #index .intro_header .navbar-default .navbar-toggle {
        border-radius: 0;
        margin-top: 20px;
    }
}

#index .intro_header .logo {
    margin-left: 20%;
}

#index .intro_header #pc_header p {
    text-align: right;
    margin: 10px 0;
}

#index .intro_header #pc_header p a {
    color: #999;
}

#index .intro_header #pc_header p a span {
    border-right: 1px solid #999;
    padding: 0 5px;
}

#index .intro_header #pc_header p a:last-child span {
    border: none;
}

#index .intro_header #pc_header ul {
    text-align: right;
    margin: 30px 0;
    animation: topeaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

#index .intro_header #pc_header ul li {
    display: inline-block;
    background-image: url(../images/nav.png);
    padding: 18px 34px;
    background-repeat: no-repeat;
    position: relative;
}

#index .intro_header #pc_header ul li a {
    color: #333;
    padding: 0;
}

#index .intro_header #pc_header ul li .list_group {
    display: none;
    position: absolute;
    width: 125px;
    left: 0;
    top: 55px;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 10000;
}

#index .intro_header #pc_header ul li .list_group a {
    display: block;
    background-color: #7b5126;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

#index .intro_header #pc_header ul li .list_group a:hover {
    background-color: #333;
}

#index .intro_header #pc_header ul li:hover,
#index .intro_header #pc_header ul li:active {
    background-image: url(../images/nav_hover.png);
}

#index .intro_header #pc_header ul li:hover a,
#index .intro_header #pc_header ul li:active a {
    color: #fff;
}

#index .intro_header #pc_header ul li:hover .list_group,
#index .intro_header #pc_header ul li:active .list_group {
    display: block;
}

#index .intro_header #E {
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

#index .intro_header .right-menu {
    background-color: #333;
    display: none;
    position: fixed;
    width: 240px;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    z-index: 10000;
}

#index .intro_header .right-menu .close-menu {
    width: 100%;
    font-size: 24px;
    padding: 10px 30px 10px 10px;
}

#index .intro_header .right-menu .close-menu a {
    color: #fff;
}

#index .intro_header .right-menu&gt;ul {
    padding-left: 0;
}

#index .intro_header .right-menu&gt;ul li {
    list-style: none;
    padding: 0;
}

#index .intro_header .right-menu&gt;ul li&gt;a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    text-align: right;
}

#index .intro_header .right-menu&gt;ul li&gt;ul.sub {
    display: none;
    background-color: #eee;
    padding-left: 0;
}

#index .intro_header .right-menu&gt;ul li&gt;ul.sub&gt;li {
    list-style: none;
}

#index .intro_header .right-menu&gt;ul li&gt;ul.sub&gt;li&gt;a {
    color: #333;
    padding-left: 40px;
}

#index .intro_header .right-menu&gt;ul li&gt;ul.sub&gt;li&gt;a:hover {
    color: #fff;
}

#index .intro_header .right-menu&gt;ul li:hover&gt;a {
    background-color: #ccc;
    color: #fff;
}

#index .fixed_header {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 8px #aaa;
}

#index .fixed_header_top {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 100000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}

#index .fixed_header_top .p_top {
    background-color: #333;
}

#index .fixed_header_top .p_top p {
    text-align: right;
    margin: 10px 0;
}

#index .fixed_header_top .p_top p a {
    color: #fff;
}

#index .fixed_header_top .p_top p a span {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

#index .fixed_header_top .p_top p a:last-child span {
    border: none;
}

#index .fixed_header_top .logo2 {
    margin-top: 17px;
}

#index .fixed_header_top .nav_con {
    text-align: right;
    position: relative;
}

#index .fixed_header_ .nav_con ul {
    width: 100%;
    display: inline-block;
}

#index .fixed_header_top .nav_con ul li {
    padding-top: 20px;
    display: inline-block;
    width: 15%;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#index .fixed_header_top .nav_con ul li p:last-of-type {
    color: #999;
    font-size: 12px;
}

#index .fixed_header_top .nav_con ul li .list_group {
    display: none;
    position: absolute;
    width: 112.5px;
    left: 0;
    top: 90px;
    padding: 12px 0 0 0;
    text-align: center;
    z-index: 10000;
}

#index .fixed_header_top .nav_con ul li .list_group a {
    display: block;
    background-color: #7b5126;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

#index .fixed_header_top .nav_con ul li .list_group a:hover {
    background-color: #67462B;
}

#index .fixed_header_top .nav_con ul li:last-child {
    width: 7%;
    margin-left: -20px;
    height: 100px;
    line-height: 60px;
}

#index .fixed_header_top .nav_con ul li:last-child span {
    color: #333;
}

#index .fixed_header_top .nav_con ul li:last-child:hover,
#index .fixed_header_top .nav_con ul li:last-child:visited {
    background-color: #eee;
}

#index .fixed_header_top .nav_con ul li:hover,
#index .fixed_header_top .nav_con ul li:active {
    background-color: #eee;
    height: 100px;
}

#index .fixed_header_top .nav_con ul li:hover .list_group,
#index .fixed_header_top .nav_con ul li:active .list_group {
    display: block;
}

#index .fixed_header_top .nav_con .search_input {
    display: none;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 10;
}

#index .fixed_header_top .nav_con .search_input input {
    border: 10px solid #4f4437;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}

// #index .fixed_header_top {
//   background: #fff;
//   position: fixed;
//   top: 0px;
//   display: block;
//   width: 100%;
//   z-index: 1000;
//   box-shadow: 0 1px 8px #aaa;
// }
// @media (max-width: 767px) {
//   #index .fixed_header_top {
//     display: none;
//   }
// }
// #index .fixed_header_top .p_top {
//   background-color: #333;
// }
// #index .fixed_header_top .p_top p {
//   text-align: right;
//   margin: 10px 0;
// }
// #index .fixed_header_top .p_top p a {
//   color: #fff;
// }
// #index .fixed_header_top .p_top p a span {
//   border-right: 1px solid #fff;
//   padding: 0 5px;
// }
// #index .fixed_header_top .p_top p a:last-child span {
//   border: none;
// }
// #index .fixed_header_top .logo2 {
//   margin-top: 17px;
// }
// #index .fixed_header_top .nav_con {
//   text-align: right;
// }
// #index .fixed_header_top .nav_con ul {
//   width: 100%;
//   display: inline-block;
// }
// #index .fixed_header_top .nav_con ul li {
//   padding-top: 20px;
//   display: inline-block;
//   width: 15%;
//   vertical-align: top;
//   text-align: left;
//   position: relative;
// }
// #index .fixed_header_top .nav_con ul li p:last-of-type {
//   color: #999;
//   font-size: 12px;
// }
// #index .fixed_header_top .nav_con ul li .list_group {
//   display: none;
//   position: absolute;
//   width: 110px;
//   left: 0;
//   top: 80px;
//   padding: 12px 0 0 0;
//   text-align: center;
//   z-index: 10000;
// }
// #index .fixed_header_top .nav_con ul li .list_group a {
//   display: block;
//   background-color: #7b5126;
//   color: #fff;
//   font-size: 14px;
//   padding: 5px 0;
// }
// #index .fixed_header_top .nav_con ul li .list_group a:hover {
//   background-color: #333;
// }
// #index .fixed_header_top .nav_con ul li:last-child {
//   width: 7%;
//   margin-left: -50px;
//   text-align: center;
//   height: 100px;
//   line-height: 60px;
// }
// #index .fixed_header_top .nav_con ul li:last-child span {
//   color: #333;
// }
// #index .fixed_header_top .nav_con ul li:last-child:hover,
// #index .fixed_header_top .nav_con ul li:last-child:visited,
// #index .fixed_header_top .nav_con ul li:last-child:active {
//   background-color: #4f4437;
// }
// #index .fixed_header_top .nav_con ul li:last-child:hover span,
// #index .fixed_header_top .nav_con ul li:last-child:visited span,
// #index .fixed_header_top .nav_con ul li:last-child:active span {
//   color: #fff;
// }
// #index .fixed_header_top .nav_con ul li:hover a,
// #index .fixed_header_top .nav_con ul li:active a {
//   color: #fff;
// }
// #index .fixed_header_top .nav_con ul li:hover .list_group,
// #index .fixed_header_top .nav_con ul li:active .list_group {
//   display: block;
// }
// #index .fixed_header_top .nav_con .search_input {
//   display: none;
//   position: absolute;
//   top: 100px;
//   right: 15px;
// }
// #index .fixed_header_top .nav_con .search_input input {
//   border: 10px solid #4f4437;
//   outline: none;
//   font-size: 12px;
//   padding-left: 6px;
//   color: #999;
// }
#index .intro_banner_1 {
    background: url(../images/bg01.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

#index .intro_banner_2 {
    background: url(../images/bg02.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

#index .intro_banner_3 {
    background: url(../images/bg03.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

#index .intro_banner_4 {
    background: url(../images/bg04.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

#index .intro_banner {
    margin-top: 140px;
    background: url(../images/background2.png);
    height: 200px;
    width: 100%;
}

@media (max-width: 767px) {
    #index .intro_banner {
        margin-top: 0;
    }
}

#index .intro_banner .fixed_right {
    z-index: 900;
    position: fixed;
    right: 0px;
    top: 300px;
    animation: righteaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

#index .intro_banner .fixed_right ul {
    width: 60px;
    text-align: center;
}

#index .intro_banner .fixed_right ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    background-color: #e3af70;
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
}

#index .intro_banner .fixed_right ul li p {
    margin-top: 6px;
}

#index .intro_banner .fixed_right ul li:hover {
    background-color: #3b332a;
}

#index .intro_banner .fixed_right ul li:last-child {
    background-color: #ccc;
}

#index .intro_banner .fixed_right ul li:last-child:hover {
    background-color: #aaa;
}

#index .party_banner {
    position: relative;
    margin-top: 120px;
    background: url(../images/party_background.png);
    background-size: cover;
    background-position: center;
    height: 260px;
    width: 100%;
}

@media (max-width: 767px) {
    #index .party_banner {
        margin-top: 0;
    }
}

#index .bannerbg_2 {
    background: url(../images/bg2.jpg);
    height: 200px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#index .bannerbg_4 {
    background: url(../images/bg4.jpg);
}

#index .bannerbg_5 {
    background: url(../images/bg5.jpg);
}

#index .bannerbg_6 {
    background: url(../images/bg6.jpg);
}

#index .party_banner .banner_title {
    position: absolute;
    top: 60%;
    left: 19%;
    margin-left: -100px;
    margin-top: -45px;
}

#index .introduce .nav {
    position: absolute;
    float: right;
    width: 245px;
    right: 0px;
    top: -112px;
}

#index .introduce .nav li a {
    font-size: 16px;
    color: #333;
    border: 1px solid #bbb;
    border-top: none;
    border-right: none;
    padding: 20px 0 17px 20px;
}

#index .introduce .nav li a:hover {
    border-right: 4px solid #e3af70;
}

#index .introduce .nav li:first-child {
    background: #512e0e;
    color: #fff;
    padding: 10px 0 16px 18px;
}

#index .introduce .nav li:first-child h2 {
    font-family: Kaiti SC;
    font-size: 24px;
}

#index .introduce .nav li:first-child p {
    font-family: Trajan Pro;
    opacity: .5;
}

#index .introduce .nav li a.active {
    border-right: 4px solid #e3af70;
}

#index .introduce .culture {
    padding: 5px !important;
    border: none !important;
    margin-left: -5px;
}

#index .introduce a.culture:hover {
    background-color: transparent;
}

#index .introduce .col-sm-3 {
    position: relative;
    padding-right: 0px;
}

#index .introduce .txt {
    border-left: 1px solid #bbb;
    padding: 36px 46px;
    min-height: 700px;
}

@media (max-width: 768px) {
    .photoboxson1 {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    #index .introduce .txt {
        padding: 36px 10px;
    }
}

@media(max-width:640px) {
    .photoboxson1 {
        width: 50%;
    }
}

#index .introduce .txt .slide {
    overflow: hidden;
}

#index .introduce .txt .slide li {
    float: left;
    padding: 0 5px;
    font-size: 14px;
    color: #6b6b6b;
}

@media (max-width: 767px) {
    #index .introduce .txt .slide li {
        font-size: 12px;
    }
}

#index .introduce .txt .slide li a {
    color: #6b6b6b;
    display: inline-block;
    font-size: 14px;
    height: 100%;
}

#index .introduce .txt .img {
    height: 260px;
    background: url(../images/intro.png);
    background-size: cover;
    background-position: center;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #index .introduce .txt .img {
        height: 97px;
    }
}

#index .introduce .txt h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    line-height: 50px;
}

@media (max-width: 767px) {
    #index .introduce .txt h2 {
        margin: 10px 0 8px 0;
        padding-bottom: 8px;
        //border-bottom: none;
    }
}

#index .introduce .txt h2 .china {
    font-family: Kaiti SC;
    font-size: 32px;
    color: #333;
}

// @media (max-width: 767px) {
//   #index .introduce .txt h2 .china {
//     font-size: 20px;
//   }
// }
#index .introduce .txt h2 .english {
    font-family: Trajan Pro;
    color: #999;
    font-size: 24px;
}

// @media (max-width: 767px) {
//   #index .introduce .txt h2 .english {
//     font-size: 14px;
//   }
// }
#index .introduce .txt .article {
    padding-bottom: 50px;
    min-height: 260px;
}

#index .introduce .txt .article td {
    border: 1px solid #ccc;
}

@media (max-width: 767px) {
    #index .introduce .txt .article {
        padding-bottom: 0;
    }
}

#index .introduce .txt .article p {
    line-height: 32px;
    padding-top: 30px;
    margin: 0;
    color: #490501;
    font-size: 16px;
    text-indent: 32px;
    overflow-wrap: break-word;
    text-justify: inter-ideograph;
}

#index .introduce .txt .article p br {
    text-indent: 32px;
}

#index .introduce .txt .article p img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#index .introduce .txt .article p img {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    height: auto;
    margin-left: 0;
    max-width: 100%;
    width: auto;
}

@media (max-width: 767px) {
    #index .introduce .txt .article p {
        font-size: 12px;
        text-indent: 24px;
    }
}

@media (max-width: 767px) {
    #index .introduce .txt .article p br {
        font-size: 12px;
        text-indent: 24px;
    }
}

#index .introduce .txt .info {
    margin-top: 70px;
    background: url(../images/school_bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

#index .introduce .txt .info ul {
    overflow: hidden;
    padding-bottom: 150px;
}

#index .introduce .txt .info ul li {
    float: left;
    margin-bottom: 28px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    #index .introduce .txt .info ul li {
        float: none;
        margin-bottom: 28px;
        margin-right: 0px;
        text-align: center;
    }
}

#index .introduce .txt .info ul li a {
    display: inline-block;
    width: 240px;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 58px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
}

#index .introduce .txt .info ul li a:hover {
    background-color: #e3af70;
    color: #fff;
}

#index .introduce .txt .history {
    padding-bottom: 100px;
}

#index .introduce .txt .history .lineOne {
    padding-top: 55px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #index .introduce .txt .history .lineOne {
        padding-top: 20px;
    }
}

#index .introduce .txt .history .lineOne .student p {
    color: #490501;
    font-size: 36px;
    padding-top: 15px;
}

#index .introduce .txt .history .lineOne .left {
    height: 170px;
    background: url(../images/page1.png) no-repeat;
}

@media (max-width: 767px) {
    #index .introduce .txt .history .lineOne .left {
        background-position-x: 40%;
    }
}

#index .introduce .txt .history .lineOne .right h4 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    color: #490501;
}

#index .introduce .txt .history .lineOne .right p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    color: #490501;
}

#index .introduce .txt .history .lineTwo {
    padding-top: 55px;
    overflow: hidden;
}

#index .introduce .txt .history .lineTwo .left {
    float: left;
    color: #512e0e;
}

#index .introduce .txt .history .lineTwo .left h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    color: #490501;
}

#index .introduce .txt .history .lineTwo .left p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    color: #490501;
}

#index .introduce .txt .history .lineTwo .right {
    width: 235px;
    height: 57px;
    background: url(../images/page2.png);
    margin-top: 80px;
}

#index .mask {
    overflow: hidden;
    width: 265px;
    height: 115px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    animation: righteaseinAnimate 1s ease-out 1;
    animation-fill-mode: forwards;
}

#index .mask .adv_img {
    margin: 0 10px;
    margin-top: -10px;
    float: left;
    width: 70px;
}

#index .mask .adv_img img {
    width: 100%;
}

#index .mask .adv_close {
    overflow: hidden;
    padding: 5px 8px;
}

#index .mask .adv_close b {
    float: right;
    width: 12px;
    height: 12px;
    background: url(../images/close.png);
    cursor: pointer;
}

#index .mask .adv_info {
    float: left;
    width: 170px;
    color: #999;
    padding: 4px;
    padding-top: 0px;
    margin-top: -10px;
}

#index .mask .adv_info a {
    font-size: 12px;
    color: #999;
    margin: 0;
    margin-top: -5px;
}

#index .mask .adv_info p a {
    color: #fff;
}

#index .mask .adv_info p:last-child {
    font-size: 12px;
    margin: 0;
    padding-top: 5px;
    color: #ccc;
}

@media (max-width: 768px) {
    #concert_perform .txt {
        padding: 50px 15px !important;
    }
}

#concert_perform .txt .search_point {
    color: #512e0e;
}

#concert_perform ul.con_list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
}

#concert_perform ul.con_list li .concert_date {
    float: right;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
}

#concert_perform ul.con_list li .concert_date p:first-child {
    font-size: 24px;
    margin: 0;
    color: #333;
}

#concert_perform ul.con_list li .concert_date p:last-child {
    color: #999;
    font-size: 12px;
    margin: 5px;
}

@media (max-width: 768px) {
    #concert_perform ul.con_list li .concert_date {
        float: left;
        margin-top: 10px;
    }
}

#concert_perform ul.con_list li .concert_con {
    display: inline-block;
}

#concert_perform ul.con_list li .concert_con h4 a {
    color: #333;
}

@media (max-width: 768px) {
    #concert_perform ul.con_list li .concert_con {
        float: right;
    }
}

#concert_perform ul.con_list li .concert_con p {
    color: #999;
    font-size: 12px;
}

@media (max-width: 768px) {
    #concert_perform ul.con_list li .concert_con p span {
        display: block;
    }
}

#concert_perform ul.con_list li .concert_con p span:last-child {
    margin-left: 10px;
}

@media (max-width: 768px) {
    #concert_perform ul.con_list li .concert_con p span:last-child {
        margin-left: 0;
    }
}

#concert_perform ul.con_list #search_out .search_point {
    color: #512e0e;
}

#concert_perform ul.con_list #search_out .search_list span {
    color: #333;
}

@media(max-width:992px) {
    #concert_perform ul.con_list #search_out .search_list span {
        display: block;
        text-align: left;
        line-height: 26px;
    }
}

#concert_perform ul.con_list #search_out .search_list p {
    white-space: nowrap;
    /*Ã¥Â¼ÂºÃ¥Ë†Â¶Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å“Â¨Ã¤Â¸â‚¬Ã¨Â¡Å’Ã¥â€&nbsp;â€¦Ã¦ËœÂ¾Ã§Â¤Âº*/
    text-overflow: ellipsis;
    /*Ã¦ÂºÂ¢Ã¥â€¡ÂºÃ§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¯Â¼Å’Ã¦â€Â¯Ã¦Å’ÂieÃ£â‚¬ÂsafariÃ¯Â¼Ë†webkitÃ¯Â¼â€°*/
    -o-text-overflow: ellipsis;
    /*Ã¦ÂºÂ¢Ã¥â€¡ÂºÃ§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¯Â¼Å’Ã¦â€Â¯Ã¦Å’Âopera*/
    overflow: hidden;
    /*Ã¦ÂºÂ¢Ã¥â€¡ÂºÃ©Å¡ÂÃ¨â€”Â*/
    -moz-binding: url('ellipsis.xml#ellipsis');
    /*Ã¦ÂºÂ¢Ã¥â€¡ÂºÃ§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¯Â¼Å’Ã¦â€Â¯Ã¦Å’Âfirefox*/
    color: #999;
}

#concert_perform ul.con_list #search_out .search_list .from {
    color: #999;
    font-size: 12px;
}

@media(max-width:992px) {
    #concert_perform ul.con_list #search_out .search_list .from {
        float: none !important;
    }
}

#concert_perform ul.con_list #search_out .search_list h4 a {
    color: #333;
}

#concert_perform .concert_page {
    text-align: right;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #concert_perform .concert_page {
        text-align: center;
    }
}

#concert_perform .concert_page a span {
    color: #333;
}

#concert_perform .concert_page a .go {
    border: 1px solid #ccc;
    padding: 5px;
}

#concert_perform .concert_page span {
    margin-left: 10px;
}

#concert_perform .concert_page input {
    width: 50px;
    margin-left: 5px;
}

#concert_detail .detail {
    position: relative;
    margin-top: 20px;
    min-height: 260px;
}

#concert_detail .detail section {
    line-height: 26px;
    color: #490501;
}

@media (max-width: 768px) {
    #concert_detail .detail {
        text-align: center;
        margin-top: 20px;
    }
}

#concert_detail .detail .detail_img {
    position: absolute;
    right: 0;
}

@media (max-width: 992px) {
    #concert_detail .detail .detail_img {
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }
}

#concert_detail .detail p.time,
#concert_detail .detail p.location {
    text-align: left;
}

#concert_detail .detail p {
    text-indent: 24px;
    width: 550px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

@media(max-width:1200px) {
    #concert_detail .detail p {
        padding-top: 20px;
        text-align: center;
        width: 420px;
    }
}

@media (max-width: 768px) {
    #concert_detail .detail p {
        padding-top: 20px;
        width: 100%;
        text-align: left;
    }
}

#acadmic {
    padding-left: 170px;
}

@media (max-width: 768px) {
    #acadmic {
        padding-left: 0;
    }
}

#acadmic .detail_img {
    position: absolute;
    left: 0;
    top: 0;
}

#acadmic p.aca_con,
#acadmic p.aca_keywords,
#acadmic p.aca_print {
    line-height: 26px;
    color: #999;
}

#acadmic p.aca_keywords span {
    color: #999;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #999;
}

#acadmic ul.ul_list {
    border-top: 1px solid #999;
    padding-top: 20px;
}

#acadmic ul.ul_list li {
    padding: 10px 0;
}

#acadmic ul.ul_list li span {
    margin-right: 20px;
}

#cc_map .yellow {
    /*width: 60px;
  height: 40px;*/
    background-color: yellow;
    opacity: 0.8;
    padding: 4px 6px;
    margin-top: 40%;
}

#cc_map ul,
#cc_map li {
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    #cc_map .cc_map {
        padding-left: 20px;
        margin-top: 30px;
    }
}

#cc_map .cc_map #container {
    width: 784.5px;
    height: 400px;
}

@media (max-width: 768px) {
    #cc_map .cc_map #container {
        width: 300px;
        height: 200px;
    }
}

#cc_map .cc_map .map_life {
    margin-top: 30px;
}

#cc_map .cc_map .map_life ul.life_list {
    border-bottom: 1px solid #999;
}

#cc_map .cc_map .map_life ul.life_list li {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}

#cc_map .cc_map .map_life ul.life_list li a {
    color: #333;
}

#cc_map .cc_map .map_life ul.life_list .map_active {
    background-color: #512e0e;
}

#cc_map .cc_map .map_life ul.life_list .map_active a {
    color: #fff !important;
}

#cc_map .cc_map .map_life .life_con {
    display: none;
}

#cc_map .cc_map .map_life .life_con p {
    padding: 10px 10px 0 0;
}

#cc_map .cc_map .map_life .life_con p span {
    margin-right: 10px;
}

#cc_map .cc_map .map_life .life_con p span:first-child {
    color: #999;
}

#mSpace {
    padding-top: 137px;
}

#mSpace .space_banner {
    height: 200px;
    background: url(../images/backgroundt.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

#mSpace .space_banner img {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -128px;
    width: 200px;
    text-align: center;
    height: 168px;
    width: 256px;
}

#mSpace .msgdiv {
    margin: 65px 0px 40px 0px;
}

#mSpace .msgdiv .msgbox .title {
    padding: 0px;
    border-bottom: 2px solid #cdcdcd;
    overflow: hidden;
    height: 45px;
}

#mSpace .msgdiv .msgbox .title a {
    color: #999;
    line-height: 45px;
}

#mSpace .msgdiv .msgbox .sentence {
    padding: 30px 0px 20px 0;
    overflow: hidden;
    border-bottom: 2px dotted #ccc;
}

#mSpace .msgdiv .msgbox .sentence p {
    width: 80%;
    font-size: 14px;
    padding: 0px;
}

#mSpace .msgdiv .msgbox .sentence p a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

#mSpace .msgdiv .msgbox .sentence .time {
    display: inline-block;
    color: #ae5e53;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 60px;
    text-align: center;
    width: 60px;
}

#mSpace .msgdiv .msgbox .sentence .time b {
    font-size: 24px;
    display: block;
    color: #7b5126;
}

#mSpace .msgdiv .msgbox .sentence .time span {
    font-size: 10px;
    color: #ae5e53;
}

#mSpace .msgdiv .msgbox .list ul {
    padding-top: 10px;
}

#mSpace .msgdiv .msgbox .list ul li {
    padding: 0px 0px;
}

#mSpace .msgdiv .msgbox .list ul li span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

#mSpace .msgdiv .msgbox .list ul li a p {
    color: #333;
    line-height: 26px;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mSpace .msgdiv .msgbox .list ul li a p span {
    border: medium none;
    color: #e3af70;
    margin-right: 10px;
    padding: 2px;
}

#mSpace .introdiv .leftbox {
    background: #eee;
    overflow: hidden;
    padding: 35px;
}

#mSpace .introdiv .leftbox .left img {
    display: block;
}

#mSpace .introdiv .leftbox .left a {
    display: inline-block;
    background: #4f4437;
    text-align: center;
    color: #fff;
    padding: 8px 22px;
    font-weight: 100;
    font-size: 14px;
    margin-top: 30px;
}

#mSpace .introdiv .leftbox .right .top {
    overflow: hidden;
}

#mSpace .introdiv .leftbox .right .top a {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

#mSpace .introdiv .leftbox .right .bottom ul li {
    margin-top: 25px;
}

#mSpace .introdiv .leftbox .right .bottom ul li img {
    width: 78px;
    height: 105px;
}

#mSpace .introdiv .leftbox .right .bottom ul li div {
    margin-top: 25px;
    width: 86px;
    text-align: center;
    margin-right: -20px;
}

#mSpace .introdiv .leftbox .right .bottom ul li div span:first-child {
    font-size: 14px;
    color: #333;
}

#mSpace .introdiv .leftbox .right .bottom ul li div span {
    font-size: 12px;
    color: #999;
}

#mSpace .introdiv .rightbox img {
    height: 354px;
}

#mSpace .fl {
    float: left;
}

#mSpace .fr {
    float: right;
}

#photo_detail .photo_list {
    position: relative;
    background-color: #000;
}

#photo_detail .photo_list #wrap4 {
    margin: 0 auto;
    height: 230px;
}

#photo_detail .photo_list #wrap4 ul li {
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#photo_detail .photo_list #wrap4 ul li a .perform_img img {
    width: 95%;
}

#photo_detail .photo_list #next4 {
    position: absolute;
    top: 33%;
    left: 0;
    color: #fff;
    font-size: 32px;
}

#photo_detail .photo_list #prev4 {
    position: absolute;
    top: 33%;
    right: 0;
    color: #fff;
    font-size: 32px;
}

@media (max-width: 768px) {
    #cc_news .cc_news_title {
        border-bottom: 1px solid #999;
        margin-bottom: 20px;
    }
}

#cc_news .cc_news_title p span {
    font-size: 12px;
    color: #999;
}

#cc_news .cc_news_title p.pullleft {
    float: left;
}

@media (max-width: 768px) {
    #cc_news .cc_news_title p.pullleft {
        float: none;
    }
}

#cc_news .cc_news_title p.pullright {
    float: right;
}

@media (max-width: 768px) {
    #cc_news .cc_news_title p.pullright {
        float: none;
    }
}

@media (max-width: 768px) {
    #cc_news .detail {
        margin-top: 20px;
    }
    #cc_news .detail p:first-child {
        font-size: 16px;
    }
}

#cc_news .detail .detail_img {
    position: static;
    text-align: center;
    margin: 20px 0;
}

#cc_news .anynews {
    margin-top: 20px;
}

#cc_news .anynews h4.anynews_title {
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}

#cc_news .anynews ul li {
    border-bottom: 1px solid #999;
}

#cc_news .anynews ul li .date_left {
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 20px auto;
}

#cc_news .anynews ul li .date_left span:first-child {
    font-size: 24px;
    color: #7B5126;
}

#cc_news .anynews ul li .date_left span:last-child {
    font-size: 10px;
    color: #ae5e53;
}

#cc_news .anynews ul li .content_right h4 {
    font-size: 16px;
    color: #333;
    //margin-left: -10px;
    line-height: 24px;
}

#cc_news .anynews ul li .content_right p {
    color: #999;
    line-height: 24px;
    font-size: 12px;
}

#party_building .perform_content {
    margin-top: 40px;
    position: relative;
}

#party_building .perform_content .icon_left,
#party_building .perform_content .icon_right {
    display: inline-block;
}

#party_building .perform_content a {
    overflow: hidden;
}

#party_building .perform_content a:hover .icon_left {
    color: #fff;
    background-color: #4f4437;
}

#party_building .perform_content .icon_left {
    position: absolute;
    top: 50%;
    height: 50px;
    border: 1px solid #90cbaf;
    margin-top: -25px;
    width: 20px;
}

#party_building .perform_content .icon_left span {
    display: inline-block;
    margin-top: 17px;
    margin-left: 2px;
}

#party_building .perform_content .icon_right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
    border: 1px solid #90cbaf;
    margin-top: -25px;
    width: 20px;
}

#party_building .perform_content .icon_right span {
    display: inline-block;
    margin-top: 17px;
    margin-left: 2px;
}

#party_building .perform_content .icon_right:hover {
    color: #fff;
    background-color: #4f4437;
}

#party_building .perform_content .perform_img {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #party_building .perform_content .perform_img {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    #party_building .perform_content .col-md-2 {
        width: 20%;
    }
}

#party_building .perform_content #wrap4 {
    margin: 0 auto;
    height: 230px;
}

#party_building .perform_content #wrap4 ul li {
    width: 370px;
    height: 200px;
    padding-top: 30px;
}

@media (max-width: 768px) {
    #party_building .perform_content #wrap4 ul li {
        width: 300px;
    }
}

#party_building .perform_content #wrap4 ul li .perform_con {
    margin: 0 25px;
    line-height: 24px;
    color: #333;
}

#party_building .party_notice {
    padding-top: 70px;
}

#party_building .party_notice .notice_content {
    margin-bottom: 80px;
}

#party_building .party_notice .notice_content .nc_header {
    margin-bottom: 30px;
}

#party_building .party_notice .notice_content .nc_header p {
    text-align: right;
    margin-top: -30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#party_building .party_notice .notice_content .nc_header p a {
    color: #999;
}

#party_building .party_notice .notice_content .nc_list ul li p {
    margin: 0 0 10px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
}

#party_building .party_notice .notice_content .nc_list ul li p span {
    padding: 2px;
    margin-right: 10px;
    color: #e3af70;
    border: none;
}

#party_building .party_notice .notice_content .party_nc {
    overflow: hidden;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
}

#party_building .party_notice .notice_content .party_nc .date_left {
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (min-width: 992px) {
    #party_building .party_notice .notice_content .party_nc .date_left {
        margin-left: -20px;
    }
}

#party_building .party_notice .notice_content .party_nc .date_left span:first-child {
    font-size: 24px;
    color: #7B5126;
}

#party_building .party_notice .notice_content .party_nc .date_left span:last-child {
    font-size: 10px;
    color: #ae5e53;
}

#party_building .party_notice .notice_content .party_nc .content_right h4 {
    font-size: 16px;
    color: #333;
    margin-left: -10px;
    line-height: 24px;
}

#party_building .party_notice .notice_content .party_nc .content_right p {
    color: #999;
    line-height: 26px;
}

#party_building .party_news {
    background-color: #eeeeee;
    padding-bottom: 50px;
}

#party_building .party_news .news_title div {
    text-align: center;
}

#party_building .party_news .news_title div ul li {
    display: inline-block;
    width: 124px;
    height: 111px;
}

@media (max-width: 768px) {
    #party_building .party_news .news_title div ul li {
        width: 90px;
        height: 80px;
    }
    #party_building .party_news .news_title div ul li img {
        width: 70%;
    }
}

#party_building .party_news .news_title div ul li ._hover {
    display: none;
}

#party_building .party_news .news_title div ul .active ._img {
    display: none;
}

#party_building .party_news .news_title div ul .active ._hover {
    display: block;
}

#party_building .party_news .tab_con {
    display: none;
}

#party_building .party_news .block-active {
    display: block;
}

#party_building .party_news .tab2 hr {
    border-top: 1px solid #ccc;
}

#party_building .party_news .tab2 .date_left {
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

#party_building .party_news .tab2 .date_left span:first-child {
    font-size: 24px;
    color: #7B5126;
}

#party_building .party_news .tab2 .date_left span:last-child {
    font-size: 10px;
    color: #ae5e53;
}

.left-banner {
    left: 10px;
    bottom: 10px;
    animation: myfirst 15s infinite reverse linear;
    -moz-animation: myfirst 15s infinite reverse linear;
    /* Firefox */
    -webkit-animation: myfirst 15s infinite reverse linear;
    /* Safari and Chrome */
    -o-animation: myfirst 15s infinite reverse linear;
    /* Opera */
}

@keyframes myfirst {
    0% {
        bottom: 10px
    }
    50% {
        bottom: 200px
    }
    100% {
        bottom: 10px
    }
}

#party_building .party_news .tab2 .content_right h4 {
    font-size: 16px;
    color: #333;
    margin-left: -10px;
    line-height: 24px;
}

#party_building .party_news .tab2 .content_right p {
    color: #999;
    line-height: 26px;
}

#party_building .party_news .tab2 .news_list {
    margin-top: 30px;
}

#party_building .party_news .tab2 .news_list p {
    margin: 0 0 10px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#party_building .party_news .tab2 .news_list p span {
    padding: 2px;
    margin-right: 10px;
    color: #e3af70;
    border: none;
}

#vision_index ul.vision_perul_list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-left: 0px;
}

#vision_index ul.vision_perul_list li {
    margin-left: 20px;
}

#vision_index ul.vision_perul_list li a {
    padding: 5px 8px !important;
}

.li_v_active {
    background-color: #512e0e !important;
}

.li_v_active a {
    color: #fff !important;
}

#vision_index ul.perul {
    border-top: none !important;
    padding-top: 20px !important;
}

#vision_index .tab {
    display: none;
}

#vision_index ._tab {
    display: block;
}

#vision_index .perul .vision a {
    padding: 0 !important;
    position: relative;
}

#vision_index .perul .vision a .vv_bg {
    height: 100%;
    position: absolute;
    background: #252525;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
}

#vision_index .perul .vision a i {
    position: absolute;
    top: 38%;
    left: 42%;
    font-size: 32px;
    color: #fff;
}

// #vision_index .perul .vision a:hover i{
//   display: block;
// }
// #vision_index .perul .vision a:hover .vv_bg{
//   display: block;
// }

/*COMMON*/

html,
body {
    height: 100%;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", SimHei, Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*Ã¥Â­â€”Ã¤Â½â€œÃ¥â€ºÂ¾Ã¦Â&nbsp;â€¡*/


/* font */

@font-face {
    font-family: 'Tiupicons';
    src: url('../fonts/Tiupicons.eot');
    src: url('../fonts/tiupicons.eot') format('embedded-opentype'), url('../fonts/tiupicons.ttf') format('truetype'), url('../fonts/tiupicons.woff') format('woff'), url('../fonts/tiupicons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Tiupicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._listbox ul li a {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 0 20px !important;
    height: 90px !important;
    line-height: 2 !important;
    overflow-y: hidden !important;
    transition: all .3s !important;
}

.wp-video {
    display: inline-block;
}</pre></body></html>