@import 'swiper.css';
@import 'liMarquee.css';

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #fff;
}

a:hover {
    color: #f8cc6a;
}

.boby-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}

.mw-body {
    background: url(../images/back.jpg) repeat-y;
}

.mw-container {
    width: 1400px;
    margin: 0 auto;
    position: relative
}

.mw-header {
    background: url(../images/head_back.jpg) no-repeat;
    padding-top: 645px;
}

.mw-public {
    margin-top: 95px;
}

.mw-public_head {
    text-align: center;
}

.mw-public_title {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 490px;
    height: 70px;
    font-size: 32px;
    font-weight: bold;
    color: #e0b557;
    background: url(../images/title_back.jpg) no-repeat;
    line-height: 70px;
}

.mw-newsBox {
    margin-top: 40px;
    font-size: 0;
    background-color: #30281e;
}

.mw-news_left {
    width: 48.571429%;
    display: inline-block;
    vertical-align: top;
}

.mw-news_left_poto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.176471%;
    position: relative;
}
/*2019-12-13*/
.mw-news_left_title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 10px;
    bottom: 0;
    min-height: 50px;
    background-color:rgba(0, 0, 0, .5) ;    
}
.mw-swiper-pagination{
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 5px;
    right: 10px;
}

.mw-news_right {
    width: 51.428571%;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.mw-news_right_box {
    padding: 3% 12% 0 4%;
}

.mw-news_right_item {
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
}

.mw-news_right_info {
    color: #97938e;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.mw-onsite {
    font-size: 0;
    margin: 0px -20px;
    margin-top: 40px;
}

.mw-onsite_item {
    width: 33.333333%;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}

.mw-onsite_item-main {
    background: #30281e;
    padding: 35px;
}

.mw-onsite_head {
    height: 90px;
}

.mw-onsite_head-title {
    background: url(../images/icon_box.jpg) no-repeat;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #f7db84;
}

.mw-onsite_main {
    margin-top: 45px;
    height: 248px;
}
.mw-onsite_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding-bottom: 40%;
}
.mw-onsite_main_title {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.mw-onsite_main_info {
    margin-top: 15px;
    color: #575149;
    font-size: 14px;
}

.mw-onsite_main img {
    width: 100%;
    height: auto;
}

.mw-onsite_share {
    margin-top: 30px;
}

.mw-onsite_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 31px;
    height: 31px;
    display: inline-block;
}

.mw-character {
    position: relative;
    height: 490px;
    margin-top: 40px;
    padding: 0 120px;
    
}

.mw-character::after {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 424px;
    border: 2px solid #fee4a8;
    background-color: #1d150a;
}

.mw-character_box {
    font-size: 0;
    position: relative;
    z-index: 2;
}

.mw-character_left {
    width: 68.965517%;
    display: inline-block;
    vertical-align: top;
}

.mw-character_photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    position: relative;
}

