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

a:hover {
    color: #bf2d35;
}


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

.mw-back{
    background: url(../images/bottom_back.jpg) no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.mw-photo{
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer;
    z-index: 1;
    position: relative;
    display: block;
}
.mw-header {
    text-align: center;
    background: url(../images/header_back.jpg) no-repeat;
    padding-top: 60px;
    position: relative;    
    background-position: center top;
}
.mw-header::after{
    content: '\20';
    background: url(../images/firew_01.png) no-repeat;
    width: 432px;
    height: 470px;
    position: absolute;
    right: 0;
    bottom: -120px;
}

.mw-header div {
    margin: 0px auto;
}

.mw-header .mw-header_logo {
    width: 871px;
    height: 357px;
    background: url(../images/logo.png) no-repeat;
}
/*2021.02.07*/
.mw-header .mw-header_banner {
    margin-top: -10px;
    width: 1496px;
    height: 816px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    display: block;
    margin: 0 auto;
}
/*2021.02.07end*/
.mw-header .mw-header_banner::before{
    content: '\20';
    width: 241px;
    height: 130px;
    background: url(../images/hua_left.png) no-repeat;
    position: absolute;
    left: 150px;
    top: 70px;
    z-index: 1;
}
.mw-header .mw-header_banner::after{
    content: '\20';
    width: 248px;
    height: 145px;
    background: url(../images/hua_right.png) no-repeat;
    position: absolute;
    right: 100px;
    top: 70px;
    z-index: 1;
}
.mw-header .mw-header_banner .mw-play{
    border-radius:50%;
    width: 125px;
    height: 125px;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    left: 50%;
    top: 35%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.mw-header .mw-header_banner .mw-play::before{
    content: '\20';
    width: 34px;
    height: 38px;
    background: url(../images/icon_sj.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mw-public_header{
    text-align: center;
}
.mw-public_title{
    display: inline-block;
    width: 585px;
    height: 96px;
    background: url(../images/title_back.png) no-repeat;
    color: #fde5b6;
    font-size: 30px;
    text-align: center;
    line-height: 75px;
    text-shadow: 0px 6px 2px rgba(103, 3, 5, .95);
}
.mw-box-01_main{
    height: 392px;
    background: url(../images/box1_back.png) repeat-x;
    margin-top: 45px;
    box-shadow: 0 0 45px rgba(103, 3, 5, .65);
    padding-top: 46px;
    padding-bottom: 51px;
    position: relative;
}
.mw-box-01_main::before,
.mw-box-01_main::after{
    content: '\20';
    background: url(../images/box1-yy_left.png) no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
    width: 310px;
    height: 350px;
    z-index: 2;
}
.mw-box-01_main::after{
    left: auto;
    right: 0;
    background-image: url(../images/box1-yy_right.png);
}

.mw-box-01_swiper{
    width: 1110px;
    margin: 0px auto;
    position: relative;
}
.mw-box-01_swiper .swiper{
    overflow: visible;
}
.mw-box-01 .mw-mains_slide{
    position: relative;
    padding: 0px 15px;
    height: 295px;
}
.mw-wait-prev,
.mw-wait-next{
    width: 84px;
    height: 128px;
    background: url(../images/arrow_left.png) no-repeat;
    position: absolute;
    left: -150px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.mw-wait-next{
    background-image: url(../images/arrow_right.png);
    left: auto;
    right: -150px;
}
.mw-box-02{
    margin-top: 75px;
    position: relative;
}
.mw-box-02::before,
.mw-box-02::after{
    content: '\20';
    width: 260px;
    height: 637px;
    background: url(../images/zs_left.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.mw-box-02::after{
    left: auto;
    right: 0;
    background-image: url(../images/zs_right.png);
}
.mw-box-02_mian{
    width: 1200px;
    margin: 0px auto;
    margin-top: 60px;
    font-size: 0;
    position: relative;
    z-index: 3;
}
.mw-box-02_mian .mw-news_left{
    width: 48.833333%;
    display: inline-block;
    vertical-align: top;
}
.mw-box-02_mian .mw-news_swiper{
    position: relative;
}
.mw-box-02_mian .mw-news_swiper .swiper{
    overflow: visible;
}
.mw-box-02_mian .mw-news_swiper .swiper .swiper-slide{
    opacity: 0;
}
.mw-box-02_mian .mw-news_swiper .swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.mw-box-02_mian .mw-news_swiper::before{
    content: '\20';
    background: url(../images/box2_zs.png) no-repeat;
    width: 85px;
    height: 85px;
    position: absolute;
    left: -25px;
    bottom: -25px;
    z-index: 8;
}

.mw-news_slide{
    height: 329px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.mw-news-prev,
.mw-news-next{
    width: 36px;
    height: 36px;
    background: url(../images/runt_left.png) no-repeat;
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 9;
    cursor: pointer;
}
.mw-news-next{
    background-image: url(../images/runt_right.png);
    left: 90px;  
}

.mw-box-02_mian .mw-news_right{
    width: 51.166667%;
    vertical-align: top;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}
/*2021.2.09*/
.mw-box-02_mian .mw-news_right .mw-news{    
    padding: 20px 30px;
    height: 329px;
    background: url(../images/hua_news.png) no-repeat;
    background-position: right bottom;
    background-color: #fffaec;
    position: relative;
}
.mw-box-02_mian .mw-news_right .mw-news .mw-news_more{
    font-size: 16px;
    color: #bf2d35;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
/*2021.2.09end*/
.mw-box-02_mian .mw-news_right .mw-news_head{
    border-bottom: 1px solid #b50f1a;
    padding-bottom: 10px;
}
.mw-box-02_mian .mw-news_right .mw-news_title{
    font-size: 20px;   
}
.mw-box-02_mian .mw-news_right .mw-news_intor{
    font-size: 14px;
    text-indent: 2em;     
    margin-top: 10px;
    line-height: 1.8;
}
.mw-box-02_mian .mw-news_right .mw-news_ul{
    margin-top: 20px;
}
.mw-box-02_mian .mw-news_right .mw-news_ul li{
    font-size: 16px;
    position: relative;
    padding: 8px 0;
    padding-left: 18px;
}
.mw-box-02_mian .mw-news_right .mw-news_ul li::before{
    content: '\20';
    background: url(../images/icon_lx.png) no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;    
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.mw-box-02_reel{
    margin: 0 auto;
    margin-top: 50px;
    width: 1000px;
    height: 236px;
    position: relative;
    background: url(../images/box2_reel.png) no-repeat;
}
.mw-box-02_reel::after{
    content: '\20';
    width: 24px;
    height: 67px;
    background: url(../images/box2_arrow.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -70px;
}
.mw-box-02_reel .mw-more{
    width: 79px;
    height: 14px;
    background: url(../images/more.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 110px;
    top: 50%;
    margin-top: -7px;
}
.mw-box-03{
    margin-top: 190px;
    position: relative;
}
.mw-box-03_main{    
    width: 1417px;
    margin: 0 auto;
    background: url(../images/box3_back.png) repeat-y;
    min-height: 1000px;
    box-shadow: 0 0 120px rgba(0, 0, 0, .65);
    position: relative;
    padding-top: 135px;
    padding-bottom: 140px;
}
.mw-box-03_main::before{
    content: '\20';
    width: 1644px;
    height: 433px;
    background: url(../images/box3_head.png) no-repeat;
    position: absolute;
    top: -100px;
    left: -110px;
}
.mw-box-03_main::after{
    content: '\20';
    background: url(../images/box3_bottom.png) no-repeat;
    height: 165px;
    width: 1568px;
    position: absolute;
    left: -76px;
    bottom: -155px;    
}
.mw-box-03 .mw-order{
    position: relative;
    text-align: center;
}
.mw-box-03 .mw-order.mw-end{
    margin-top: 85px;
}
.mw-box-03 .mw-order_head{
    text-align: center;
}
.mw-box-03 .mw-order_title{
    width: 556px;
    height: 88px;
    background: url(../images/box3_title.jpg) no-repeat;
    display: inline-block;
    padding-top: 30px;
    position: relative;
}

.mw-box-03 .mw-order_title span{
    color: #fae3cb;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
}
.mw-box-03 .mw-order_main{
    margin-top: 65px;
    width: 1154px;
    height: 417px;
    background: url(../images/box3_box.png) no-repeat;
    display: inline-block;
    padding: 75px 97px 60px 65px;
    position: relative;
    text-align: left;
    font-size: 0;
}
.mw-box-03 .mw-order_main::before,
.mw-box-03 .mw-order_main::after{
    content: '\20';
    width: 22px;
    height: 65px;
    background: url(../images/box3_lianj.jpg) no-repeat;
    position: absolute;
    left: 380px;
    bottom: 100%;
}
.mw-box-03 .mw-order_main::after{
    left: auto;
    right: 380px;
}

.mw-box-03 .mw-order_main_left{
    display: inline-block;
    width: 41%;
    font-size: 18px;
    vertical-align: top;
}
.mw-box-03 .mw-order_main_left .mw-photo{
    padding-bottom: 68.872549%;
    display: block;
}

.mw-box-03 .mw-order_main_right{
    width: 59%;
    display: inline-block;
    vertical-align: top;    
    font-size: 18px;
    padding-left: 60px;
    position: relative;
}
.mw-box-03 .mw-order_main_right .mw-title{
    border-bottom: 1px solid #f2c8aa;
    font-size: 25px;
    font-weight: bold;
    color: #ffdac2;
    padding: 30px 0;
}

.mw-box-03 .mw-first{
    width: 1200px;
    margin: 0px auto;
    margin-top: 70px;
}
.mw-box-03 .mw-first_header{
    text-align: center;
}
.mw-box-03 .mw-first_title{
    position: relative;
    color: #fcedb2;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}
.mw-box-03 .mw-first_title::before,
.mw-box-03 .mw-first_title::after{
    content: '\20';
    width: 62px;
    height: 3px;
    background: url(../images/titleicon_left.png) no-repeat;
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: -1.5px;
}
.mw-box-03 .mw-first_title::after{
    left: auto;
    right: -75px;
    background-image: url(../images/titleicon_right.png);
}
.mw-box-03 .mw-echo{
    position: relative;    
    margin-top: 55px;    
}
.mw-box-03 .mw-echo_items{
    margin: 0px -13px;
    font-size: 0;
    margin-top: 25px;
}
.mw-box-03 .mw-echo_item{
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
}
.mw-box-03 .mw-echo_video{
    position: relative;
}
.mw-box-03 .mw-echo_video .mw-photo{
    padding-bottom: 75%;
}

.mw-box-03 .mw-century{
    margin-top: 50px;
    padding: 0 90px;
}
.mw-box-03 .mw-century_items{
    font-size: 0;
}
.mw-box-03 .mw-century_item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mw-box-03 .mw-century_main{
    width: 405px;   
    display: inline-block;
    padding: 20px;
    background-color: #fcedb2;
    margin-top: 30px;
}
.mw-box-03 .mw-century_main .mw-photo{
    padding-bottom: 73.626374%;
}

.mw-box-03 .mw-poem{
    margin: 0px -100px;
    margin-top: 60px;
}
.mw-box-03 .mw-poem_items{
    font-size: 0;
}
.mw-box-03 .mw-poem_item{
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mw-box-03 .mw-poem_main{
    width: 405px;   
    display: inline-block;
    padding: 20px;
    background-color: #fcedb2;
    margin-top: 30px;
}
.mw-box-03 .mw-poem .mw-photo{
    padding-bottom: 73.626374%;
}
.mw-box-03 .mw-romantic{
    margin-top: 60px;
}
.mw-box-03 .mw-romantic_swiper{
    width: 750px;
    margin: 0px auto;
    overflow: hidden;    
    margin-top: 30px;    
    padding: 0 193px;
}
.mw-box-03 .mw-romantic_swiper .swiper{
    margin: 0px -364px;
}
.mw-box-03 .mw-romantic_swiper .mw-romantic_slide{
  
}
.mw-box-03 .mw-romantic_swiper .swiper-slide {
    opacity: .5;
    text-align: center;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}
.mw-box-03 .mw-romantic_swiper .swiper-slide-next,
.mw-box-03 .mw-romantic_swiper .swiper-slide-prev{
    z-index: 8;
}
.mw-box-03 .mw-romantic_swiper .swiper-slide-active{
    opacity: 1;
    z-index: 9;
}
.mw-box-03 .mw-romantic_swiper .swiper-slide .mw-photo{
    padding-bottom: 73.626374%;
}

.mw-box-03 .mw-centuryTwo{
    margin-top: 50px;
    padding: 0 150px;
}
.mw-box-03 .mw-centuryTwo_items{
    font-size: 0;
}
.mw-box-03 .mw-centuryTwo_item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mw-box-03 .mw-centuryTwo_main{
    width: 405px;   
    display: inline-block;
    margin-top: 30px;
}
.mw-box-03 .mw-centuryTwo_main .mw-photo{
    padding-bottom: 73.626374%;
}
.mw-box-03 .mw-last{
    width: 1200px;
    margin: 0px auto;
    margin-top: 70px;
}

.mw-box-03 .mw-poemTwo{
    margin: 0px -40px;
    margin-top: 60px;
}
.mw-box-03 .mw-poemTwo_items{
    font-size: 0;
    margin: 0px -30px;
}
.mw-box-03 .mw-poemTwo_item{
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 30px;
}
.mw-box-03 .mw-poemTwo_main{
    margin-top: 30px;
}
.mw-box-03 .mw-poemTwo .mw-photo{
    padding-bottom: 73.626374%;
}
.mw-box-03 .mw-hero{
    margin-top: 60px;
}
.mw-box-03 .mw-hero .mw-mains{
    padding: 0px;
    font-size: 0;
    margin-top: 30px;
}
.mw-box-03 .mw-hero .mw-mains_items{
    font-size: 0;
    margin: 0px -15px;
    text-align: center;
}

.mw-box-03 .mw-hero .mw-mains_item{
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
}
.mw-box-03 .mw-hero .mw-mains_item .mw-photo{
    padding-bottom: 73%;
}

.mw-box-04{
    margin-top: 190px;
    position: relative;
}

.mw-box-04 .mw-happy{
    width: 1420px;
    margin: 0px auto;
    position: relative;
}
.mw-box-04 .mw-happy::before{
    content: '\20';
    width: 368px;
    height: 197px;
    background: url(../images/zs_xy.png) no-repeat;
    position: absolute;
    right: -165px;
    top: 50px;
}
.mw-box-04 .mw-happy::after{
    content: '\20';
    width: 216px;
    height: 120px;
    background: url(../images/zs_xy2.png) no-repeat;
    position: absolute;
    left: -190px;
    top: 780px;
}

.mw-box-04 .mw-happy_header{
    text-align: center;
    margin-top: 30px;
}
.mw-box-04 .mw-happy_title{
    width: 284px;
    height: 66px;
    background: url(../images/box4_title.png) no-repeat;
    display: inline-block;
}
.mw-box-04 .mw-happy_video{
    width: 700px;
    margin-top: 40px;
    margin: 0 auto;
}

.mw-happy_video-videoBox {
    padding-bottom: 56.25%;
    position: relative;
}

.mw-box-04 .mw-happy_items{
    font-size: 0;    
    margin: 0px -15px;
    position: relative;    
    margin-top: 30px;
}
.mw-box-04::before{
    content: '\20';
    width: 483px;
    height: 375px;
    background: url(../images/zs_hua.png) no-repeat;
    position: absolute;
    top: 0;
    left:0;
    z-index: 2;
    -ms-pointer-events: none;
    pointer-events: none;
}
.mw-box-04::after{
    content: '\20';
    width: 369px;
    height: 703px;
    background: url(../images/zs_qb.png) no-repeat;
    position: absolute;
    right:0;
    z-index: 2;
    top: 140px;
    -ms-pointer-events: none;
    pointer-events: none;
}
.mw-box-04 .mw-happy_item{
    width: 25%;
    display: inline-block;
    padding: 15px;
}
.mw-box-04 .mw-happy_item_video{
    position: relative;
}
.mw-box-05{
    margin-top: 40px;
    position: relative;
}
.mw-box-05::before{
    content: '\20';
    background: url(../images/zx_xy3.png) no-repeat;
    width: 329px;
    height: 266px;
    position: absolute;
    left: 0;
    bottom: 60px;
}
.mw-box-05 .mw-happy{
    width: 1420px;
    margin: 0px auto;
    position: relative;
}

.mw-box-05 .mw-happy_header{
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.mw-box-05 .mw-happy_title{
    width: 284px;
    height: 66px;
    background: url(../images/box4_title2.png) no-repeat;
    display: inline-block;
}
.mw-box-05 .mw-happy_more{
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fcedb2;
    cursor: pointer;
    margin-top: -18px;
}

.mw-box-05 .mw-happy_items{
    margin-top: 10px;
    font-size: 0;    
    margin: 0px -15px;
    position: relative;
}
.mw-box-05 .mw-happy_item{
    width: 33.333333%;
    display: inline-block;
    padding: 15px;
}
.mw-box-05 .mw-happy_item_video{
    position: relative;
}
.mw-box-06{
    margin-top: 50px;
    background: url(../images/box6_back.jpg) no-repeat;
    height: 707px;    
    padding-top: 40px;
}

.mw-box-06 .mw-bit_items,
.mw-box-06 .mw-bir_items {
    position: relative;
}
.mw-box-06 .mw-bir_items {
    margin-top: 30px;
}
.mw-box-06 .mw-bit_item {
    width: 524px;
    vertical-align: top;
    display: inline-block;
    margin-right: 30px;
}

.mw-box-06 .mw-bit_item_photo {
    position: relative;
}

.mw-box-06 .mw-bit_item_image {
    height: 295px;
    font-size: 0;
    overflow: hidden;
}

.mw-box-06 .mw-bit_item_image img {
    width: 100%;
    height: 295px;
    display: block;
}
.mw-box-07{
    margin-top: 90px;
}
.mw-box-07_main{
    width: 1420px;
    margin: 0px auto;
    margin-top: 40px;
    font-size: 0;
}
.mw-box-07_main_left{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.mw-box-07_main_left .mw-main_photo{
    position: relative;
}
.mw-box-07_main_left .mw-main_photo .mw-photo{
    padding-bottom: 75%;
}
.mw-box-07_main_left .mw-main_photo .mw-title{
    background-color: rgba(0, 0, 0, .6);
    min-height: 60px;
    padding-top:15px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.mw-box-07_main_right{
    width: 51%;
    display: inline-block;    
    vertical-align: top;
    padding-left: 30px;
}
.mw-box-07_main_right .mw-box7_items{
    font-size: 0;
    margin: 0px -15px;
    margin-top: -12px;
}

.mw-box-07_main_right .mw-box7_item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 15px;
}
.mw-box-07_main_right .mw-box7_item_photo{
    position: relative;
}
.mw-box-07_main_right .mw-box7_item .mw-photo{
    padding-bottom: 75%;
}
.mw-box-07_main_right .mw-box7_item .mw-title{
    background-color: rgba(0, 0, 0, .6);
    min-height: 40px;
    padding-top:7px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.mw-footer {
    padding-top: 100px;
    color: #fff;
    padding-bottom: 200px;
}
.mw-footer .mw-container{
    width: 1420px;
    margin: 0px auto;
}

.mw-footer_logo {
    display: inline-block;
    width: 13.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: 70.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;
    white-space: nowrap;
}

.mw-footer_info_copy span {
    font-size: 16px;
    margin-left: 10px;
}

.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: #f2dca5;
    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: 13.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-width: 90%;
    min-height: 500px;
    max-height: 600px;
}
/*弹出层*/
.mw-part00_main-popup {
    background: #fff;
    position: fixed;
    padding: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    left: 50%;   
    top: 50%;
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 999;
    width: 75%;
    display: none;   
    border: 10px solid #8f0a0a;
}

.mw-part00_main-popup.show {
    display: block;
}

.mw-part00_main-popup .mw-popup_close {
    width: 14px;
    height: 14px;
    background: url(../images/ico_close.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 35px;
    display: block;
    cursor: pointer;
}

.mw-part00_main-popup_content {
    width: 100%;
    font-weight: bold;
    height: 600px;
    overflow-y: scroll;
}

.mw-part00_main-popup_content::-webkit-scrollbar {
    width: 12px;
}

.mw-part00_main-popup_content::-webkit-scrollbar-thumb {
    background: #8f0a0a;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
}
.mw-part00_main-more_items{
    font-size: 0;
}
.mw-part00_main-more_item{
    width: 20%;
    display: inline-block;
    padding: 10px;
}

.body-m {
    display: none;
}



@media screen and (max-width: 1450px) {    
    .mw-header {
        padding-top: 30px;
       background-size: contain;
    }
    .mw-header::after{
        width: 300px;
        height: 326px;
        bottom: -80px;
        background-size:contain;
    } 

    .mw-header .mw-header_logo {
        width: 500px;
        height: 205px;
        background-size:contain;
    }

    .mw-header .mw-header_banner {
        margin-top: -10px;
        width: 1000px;
        height: 545px;
        display: block;
    }
    .mw-header .mw-header_banner::before{
        width: 130px;
        height: 70px;
        left: 90px;
        background-size: contain;
        top: 70px;
    }
    .mw-header .mw-header_banner::after{
        content: '\20';
        width: 130px;
        height: 76px;
        background-size: contain;
        right: 80px;
        top: 70px;
    }
    .mw-header .mw-header_banner .mw-play{
        width: 65px;
        height: 65px;
    }
    .mw-header .mw-header_banner .mw-play::before{
        width: 20px;
        height: 22px;
        background-size:contain;
    }
    .mw-public_title{
        width: 500px;
        height: 82px;
        font-size: 24px;
        background-size:contain;
        line-height: 60px;
    }
    .mw-box-01_main::before,
    .mw-box-01_main::after{
        width: 110px;
        background-size:100% 100%;
    }
    .mw-box-01_main::after{
        left: auto;
        right: 0;
        background-image: url(../images/box1-yy_right.png);
    }

    .mw-wait-prev,
    .mw-wait-next{
        left: -50px;
    }
    .mw-wait-next{
        background-image: url(../images/arrow_right.png);
        left: auto;
        right: -50px;
    }
    
    .mw-box-03{
        margin-top: 190px;
        position: relative;
    }
    .mw-box-03_main{    
        width: 1100px;
        background-size:contain;
        box-shadow: 0 0 70px rgba(0, 0, 0, .65);
        position: relative;
        padding-top: 95px;
        padding-bottom: 100px;
    }
    .mw-box-03_main::before{
        content: '\20';
        width: 1200px;
        height: 312px;
        background-size: contain;
        position: absolute;
        top: -80px;
        left: -50px;
    }
    .mw-box-03_main::after{
        background-size:100% 100%;
        height: 128px;
        width: 1217px;
        left: -59px;
        bottom: -126px;    
    }
    .mw-box-03 .mw-order.mw-end{
        margin-top: 55px;
    }
    .mw-box-03 .mw-order_title{
        width: 400px;
        height: 63px;
        background-size:contain;
        padding-top: 20px;
    }

    .mw-box-03 .mw-order_title span{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .mw-box-03 .mw-order_main{
        margin-top: 44px;
        width: 1000px;
        height: 361px;
        background-size: contain;
        padding: 55px 77px 40px 45px;
    }
    .mw-box-03 .mw-order_main::before,
    .mw-box-03 .mw-order_main::after{
        width: 15px;
        height: 44px;
        background-size:contain;
        left: 350px;
    }
    .mw-box-03 .mw-order_main::after{
        left: auto;
        right: 360px;
    }


    .mw-box-03 .mw-order_main_right .mw-title{
        font-size: 20px;
        padding: 30px 0;
    }

    .mw-box-03 .mw-first{
        width: 1100px;
        margin-top: 50px;
    }
    .mw-box-03 .mw-first_title{
        font-size: 16px;
    }
    .mw-box-03 .mw-first_title::before,
    .mw-box-03 .mw-first_title::after{
        content: '\20';
        width: 42px;
        height: 2px;
        background-size:100% 100%;
        left: -45px;
        margin-top: -1px;
    }
    .mw-box-03 .mw-first_title::after{
        left: auto;
        right: -45px;
    }
    .mw-box-03 .mw-echo{
        position: relative;    
        margin-top: 35px;    
        padding: 0px 55px;
    }
    .mw-box-03 .mw-echo_items{
        margin: 0px -5px;
        margin-top: 25px;
    }
    .mw-box-03 .mw-echo_item{
        padding: 0 5px;
    }
    .mw-box-03 .mw-century{
        margin-top: 50px;
        padding: 0 70px;
    }
    .mw-box-03 .mw-century_main{
        padding: 10px;
    }

    .mw-box-03 .mw-poem{
        margin: 0px 20px;
        margin-top: 40px;
    }
    .mw-box-03 .mw-poem_items{
        font-size: 0;
    }
    .mw-box-03 .mw-poem_item{
        width: 33.3333333%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .mw-box-03 .mw-poem_main{
        width: 320px;   
        padding: 10px;
        margin-top: 20px;
    }
    .mw-box-03 .mw-romantic{
        margin-top: 40px;
    }
   

    .mw-box-03 .mw-centuryTwo{
        margin-top: 40px;
        padding: 0 30px;
    }
    .mw-box-03 .mw-centuryTwo_items{
        font-size: 0;
    }
    .mw-box-03 .mw-last{
        width: 1100px;
        margin-top: 50px;
    }

    .mw-box-03 .mw-poemTwo{
        margin: 0px 40px;
        margin-top: 40px;
    }
    .mw-box-03 .mw-poemTwo_items{
        margin: 0px -20px;
    }
    .mw-box-03 .mw-poemTwo_item{
        padding: 0 20px;
    }
    .mw-box-03 .mw-hero{
        margin-top: 40px;
    }
    .mw-box-03 .mw-hero .mw-mains{
        padding: 0 100px;
        margin-top: 30px;
    }   
    .mw-box-04{
        margin-top: 160px;
    }

    .mw-box-04 .mw-happy{
        width: 1100px;
    }
    .mw-box-04 .mw-happy::before{
        width: 200px;
        height: 107px;
        background-size:contain;
        right: -105px;
        top: 30px;
    }
    .mw-box-04 .mw-happy::after{
        width: 150px;
        height: 83px;
        background-size: contain;
        left: -120px;
        top: 580px;
    }

    .mw-box-04 .mw-happy_header{
        margin-top: 20px;
    }
    .mw-box-04 .mw-happy_video{
        width: 550px;
    }


    .mw-box-04 .mw-happy_items{
        margin: 0px 10px;
        margin-top: 30px;
    }
    .mw-box-04::before{
        width: 300px;
        height: 233px;
        background-size: contain;
    }
    .mw-box-04::after{
        width: 250px;
        height: 476px;
        top: 90px;
        background-size: contain;
    }
    .mw-box-04 .mw-happy_item{
        padding: 10px;
    }
    .mw-box-05{
        margin-top: 40px;
        position: relative;
    }
    .mw-box-05::before{
        background-size: contain;
        width: 260px;
        height: 210px;
        bottom: 40px;
    }
    .mw-box-05 .mw-happy{
        width: 1100px;
    }

    .mw-box-05 .mw-happy_header{
        text-align: center;
        margin-top: 30px;
        position: relative;
    }

    .mw-box-05 .mw-happy_items{
        margin: 0px -10px;
        margin-top: 10px;
    }
    .mw-box-05 .mw-happy_item{
        padding: 10px;
    }
    .mw-box-05 .mw-happy_item_video{
        position: relative;
    }
    .mw-box-06{
        margin-top: 40px;
    }
    
    .mw-box-07{
        margin-top: 70px;
    }
    .mw-box-07_main{
        width: 1100px;
        margin-top: 30px;
    }
    .mw-box-07_main_left .mw-main_photo .mw-title{
        min-height: 40px;
        padding-top: 10px;
        font-size: 16px;
    }

    .mw-box-07_main_right{
        width: 51%;
        padding-left: 25px;
    }       

    .mw-box-07_main_right .mw-box7_item .mw-title{
        min-height: 40px;
        padding-top:10px;
        font-size: 16px;
    }   

    .mw-footer {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .mw-footer .mw-container{
        width: 1100px;
    }

    .mw-footer_logo {
        padding-right: 10px;
    }


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

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

    .mw-footer_info_menu a {
        margin: 0px 10px;
    }

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

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

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

    .mw-footer_info_filing span {
        font-size: 13px;
        margin-right: 15px;
    }

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

}

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

    .body-m {
        display: block;
    }
    .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%;
    }     

}
/*视频详情页*/
.mw-page{
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background: url(../images/back.jpg);  
}
.mw-page_back{
    background: url(../images/video_footer.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.mw-page .mw-page_back .body-pc {
    margin: 0 auto;
    max-width: auto;
    overflow: hidden;
    position: relative;
    background: none;
    min-height: auto;
}
.mw-page .mw-page_back .body-m{
    width: 100%;
    overflow: hidden;
    min-height: .5rem;
    background: none;  
    font-size: 0;
    background-size:contain;
}
.mw-page .mw-page_back .mw-footer .mw-container{
    border-top:2px solid #ffdeb1 ;
    padding-top: 50px;
}
.mw-page .mw-page_back .m-footer .m-container{
    border-top:2px solid #ffdeb1 ;
    padding-top: .5rem;
}

.mw-videoBox{
    background: url(../images/video_head.png) no-repeat;
    background-size: contain;
    padding-top: 115px;
}

.mw-video_container{
    width: 1320px;
    margin: 0px auto;
    min-height: 500px;
}
.mw-video_header{
    text-align: center;
    background: url(../images/video_title.png) no-repeat;
    width: 1001px;
    height: 234px;
    margin:  0 auto;
    padding: 55px 80px 60px 80px;
    display: table;
}
.mw-video_header h1{
    font-size: 30px;
    color: #bf2d35;
    display: table-cell;
    vertical-align: middle;
}
.mw-video_body{
    margin-top: 30px;
}
.mw-contmain-video {
    position: relative;
    border-radius: 30px;
}
.vjs-poster{
    border-radius: 10px;
}
.video-js::before{
    content: '\20';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    background: url(../images/video_post.png) no-repeat;
    z-index: 2;
    pointer-events: none;
    background-size:100% 100%;
}

.mw-contmain-videoBox {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 20px;
}
.mw-contmain-content{
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    line-height: 2;
}
.mw-contmain-content p{
    text-indent: 2em;
}
.mw-contmain-content .mw-pd{
    padding: 30px 0;
    display: block;
}
@media screen and (max-width: 1450px) {

    .mw-video_container{
        width: 1080px;;
    }
   
    .mw-contmain-content{
        font-size: 16px;
    }
}
@media screen and (max-width: 1025px) {        
    .mw-videoBox{
        padding-top: .5rem;
    }

    .mw-video_container{
        width: 95%;
        min-height: 3rem;
    }
    .mw-video_header{
        text-align: center;
        background: url(../images/video_title.png) no-repeat;
        background-size: contain;
        width: 7rem;
        height: 1.64rem;
        margin:  0 auto;
        padding: .5rem .65rem .6rem .65rem;
        display: table;
    }
    .mw-video_header h1{
        font-size: .24rem;
        color: #bf2d35;
        display: table-cell;
        vertical-align: middle;
    }
    .mw-video_body{
        margin-top: .3rem;
    }
    .mw-contmain-video {
        position: relative;
        border-radius: 30px;
    }
    .vjs-poster{
        border-radius: 10px;
    }
    .vjs-poster::before{
        content: '\20';
        position: absolute;
        left: -.05rem;
        right: -.05rem;
        bottom: -.05rem;
        top: -.05rem;
        background: url(../images/video_post.png) no-repeat;
        z-index: 2;
        pointer-events: none;
        background-size:100% 100%;
    }
    .video-js .vjs-big-play-button {
        border-radius:50%;
        width: 1rem;
        height: 1rem;
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        cursor: pointer;
        font-size: 0;
    }
    .video-js .vjs-big-play-button::before{
        content: '\20';
        width: .34rem;
        height: .38rem;
        background: url(../images/icon_sj.png) no-repeat;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-size:contain;
    }    

    .mw-contmain-videoBox {
        padding-bottom: 56.25%;
        position: relative;
        border-radius: .2rem;
    }
    .mw-contmain-content{
        font-size: .2rem;
        margin-top: .3rem;
        color: #fff;
        line-height: 2;
    }
    .mw-contmain-content p{
        text-indent: 2em;
    }
    .mw-contmain-content img{
        max-width: 80%;
        height: auto;
    }
    .mw-contmain-content .mw-pd{
        padding: .3rem 0;
        display: block;
    }
}