.page-m a,
.page-m a:hover {
    text-decoration: none;
}

.page-m a {
    color: #fff;
}

.page-ma:hover {
    color: #f8cc6a;
}

.page-m{
    overflow: hidden;
    position: relative;
    font-size: 1.8rem;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #c0281e;
    margin: 0px auto;
    color: #333;
}

.m-body {
    margin-top: 0;
}

.m-container {
    width: 96%;
    margin: 0 auto;
    position: relative;
    max-width: 7.5rem;
}

.m-header {
    padding-bottom: 36.458333%;
    height: 0;
    background: url(../images/banner.png);
    background-size: cover;
}

.m-body {
    position: relative;
}

.m-slogan {
    margin-top: .5rem;
    position: relative;
    padding: .15rem .3rem;
    color: #fff692;
    line-height: 2;
}
.m-slogan::before{
    content: '\20';
    background: url(../images/line_left.png) no-repeat;
    background-size:contain;
    width: 3rem;
    height: .64rem;
    position: absolute;
    left: 0;
    top: 0;
}
.m-slogan::after{
    content: '\20';
    background: url(../images/line_right.png) no-repeat;
    background-size:contain;
    width: 3rem;
    height: .64rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.m-slogan p {
    font-size: .2rem;
    text-indent: 2em;
    padding: .1rem 0;
    text-align: justify;
}


.m-items {
    position: relative;    
    padding-bottom: .1rem;
}

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

.m-item_header{
    text-align: center;
    height: .6rem;
    font-size: 0;
}
.m-item_header img{
    height: 100%;
    width: auto;
    display: inline-block;
}
.m-item_main{
    margin-top: .4rem;
    background-size:contain;
    background-repeat: no-repeat;    
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}
.m-item:nth-child(odd) .m-item_main{
    background-position:bottom right;
}

.m-item:nth-child(even) .m-item_main{
    background-position:bottom left;
    flex-direction: column-reverse;
}

.m-item_video {
    
}
.m-contmain-video{
    position: relative;   
    height: 3.8rem;
    display: block;
}
.m-contmain-video::before{
    content: '\20';
    width: 1.55rem;
    height:1.55rem;
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

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

.m-item_infos .m-infosbg{
    padding: .1rem .15rem;
    background: url(../images/icon_logo.png) no-repeat;
    background-position: 95% bottom;   
    background-size:.71rem .83rem; 
    background-color: #fff7e8;
    text-align: justify;
}
.m-item_infos .m-infosbg p{
    text-indent: 2em;
    font-size: .2rem;
}


.m-footer {
    margin-top: 1rem;
    padding: .25rem 0;
    text-align: center;
    padding-bottom: .8rem;    
    background-color: #8f0a0a;
    border-top: .04rem solid #f2c8aa;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    padding: .2rem 0;
    color: #fff;
    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: #fff;
    margin: 0px .05rem;
}

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

.m-footer_info_copy {
    margin-top: .1rem;
    font-size: .24rem;
}

.m-footer_info_filing {
    margin-top: .1rem;
}

.m-footer_info_filing span {
    font-size: .2rem;
}

.m-footer_info_right {
    font-size: .2rem;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
    border-top: 1px solid rgba(255, 255, 255, .5);
    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;
}