.mw-character_play {
    width: 75px;
    height: 75px;
    position: absolute;
    background: url(../images/bofang.png) no-repeat;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.mw-character_right {
    width: 31.034483%;
    display: inline-block;
    vertical-align: top;
    padding-top: 120px;
    padding-left: 70px;
}

.mw-character_right .mw-character_tabs li {
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.mw-character_right ul li.active {
    color: #e5c06c;
    font-size: 20px;
}



.mw-time {
    position: relative;
    height: 563px;
    margin-top: 40px;
}

.mw-time::after {
    content: '\20';
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    height: 350px;
    background-color: rgba(239, 200, 112, .1);
}

.mw-time_slide {
    padding: 0 200px;
}

.mw-time_slide-photo {
    padding-bottom: 56.2%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
/*2019-12-13*/
.mw-time_slide-title {
    position: absolute;
    bottom: 0;
    min-height: 50px;
    color: #fff;
    font-size: 20px;    
    z-index: 9;
    display: none;
    left: 0;
    right:0;
    background-color:rgba(0, 0, 0, .5);
    padding: 10px;
}

.mw-time .swiper-slide {
    opacity: .7;
}

.mw-time .swiper-slide-active {
    opacity: 1;
}

.mw-time .swiper-slide-active .mw-time_slide-title {
    display: block;
}

.time-swiper_prev,
.time-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    margin-top: -46px;
    left: 240px;
    cursor: pointer;
    z-index: 2;
}

.time-swiper_next {
    left: auto;
    right: 240px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-inner {
    margin-top: 45px;
}

.mw-forum {
    margin-top: 40px;

}

.mw-forum_items {
    padding: 2px 0;
    position: relative;
    height: 395px;
}

.mw-forum_items::after,
.mw-forum_items::before {
    content: '\20';
    background: url(../images/line.png) no-repeat;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.mw-forum_items::after {
    top: auto;
    bottom: 2px;
}

.mw-forum_item {
    margin-top: 2px;
    width: 360px;
    padding-left: 3px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 391px;
}

.mw-forum_item:nth-child(even) .mw-forum_item-photo {
    margin-top: 75px;
    font-size: 0;
}

.mw-forum_item img {
    width: 100%;
    height: auto;
}

.mw-forum_item::before {
    content: '\20';
    width: 3px;
    background: url(../images/line_shu.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.mw-forum_item-photo {
    height: 320px;
}

.mw-praise {
    margin-top: 20px;
    padding-bottom: 70px;
    position: relative;
}

.mw-praise_slide {
    font-size: 0;
    margin: 0px -20px;
}

.mw-praise_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.mw-praise_item-photo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 248px;
    cursor: pointer;
}

.mw-praise_item-title {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    background-color:rgba(0, 0, 0, .5);
    padding: 10px;
    min-height: 40px;
}

.mw-praise_pantion {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: 50px;
}

.mw-pople-swiper_prev,
.mw-pople-swiper_next {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    display: inline-block;
    background: url(../images/iocn_arrow.png) no-repeat center;
    background-size: 6px 11px;
    vertical-align: middle;
    cursor: pointer;
}

.mw-pople-swiper_prev:hover,
.mw-pople-swiper_next:hover {
    background-color: rgba(255, 255, 255, .2);
}

.mw-pople-swiper_next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-pople-swiper_line {
    width: 1px;
    height: 16px;
    background-color: #a0a9b7;
    margin: 0px 20px;
    display: inline-block;
    vertical-align: middle;
}

.mw-closing {
    margin-top: 40px;
    position: relative;
}

.mw-closing_slide {
    font-size: 0;
    height: 480px;
}

.mw-closing_item {
    width: 16.666667%;
    display: inline-block;
    vertical-align: top;
}

.mw-closing_photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 240px;
    display: block;
    position: relative;
}

.mw-closing_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color:rgba(0, 0, 0, .5);
    padding: 5px;
}

.mw-close-swiper_prev,
.mw-close-swiper_next,
.mw-pupou-swiper_prev,
.mw-pupou-swiper_next {
    background: url(../images/icon_arrow2.png) no-repeat;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    margin-top: -46px;
    left: 60px;
    cursor: pointer;
    z-index: 2;
}

.mw-close-swiper_next,
.mw-pupou-swiper_next {
    left: auto;
    right: 60px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-footer {
    padding: 30px 0;
}

.mw-footer-container {
    width: 92%;
    margin: 0 auto;
    position: relative;
    color: #7d632d;
    font-size: 0;
}

.mw-footer_logo {
    display: inline-block;
    width: 9.5%;
    vertical-align: bottom;
}

.mw-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.mw-footer_info {
    display: inline-block;
    width: 71.785714%;
    padding-left: 80px;
    vertical-align: bottom;
}

.mw-footer_info_menu {
    font-size: 18px;
}

.mw-footer_info_menu a {
    color: #7d632d;
    margin: 0px 20px;
}

.mw-footer_info_menu a:hover {
    color: #d8a224;
}

.mw-footer_info_copy {
    margin-top: 20px;
    font-size: 22px;
}

.mw-footer_info_copy span {
    font-size: 16px;
    margin: 0px 15px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
}

.mw-footer_weach {
    display: inline-block;
    width: 12.714286%;
    vertical-align: bottom;
}

.mw-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}

.mw-popup-video {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mw-popup-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.mw-popup-video .video {
    position: absolute;
    background-color: #000;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    z-index: 1;
}

.mw-popup-video .video .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mw-popup-video .video .cell video {
    max-height: 600px;
    max-width: 90%;
}

/*弹窗*/
.vr-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none;
}

.vr-mask.show {
    display: block;
}

.vr-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}



.vr-mask_pic {
    display: inline-block;
    max-height: 37.5%;
    max-width: 66.6666667%;
    position: relative;
}

.vr-mask_pic img {
    max-width: 100%;
    max-height: 720px;
    display: inline-block;
}
.mask_picTitle{
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 15px;
}
.vr-mask_close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2) url(../images/close.png) no-repeat center;
    background-size: 18px 18px;
    right:0px;
    top: -55px;
    cursor: pointer;
    display: block;
    z-index: 99;
}

