@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: #fff;    
}

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

a {
    color: #fff;
}

a:hover {
    color: #f8cc6a;
}

.body-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background: url(../images/back.jpg);
}

.mw-header {
    background: url(../images/head_back.jpg) no-repeat center top;
    height: 1930px;
}
.mw-header_text{
    width: 100%;
    max-width: 1555px;
    margin: 0 auto;
    background: url(../images/head_text.png) no-repeat center bottom;
    height: 434px;
    padding-top: 380px;
    box-sizing: content-box;
}
.mw-banner{
    padding-top: 90px;
    width: 980px;
    height: 630px;
    margin: 0 auto;
}
.mw-banner_swiper{
    position: relative;
}
.mw-banner_swiper::after{
    content: '\20';
    width: 1101px;
    height: 749px;
    background: url(../images/banner_back.png) no-repeat;
    position: absolute;
    left: -60px;
    top: -60px;
    z-index: 2;
    pointer-events: none;
}

.mw-banner_photo{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height: 630px;
    position: relative;   
    
}
.mw-banner_title{
    background-color: rgba(0, 0, 0, .5);
    height: 80px;
    color: #fff;    
    font-size: 22px;
    padding-left: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;   
    width: 100%;
    display: table;
     
}
.mw-banner_text{
    display: table-cell;
    vertical-align: middle;  
    height: 80px;
    line-height: 1.4;
}
.mw-banner-swiper_prev,
.mw-banner-swiper_next{
    width: 93px;
    height: 132px;  
    background: url(../images/icon_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -185px;
    cursor: pointer;
}
.mw-banner-swiper_next{
    left: auto;
    right: -185px;
    background: url(../images/icon_arrow2.png) no-repeat;
}

.mw-body {
    width: 100%; 
    max-width: 1634px;       
    border-left: 36px solid #f4bd8e;  
    border-right: 36px solid #f4bd8e;  
    background-color: #c80b10;    
    position: relative;
    padding-top: 100px;  
    margin: 0px auto; 
    padding-bottom: 120px;
}

.mw-body::before{
    content: '\20';
    width: 1990px;
    background: url(../images/bg_xy.png) no-repeat center;
    height: 406px;
    position: absolute;
    top: -320px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mw-body::after{
    content: '\20';
    width: 1990px;
    background: url(../images/bg_xys.png) no-repeat center;
    height: 406px;
    position: absolute;
    bottom: -320px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mw-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mw-news{
    margin-top: 20px;
}
.mw-news_top{
    line-height: 1.4;   
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}
.mw-news_top a{
    color: #fff;
}
.mw-news_top a:hover{
    color: #f4bd8e;
}
.mw-news_main{
    margin-top: 60px;
    font-size: 0;
}
.mw-news_main-box{
    width: 50%;
    vertical-align: top;
    display: inline-block;
}
.mw-news_main-box.mw-right{
    padding-left: 22px;
}
.mw-news_main-photo{
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    height: 0;
    position: relative;
}

.mw-news_main-info{
    background: url(../images/jiemu_back.jpg) no-repeat;
    background-size:cover;
    height: 200px;
    padding: 30px 40px;
    color: #000;
    font-size: 18px;
    line-height: 2;
}
.mw-news_main-title{
    margin-top: 20px;
    background: url(../images/jiemu_title.jpg) no-repeat;
    background-size:cover;
    height: 140px;
}
.mw-live{
    margin-top: 150px;
}
.mw-public_head{
    height: 80px;
    background: url(../images/back.jpg);
    line-height: 80px;
    padding-left: 235px;
    position: relative;
    font-size: 44px;
    font-weight: bold;     
}
.mw-public_head::before{
    content: '\20';
    width: 125px;
    height: 166px;
    background: url(../images/icon_ww.png) no-repeat;
    position: absolute;
    top: -80px;
    left: 65px; 
}
.mw-public_head_name{
    content: '\20';
    width: 267px;
    height: 97px;
    background-repeat:no-repeat;
    position: absolute;
    top: -8px;
    right: 180px;
}
.mw-live_main{
    margin-top: 45px;
    font-size: 0;
}
.mw-live_main_left{
    width: 33.3333333%;   
    padding-right: 20px; 
    display: inline-block;
    vertical-align: top;
}
.mw-live_main_right{
    width: 66.6666666%;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.mw-live_head{
    text-align: center;
    height: 65px;
}
.mw-live_head_title{
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    height: 53px;
    display: inline-block;
    width: 100%;
}
.mw-live_weibo{
    height: 800px;   
}
.mw-douyin_slide{
    margin: 0px -15px;
    font-size:0;
}  
.mw-douyin_item{
    padding:0 15px;  
    width: 33.333333%;
    display: inline-block;
    background: url(../images/iphone_yy.png) no-repeat center bottom;
    padding-bottom: 20px;
    background-size:80% auto;
}
.mw-douyin_box{
    position: relative;  
    height: 380px;  
    padding-top: 5px;    
}
.mw-douyin_box::after{
    content: '\20';
    left: 0;
    top:0;
    width: 246px;
    height:380px;
    background:url(../images/iphone.png) no-repeat;
    background-size:100% auto;
    z-index: 1;
    pointer-events: none;
    position: absolute;
}
.mw-douyin_photo{
    background-size:cover;
    height:370px;
    background-repeat:no-repeat;
    background-position:center top;
    border-radius: 22px;
    cursor: pointer;
}
.mw-douyin_title{
    background: rgba(0, 0, 0, .5);
    height:60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    display: table;
    width: 100%;
}
.mw-douyin_text{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.mw-swiper-pagination{
    text-align: center;
    left: 0;
    right: 0;    
}
.mw-swiper-pagination .swiper-pagination-switch{
    background-color: #eeeade;
    width: 12px;
    height: 12px;    
}
.mw-swiper-pagination .swiper-active-switch{
    background-color: #e9b569;
}

.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%;
}
.mw-liveBottom{
    margin-top: 10px;
    font-size: 0;
}
.mw-wechat{
    width: 50%;
    padding: 0 20px;
    display: inline-block;
}
.mw-wechat_main{
    background:url(../images/jm_back.jpg);
    padding: 20px 25px;
}
.mw-wechat_items{
    height: 260px;
}
.mw-wechat_item{
    padding:20px;
}
.mw-wechat_item_photo{
    height: 130px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.mw-wechat_item_title{
    margin-top: 10px;
    color: #000;
    font-size: 18px;     
    line-height: 1.6;
    font-weight: bold;  
}
.mw-wechat_item_title a{
    color: #000;
}
.mw-wechat_item_info{
    color: #666;
    font-size: 16px;
    text-indent: 32px;
    margin-top: 15px;
    line-height: 1.6;
}
.mw-show{
    margin-top: 110px;
   
}
.mw-show_main{
    margin-top: 50px;
    position: relative;
}
.mw-show_slide {
    padding: 0 200px;
}

.mw-show_slide-photo {
    padding-bottom: 56.2%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.mw-show_slide-title {
    position: absolute;
    bottom: 0;
    height: 60px;
    color: #fff;
    font-size: 16px;    
    z-index: 9;
    display: none;
    left: 0;
    right:0;
    background-color:rgba(0, 0, 0, .5);
    padding: 0px 20px;   
    width: 100%;
}
.mw-show_slide-text{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    line-height: 1.4;
}
.mw-show .swiper-slide {
    opacity: .8;
}

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

.mw-show .swiper-slide-active .mw-show_slide-title {
    display: table;
}

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

.mw-show-swiper_next {
    left: auto;
    right: -40px;
    background: url(../images/icon_arrow2.png) no-repeat;
}
.mw-sequence{
    margin-top: 100px;
}
.mw-sequence_head{
    height: 35px;
    text-align: center;
    background: url(../images/title_xu.png) no-repeat center;
}
.mw-sequence_head.mw-lf{
    background: url(../images/title_lf.png) no-repeat center;
}
.mw-sequence_main{
    margin-top: 60px;
    font-size: 0;
}
.mw-sequence_item{
    width: 25%;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}
.mw-sequence_photo{
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.mw-sequence_title{
    background-color: #fff;
    height: 60px;
    line-height: 1.4;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    display: table;
    width: 100%;    
}
.mw-sequence_text{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.mw-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none;
}

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

.mw-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;
}

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

.mw-mask_pic img {
    max-width: 100%;
    max-height: 720px;
    display: inline-block;
}
/*2018-08-06*/
.mask_picTitle{    
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    min-height: 50px;
    line-height: 1.4;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.mw-mask_close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .4) url(../images/close.png) no-repeat center;
    background-size: 18px 18px;
    right: -55px;
    top: 0;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.mw-mask_logo {
    position: absolute;
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    background: url(../images/logobg.png) no-repeat center;  
    background-size:contain;  
    right: 0;
    bottom: 0;
    z-index: 33;
}
.mw-blessing{
    margin-top: 150px;
}
.mw-highlights{
    margin-top: 140px;
}
.mw-highlights_main{
    margin-top: 60px;
    position: relative;   
}
.mw-highlights-swiper{
    margin: -10px;
    padding: 10px;	
    -ms-margin: 0px!important;
    -ms-padding: 0px!important;
}

.mw-highlights_slide{
    width: 1200px;
    position: relative;
    font-size: 0;
    height: 793px;    
}

.mw-highlights_slide::after{
    content: '\20';
    left:-10px;
    right: -10px;
    bottom: -10px;   
    top: -10px;
    position: absolute;
    background: url(../images/highlights_back.png) no-repeat;          
    z-index: 2;
    pointer-events: none;
    
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .mw-highlights-swiper{
        margin: 0px;
        padding: 0px;	        
    }
    .mw-highlights_slide::after{
        content: '\20';
        left:0px;
        right: 0px;
        bottom: 0px;   
        top: 0px;
        position: absolute;
        background: url(../images/highlights_back.png) no-repeat;   
        background-size:contain;     
        z-index: 2;
        pointer-events: none;
        
    }
}

.mw-highlights_item{
    width: 50%;   
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.mw-highlights_item::after{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/pic_zhe.png) no-repeat;
    z-index: 1;
    pointer-events: none;
}
.mw-highlights_photo{
    height: 380px;  
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;  
}

.mw-highlights_title{
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    height: 80px;   
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    padding-left: 40px;
    display: table;
    width: 100%;
}
.mw-highlights_text{
    display: table-cell;
    vertical-align: middle;   
}
.mw-highlights_item:nth-child(1) .mw-highlights_title,
.mw-highlights_item:nth-child(3) .mw-highlights_title{
    padding-right: 200px;  
}
.mw-highlights_item:nth-child(2) .mw-highlights_title,
.mw-highlights_item:nth-child(4) .mw-highlights_title{
    padding-left: 200px;  
    text-align: right;
    padding-right: 40px;
}

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

.mw-highlights-swiper_next {
    left: auto;
    right: -100px; 
    background: url(../images/icon_arrow2.png) no-repeat;
}

.mw-footer {
    padding: 50px 0;
    margin-top: 300px;
}
.mw-footer.mw-footerTwo{
    padding-top: 250px;
}

.mw-footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

.mw-footer_logo {
    display: inline-block;
    width: 16.5%;
    vertical-align: bottom;
    padding-right: 20px;
}

.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: 62.785714%;
    padding-left: 20px;
    vertical-align: bottom;
}

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

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

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

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

.mw-footer_info_filing {
    margin-top: 10px;
}

.mw-footer_info_filing span {
    font-size: 16px;
    margin-right: 35px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 20px;
}

.mw-footer_weach {
    display: inline-block;
    width: 18.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;
}


.body-m {
    display: none;
}

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

    .body-m {
        display: block;
    }
     
}