.body-m {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    background-color: #fef9f5;
}

/*2021-01-06*/
.m-body {
    position: relative;
    background: url(../images/back.jpg) repeat-y;
    background-size: cover;
    padding-bottom: .5rem;
    background-position: center bottom;
}

.m-header {
    height: 100vw;
    background: url(../images/mb-banner.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}

.m-body {
    position: relative;
    background: url(../images/back.jpg) repeat-y;
    background-size: 100% auto;
    padding-bottom: .5rem;
    background-position: center bottom;
    padding-top: .5rem;
}

.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.m-slogan {
    border-radius: .2rem;
    border: 1px solid #cc0000;
    padding: .3rem .2rem;
    line-height: 1.8;
}

.m-slogan p {
    text-indent: 2em;
    color: #000;
    font-size: .24rem;
}

.m-part {
    margin-top: .5rem;
}

.m-part_header {
    text-align: center;
}

.m-part_title {
    display: inline-block;
    position: relative;
    font-size: .44rem;
    font-weight: bold;
    color: #cc0000;
}

.m-part_title::before,
.m-part_title::after {
    content: '\20';
    width: 1.03rem;
    height: .33rem;
    background: url(../images/title_bf.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -.8rem;
    bottom: -.1rem;
}

.m-part_title::after {
    left: auto;
    right: -.8rem;
    background-image: url(../images/title_af.png);
}

.m-part_items {
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m-part_item {
    width: 100%;
    margin-top: .3rem;
}

.m-part_item .m-box {
    background: url(../images/kuang.png) no-repeat;
    padding: .4rem;
    background-size: 100% 100%;
}

.m-part_item .m-photo {
    position: relative;
    display: block;
}

.m-part_item .m-photo_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 75%;
}

.m-part_item .m-photo_title {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.m-part_more {
    margin-top: .5rem;
    text-align: center;
}

.m-part_more .m-more {
    display: inline-block;
    color: #cc0000;
    font-size: .28rem;
    cursor: pointer;
    background: url(../images/more.png) no-repeat;
    background-position: center bottom;
    padding-bottom: .4rem;
    background-size: .3rem auto;
    line-height: 1;
}


.m-footer {
    background-color: #cc0000;
    padding: .1rem 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #f2dca5;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: .2rem;
}

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

.m-footer_info {  
    margin-top: .2rem;
}

.m-footer_info_menu {
    font-size: .26rem;
}

.m-footer_info_menu a {
    color: #f2dca5;
    margin: 0px .1rem;
}
.m-footer_info_menu a:hover {
    color: #fff;
}
.m-footer_info_copy {
    margin-top: .2rem;
    font-size: .24rem;
}
.m-footer_info_filing {
    margin-top: .2rem;
}
.m-footer_info_filing span {
    font-size: .24rem;
}

.m-footer_info_right {
    font-size: .24rem;
    color: #f2dca5;
    text-align: center;
    margin-top: .1rem;
    padding: .1rem .15rem;
}

.m-footer_weach {
    margin-top: .2rem;
    display: inline-block;
    width: 38.714286%;
    vertical-align: bottom;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}
/*2021-0106*/
.m-contmain-video .vjs-poster{
    background-size: cover;
}
.m-contmain-video .video-js.vjs-16-9{
    padding-bottom: 56.25%;
}
.m-contmain-video .show_2-dimensions.vjs-fluid{
    padding-top: 52.5%;
}

.m-box-3.m-sub .m-sub_title{    
    margin-top: .5rem;
    font-size: .32rem;
    color: #f2dca5;
    font-weight: bold;
}


/*内容页面*/

.m-crumbs{
    margin-top: .5rem;
    color: #572b10;
    font-size: .24rem;
}
.m-crumbs a:link,
.m-crumbs a:visited,
.m-crumbs a:active{
    color: #572b10;
}
.m-crumbs a:hover{
    color: #b62d30;
}

.m-list_content{
    padding: .5rem 0 .3rem 0;
}
.m-list_content .m-title{
    color: #572b10;
    font-size: .36rem;
    text-align: center;
}

.m-list_content .m-main{
    margin-top:50px;
    font-size: .24rem;
}
.m-list_content .m-main p{
    text-indent: 2em;
    margin: .2rem 0;
}
.m-list_content .m-main img{
    max-width: 90%;
    height: auto;
}


.m-list_items {
    display: block;
}


.m-list_item {
    display: block;
    padding: .15rem 0;
    white-space: normal;
}

.m-list_item .m-box {
    position: relative;
    display: block;
}

.m-list_item .m-box_photo {
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-list_item .m-box_title {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: table;
    min-height: .5rem;
    padding: .1rem .2rem;
}

.m-list_item .m-box_title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: .2rem;
}
.m-video .m-list_item .m-box::after {
    content: '\20';
    width: .8rem;
    height: .8rem;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
}