.body-m {
    display: none;
}
@media screen and (max-width: 1440px) {  

    .mw-container {
        width: 1100px;       
    }

    .mw-header {
        background-size:contain;
        padding-top: 460px;
    }

    .mw-public {
        margin-top: 50px;
    }

    .mw-public_head {
        text-align: center;
    }  

    .mw-newsBox {
        margin-top: 30px;       
    }

    .mw-news_left_title {       
        font-size: 16px;       
    }


    .mw-news_right_box {
        padding: 2% 5% 0 2%;
    }

    .mw-news_right_item {
        color: #fff;
        font-size: 16px;
        margin: 10px 0;
    }

    .mw-news_right_info {       
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .mw-onsite {        
        margin: 0px -10px;
        margin-top: 30px;
    }

    .mw-onsite_item {        
        padding: 0 10px;       
    }

    .mw-onsite_item-main {        
        padding: 20px;
    }


    .mw-onsite_main_title {
        font-size:18px;       
    }

    .mw-onsite_main_info {     
        font-size: 12px;
    }

    

    .mw-onsite_share {
        margin-top: 20px;
    }


    .mw-character {       
        height: 400px;
        margin-top: 40px;
        padding: 0 60px;
    }

    .mw-character::after {     
        height: 360px;        
    }

    .mw-character_box {
        font-size: 0;
        position: relative;
        z-index: 2;
    }


    .mw-character_right {
        width: 31.034483%;
        display: inline-block;
        vertical-align: top;
        padding-top: 60px;
        padding-left: 30px;
    }

    .mw-character_right ul li {
        padding: 10px 0;
        line-height: 1;
        font-size: 13px;
    }

    .mw-character_right ul li.top {
        color: #e5c06c;
        font-size: 18px;
    }

    .mw-character_right ul li.top a {
        color: #e5c06c;
    }

    .mw-time { 
        margin: 0px -150px;
        margin-top: 30px;
    }
  
    .mw-inner {
        margin-top: 35px;
    }

    .mw-forum {
        margin-top: 30px;

    }   

   

    .mw-praise_slide {
        font-size: 0;
        margin: 0px -10px;
    }

    .mw-praise_item {       
        padding: 10px;
    }

    .mw-praise_item-photo {      
        height: 200px;
    }

    .mw-praise_item-title {
        font-size: 16px;      
        bottom: 10px;
        left: 10px;
    }
    .mw-character_right .mw-character_tabs li {     
        font-size: 14px;       
    }
    .mw-character_right .mw-character_tabs li.active{
        font-size: 16px;
    }
    

    .mw-praise_pantion {
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        right: 0;
        height: 50px;
    }

    .mw-pople-swiper_prev,
    .mw-pople-swiper_next {
        width: 46px;
        height: 46px;
        border-radius: 46px;
        display: inline-block;
        background: url(../images/iocn_arrow.png) no-repeat center;
        background-size: 6px 11px;
        vertical-align: middle;
        cursor: pointer;
    }


    .mw-closing {
        margin-top: 40px;
        position: relative;
    }

    .mw-closing_slide {
        font-size: 0;
        height: 360px;
    }

    .mw-closing_item {
        width: 16.666667%;
        display: inline-block;
        vertical-align: top;
    }

    .mw-closing_photo {        
        height: 180px;        
    }

    .mw-closing_title {        
        font-size: 16px;       
    }

    .mw-close-swiper_prev,
    .mw-close-swiper_next {       
        width: 60px;
        height:60px;        
        margin-top: -30px;
        left: 60px;
        background-size:contain;      
    }

    .mw-close-swiper_next {
        left: auto;
        right: 60px;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mw-footer {
        padding: 30px 0;
    }


    .mw-footer_logo {
        display: inline-block;
        width: 9.5%;
        vertical-align: bottom;
    }

    .mw-footer_logo_img {
        height: 0;
        padding-bottom: 87.209302%;
        background: url(../images/foot_logo.png) no-repeat;
        background-size: contain;
    }

    .mw-footer_info {     
        padding-left: 40px;       
    }

    .mw-footer_info_menu {
        font-size: 14px;
    }

    .mw-footer_info_menu a {
        color: #7d632d;
        margin: 0px 10px;
    }

    .mw-footer_info_menu a:hover {
        color: #d8a224;
    }

    .mw-footer_info_copy {
        margin-top: 20px;
        font-size: 16px;
    }

    .mw-footer_info_copy span {
        font-size: 13px;
        margin: 0px 15px;
    }

    .mw-footer_info_right {
        font-size: 13px;
        margin-top: 5px;
    }

   
}

@media screen and (max-width: 1024px) {
    .body-pc {
        display: none;
    }

    .body-m {
        display: block;
    }
    
    .vr-mask_pic {        
        max-height: 90%;
        max-width: 95%;      
    }

    .vr-mask_pic img {
        max-width: 100%;
        max-height: 650px;        
    }
    .mask_picTitle{
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 15px;
    }
    .vr-mask_close {
        position: absolute;
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, .2) url(../images/close.png) no-repeat center;
        background-size: 13px 13px;
        right: 0px;
        top: -40px;      
    }
    
    .mw-popup-video .video {
        position: absolute;
        background-color: #000;
        min-width: 80%;
        max-width: 90%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: table;
        z-index: 1;
    }

    .mw-popup-video .video .cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .mw-popup-video .video .cell video {
        max-height: 600px;
        max-width: 95%;
    }

}