﻿.body-m {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-size:100% auto;    
    background-repeat: repeat-y;
    font-size: 0;
}



.m-header {
    text-align: center;
    height: 2.4rem;
    background: url(../images/banner.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}

/*2021-01-06*/
.m-body {
    position: relative;
    padding-top: .65rem;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    padding-bottom: .8rem;
    background-position: center bottom;
}
.m-body.list-body{
    background-position: center top;
    padding-top: 0;
}
/*2021-01-06end*/
.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.m-part01 {
    border-radius: 20px;
    border: 1px solid #d0a263;   
    padding: 10px;
}

.m-part01_header {
    text-align: center;
    height: .5rem;
    line-height: 1;
    margin-bottom: .1rem;    
    margin-top: -.4rem;
}

.m-part01_header span {
    color: #a93831;
    font-size: .36rem;
    display: inline-block;
    border-left: 1px solid #d0a263;
    border-right: 1px solid #d0a263;
    background-color: #eae2d7;
    padding: 0 .15rem;
}

.m-part_main {
    font-size: .28rem;
    color: #572b10;
    line-height: 1.8;
}

.m-part_main p {
    text-indent: 2em;
    text-align: justify;
}

.m-part_main a,
.m-part_main a:link {
    color: #be1315;
}

.m-part_main a:hover {
    color: #af191e;
}

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

.m-public_header {
    text-align: center;
    font-size: 0;
}

.m-public_title {
    display: inline-block;
}

.m-public_title img {
    height: auto;
    width: 100%;
}

.m-part02_swiper {
    margin-top: .2rem;
    position: relative;
    margin-bottom: .3rem;
}

.m-part02_swiper .swiper {
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
}

.m-part02 .m-photo_box {
    position: relative;
    display: block;
}

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

.m-part02 .m-photo_tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
}

.m-part02 .m-photo_tips .m-photo_title {
    min-height: .8rem;
    display: table-cell;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    vertical-align: middle;
    padding: .1rem 1rem .1rem .2rem;
    font-size: .2rem;
}

.m-part02 .m-part02_pagination {
    text-align: center;
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    height: .3rem;
}

.m-part02 .m-part02_pagination .swiper-pagination-switch {
    background-color: #b21d23;
    width: .3rem;
    height: .3rem;
    opacity: .7;
    border-radius: 0;
    position: relative;   
    margin: 0px .05rem;
}

.m-part02 .m-part02_pagination .swiper-active-switch {
    opacity: 1;
}

.m-part02 .m-part02_pagination .swiper-pagination-switch::after {
    line-height: .3rem;
    font-size: .2rem;   
    color: #fff;
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(1):after {
    content: '1';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(2):after {
    content: '2';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(3):after {
    content: '3';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(4):after {
    content: '4';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(5):after {
    content: '5';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(6):after {
    content: '6';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(7):after {
    content: '7';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(8):after {
    content: '8';
}

.m-part02 .m-part02_pagination .swiper-pagination-switch:nth-child(9):after {
    content: '9';
}

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

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

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

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


.m-photo_items {
    display: block;
}


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

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

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

.m-photo_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-photo_item .m-box_title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: .2rem;
}

.m-part04 {
    margin-top: .6rem;
}

.m-part04 .m-part_main {
    margin-top: .1rem;
}

.m-part04_videos {
    position: relative;
}

.m-part04_more {
    text-align: right;
}

.m-part04_more a,
.m-part04_more a:link {
    color: #be1315;
    font-size: .28rem;
}

.m-part04 .m-box_photo,
.m-part05 .m-box_photo,
.m-part06 .m-box_photo {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.m-part04 .m-photo_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;
}

.m-part05 {
    margin-top: .6rem;
}

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

.m-part05_work .m-photo_items {
    margin: 0 0;
}

.m-part05_work .m-photo_item {
    width: 3.5rem;
    display: inline-block;
    padding: .1rem;
}

.m-part06 {
    margin-top: .6rem;
}

.m-part06 .m-public_header {
    margin-bottom: .2rem;
}

.m-part06 .m-public_title {
    width: 60%;
}

.m-part06-swiper {
    position: relative;
    margin-top: .2rem;
}

.m-part06-swiper .m-photo_item {
    width: 100%;
}
.m-part06-swiper .m-photo_item .m-box_photo{
    height: 4.1rem;
    box-shadow: none;
}

.m-part06-swiper .m-show-swiper_prev {
    left: .3rem;
}

.m-part06-swiper .m-show-swiper_next {
    left: auto;
    right: .3rem;
}


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

.m-footer-container {
    margin: 0 auto;
    position: relative;
    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 .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: #fff;
    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;
}