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

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

.m-header {
    text-align: center;
    height: 43.645833vw;
    background: url(../images/banner.png) no-repeat;
    background-position: top center;
    background-size:contain;
}

.m-body {
    position: relative;
    background: url(../images/back.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: 1rem;
    background-position: center bottom;
}
.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.m-part01{
    margin-top: .5rem;
}
.m-table{
    
}
.m-cell:last-child{
  margin-top: .3rem;
}
.m-cell.big{
    
}
.m-cell.small{    
   display: flex;
   justify-content: space-between;
}
.m-part01 .m-cell.small{
}
.m-part02{
    margin-top: .5rem;
}
.m-part02 .m-cell.small{
}
.m-bigBox{
    position: relative;
}
.m-cell.small .m-smallBox{
    position: relative;
    width: 45%;
}

.m-photo{
    position: relative;
    display: block;
}
.m-part03{
    position: relative;
    margin: .5rem -.1rem;
}

.m-photo_item{
    padding: 0 .1rem;
    height: 3.1rem;
}

.m-show-swiper_prev,
.m-show-swiper_next {
    position: absolute;
    left: .2rem;
    top: 50%;
    width: .26rem;
    height: .54rem;
    background: url(../images/arrow_left.png) no-repeat;
    background-size:contain;
    opacity: .4;
    cursor: pointer;
    margin-top: -.27rem;
    z-index: 2;
}

.m-show-swiper_next {
    left: auto;
    right: .2rem;
    background-image: url(../images/arrow_right.png);
}

.m-show-swiper_prev:hover,
.m-show-swiper_next:hover {
    opacity: 1;
}

.m-photo::before{
    content: '\20';
    width: .8rem;
    height: .8rem;
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 1;
}
.m-smallBox .m-photo::before{
    width: .5rem;
    height: .5rem;
}
.m-photo_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m-photo_img{
    padding-bottom: 57.446809%;
}
.m-infos{
    background-color: #051941;
    padding: .2rem .3rem;
    font-size: .28rem;
}
.m-smallBox .m-infos{
    font-size: .2rem;
    padding: .1rem .2rem;
}
.m-infos p{
    padding: .02rem 0;
}
.m-smallBox .m-infos p{
    padding: .01rem 0;
}


.m-footer {
    border-top: 1px solid #f2dca5;
    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;
}