.body-m {
    width: 100%;
    overflow: hidden;
    min-height: 13rem;
    background: url(../images/back.jpg) no-repeat;
    background-size:contain;    
    background-color:#241f19;
    font-size: 0;
}


.m-header {
    padding-top: .6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-header .m-header_logo {
    width: 1.1rem;
    height: 1.1rem;
}

.m-header .m-header_banner {
    width: 90%;
    margin-top: .5rem;
    height: 0;
    padding-bottom: 21.870048%;
}

.m-header .m-header_logo img,
.m-header .m-header_banner img {
    width: 100%;
    height: auto;
}

.m-header .m-header_text {
    height: .5rem;
    background-color: #971e13;
    position: relative;
    width: 96%;
    margin-top: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-header .m-header_text::before,
.m-header .m-header_text::after {
    content: '\20';
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    position: absolute;
}

.m-header .m-header_text::before {
    top: -.1rem;
}

.m-header .m-header_text::after {
    bottom: -.1rem;
}

.m-header .m-header_text span {
    color: #fff;
    font-size: .24rem;
}

.m-body {
    position: relative;
    padding-top: .9rem;
}

.m-container {
    width: 96%;
    margin: 0 auto;
}

.m-show_main {
    position: relative;
}

.m-show_slide {
    padding: 0;
}

.m-show_slide-photo {
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.m-show .swiper-slide {
    opacity: .8;
}

.m-show .swiper-slide-active {
    opacity: 1;
}

.m-show-swiper_prev,
.m-show-swiper_next {
    background: rgba(0, 0, 0, .6);
    width: .7rem;
    height: .7rem;
    border-radius: .7rem;
    position: absolute;
    top: 50%;
    margin-top: -.35rem;
    left: .1rem;
    cursor: pointer;
    z-index: 2;
    background-image: url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:25%;
}

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

.m-slogan {
    margin-top: .5rem;
    background-color: #971e13;
    padding: .3rem .3rem;
    line-height: 2.2;
}

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

.m-bigtitle {
    margin-top: 1rem;
    background: url(../images/title_back.png) no-repeat;
    background-size:contain;
    height: 0;
    padding-bottom: 11.642857%;
    text-align: center;
    padding-top: .05rem;
}

.m-bigtitle h2 {
    color: #f2dca5;
    font-size: .3rem;
}

.m-public-head {
    height: .5rem;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*2021-01-06*/
.m-public-title {
    font-size: .36rem;
    color: #f2dca5;
    line-height: 1;
    position: relative;
    height: .36rem;
}
.m-public-title img{
    width: auto;
    height: .36rem;
} 
.m-public-title::before,
.m-public-title::after {
    content: '\20';
    width: 1rem;
    height: .15rem;
    background: url(../images/bf.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    margin-top: -.075rem;
}

.m-public-title::after {
    left: auto;
    right: -1.2rem;
    background: url(../images/af.png) no-repeat;    
    background-size: contain;
}
.m-public-bottom{
    margin-top: .5rem;
    display: flex;
    justify-content: flex-end;
}
.m-public-more {
    width: 1.5rem;
    padding-right: .5rem;
    font-size: .26rem;
    background: url(../images/more.png) no-repeat;
    background-size:20%;
    display: block;
    line-height: 1;
    top: 50%;
    margin-top: -.1rem;
    background-position: right center;
    text-align: right;
}

.m-box-1 {
    margin-top: .5rem;
}
.m-box-1 .m-public-bottom{
    padding-right: 2%;
}
.m-box-1 .m-mains {
    margin-top: .8rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.m-box-1 .m-mains .swiper {
    overflow: visible;
    padding-bottom: .8rem;
}

.m-box-1 .m-mains .swiper-slide {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.m-box-1 .m-mains .swiper-slide-visible {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next {
    margin-right: 0;
}

.m-box-1 .m-mains .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.m-box-1 .m-mains_slide {
    position: relative;
    width: 4.85rem;
}

.m-box-1 .m-mains_slide-photo {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.m-box-1 .m-mains_slide .m-play {
    position: absolute;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    display: block;
    bottom: -.5rem;
    margin-left: -.5rem;
    opacity: 0;
}

.m-box-1 .m-mains .m-mains_slide .m-intor {
    display: none;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-active .m-mains_slide .m-intor {
    background-color: #2f281f;
    padding: .1rem .15rem;
    position: absolute;
    bottom: -1.4rem;
    left: 0;
    right: 0;
    display: block;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-active .m-mains_slide .m-intor .m-name {
    color: #f2dca5;
    font-size: .2rem;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-active .m-mains_slide .m-intor .m-post {
    color: #f2dca5;
    font-size: .2rem;
    margin-top: .1rem;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-active .m-mains_slide .m-play {
    opacity: 1;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next .m-mains_slide .m-intor {
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(242, 220, 165, .5);
    padding: .15rem .25rem;
    position: absolute;
    bottom: .2rem;
    left: .2rem;
    right: .2rem;
    top: .2rem;
    display: block;
    padding-top: .2rem;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next .m-mains_slide .m-intor .m-name {
    color: #fff;
    font-size: .2rem!important;
    line-height: 2;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next .m-mains_slide .m-intor .m-name span {
    display: block;
    font-size: .2rem!important;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next .m-mains_slide .m-intor .m-post {
    color: #fff;
    font-size: .2rem;
    margin-top: .1rem;
    line-height: 2;
}

.m-box-1 .m-mains .swiper-slide-visible.swiper-slide-next .m-mains_slide .m-intor .m-post span {
    display: block;
    font-size: .22rem!important;
}

.m-box-1 .m-mains_slide-photo img {
    width: 100%;
    height: auto;
}

.m-box-1 .m-topic-pagination {
    position: absolute;
    bottom: -1rem;
    right: .5rem;
    text-align: center;
    width: 2rem;
}

.m-box-1 .m-topic-pagination::before {
    content: '\20';
    height: .45rem;
    position: absolute;
    width: .02rem;
    left: 50%;
    margin-left: -1px;
    border-radius: 1px;
    top: 0;
    background-color: #f2dca5;
}

.m-box-1 .m-topic-pagination .m-topic-prev,
.m-box-1 .m-topic-pagination .m-topic-next {
    position: absolute;
    left: 0;
    width: .22rem;
    height: .36rem;
    top: 0;
    background: url(../images/arrow_left.png) no-repeat;
    background-size:contain;
    background-size: .18rem .32rem;
    cursor: pointer;
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    background-position: center;
}

.m-box-1 .m-topic-pagination .m-topic-prev:hover {
    background: url(../images/h_left.png) no-repeat;
    background-size: contain;
}

.m-box-1 .m-topic-pagination .m-topic-next {
    background-image: url(../images/arrow_right.png);
    background-size: .18rem .32rem;
    left: auto;
    right: 0;
}

.m-box-1 .m-topic-pagination .m-topic-next:hover {
    background-image: url(../images/h_right.png);
    background-size: contain;
}

.m-box-2 {
    margin-top: .8rem;
}

.m-box-2 .m-mains {
    margin-top: .8rem;
    padding: 0;
}

.m-box-2 .m-mains .swiper {
    padding: 0;
    height: auto;
}

.m-box-2 .m-mains_slide {
    background: url(../images/t_column.png) no-repeat;
    background-position: 1.5rem 1.3rem;
    background-color: #2f281f;
    height: auto;
    padding: .1rem;
}

.m-box-2 .m-mains_slide .m-content {
    position: relative;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.m-box-2 .m-mains .swiper .m-mains_slide {
    background: url(../images/t_column.png) no-repeat;
    background-position: 1.5rem 1.5rem;
    background-color: #2f281f;
    height: auto;
    padding: 0;
}

/*2021-01-06*/
.m-box-2 .m-mains_slide .m-content_image {
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}

.m-box-2 .m-mains_slide .m-content_image img {
    width: 100%;
    height: auto;
}

.m-box-2 .m-mains_slide .m-content_intor {
    width: 100%;
    display:block;
    padding: .3rem;
    color: #fff;
    line-height: 2;
}

.m-box-2 .m-mains_slide .m-content_intor .m-name {
    font-size: .22rem;
}

.m-box-2 .m-mains_slide .m-content_intor .m-name span {
    display: block;
    font-size: .24rem;
}

.m-box-2 .m-mains_slide .m-content_intor .m-post {
    font-size: .2rem;
    margin-top: .1rem;
}

.m-box-2 .m-mains_slide .m-content_intor .m-post span {
    display: block;
    font-size: .24rem;
}

.m-box-2 .m-column-prev,
.m-box-2 .m-column-next {
    background: rgba(0, 0, 0, .6);
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    border: 1px solid #b79877;
    position: absolute;
    top: 40%;
    margin-top: -.35rem;
    left: .2rem;
    cursor: pointer;
    z-index: 2;
    background-image: url(../images/h_left.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6);
    background-size:30%;
}

.m-box-2 .m-column-next {
    left: auto;
    right: .2rem;
    background-image: url(../images/h_right.png);
}

.m-box-3 {
    margin-top: 1rem;
}
.m-box-3.m-sub{
    margin-top: .3rem;
}
/*2021-01-06*/
.m-box-3 .m-mains {
    position: relative;
    padding-bottom: .5rem;
    font-size: 0;
    margin: 0px 0;
}

.m-box-3 .m-mains_item {
    padding: .3rem 0;
    display: inline-block;
}

.m-box-3 .m-mains_item .m-content {
    background-color: #2f281f;
    border: 1px solid #f2dca5;
}

.m-box-3 .m-mains_item .m-content_photo {
    font-size: 0;
}
/*2021-01-06*/
.m-box-3 .m-mains_item .m-content_image {
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}
/*2021-01-06end*/
.m-box-3 .m-mains_item .m-content_image img {
    width: 100%;
    height: auto;
}

.m-box-3 .m-mains_item .m-content_intor {
    padding: .1rem .2rem;
    padding-top: .5rem;
    color: #f2dca5;
    font-size: .24rem;
}

.m-box-3 .m-mains_item .m-content_list {
    display: table;
    width: 100%;
    margin-bottom: .1rem;
}

.m-box-3 .m-mains_item .m-content_list p {
    display: table-cell;
    vertical-align: top;
    margin-top: .1rem;
    text-align: left;
}


.m-box-3 .m-mains_item .m-content_list p.l-1 {
    width: 1.5rem;
}
.m-box-3 .m-mains_item .m-content_list p.l-0 {
    width: 2.4rem;
}
.m-box-3 .m-mains_item .m-content_list p.l-2 {
    width: 1.2rem;
}

.m-host-pagination {
    text-align: center;
    left: 0;
    right: 0;
    font-size: 0;
}

.m-host-pagination .swiper-pagination-switch {
    background-color: #2f281f;
    width: .5rem;
    height: .02rem;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
}

.m-host-pagination .swiper-active-switch {
    background-color: #f2dca5;
    height: .05rem;
    width: 1rem;
    border-radius: 0;
}

.m-box-4 {
    margin-top: .8rem;
}

.m-box-4 .m-mains {
    margin-top: .6rem;
    display: flex;
    flex-direction: column;
}

.m-box-4 .m-mains_left {
    display: block;
}

.m-box-4 .m-mains_photo {
    position: relative;
}

.m-box-4 .m-mains_image {
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}

.m-box-4 .m-mains_image img {
    width: 100%;
    height: auto;
}

.m-box-4 .m-mains_left .m-mains_title {
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem;
    color: #fff;
    position: absolute;
}

.m-box-4 .m-mains_left .m-mains_title p {
    font-size: .24rem;
    padding: .05rem 0;
}

.m-box-4 .m-mains_right {
    margin-top: .5rem;
    display: block;
}

.m-box-4 .m-mains_right_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.m-box-4 .m-mains_right_item {
    width: 48%;
    padding: .2rem 0;
}

.m-box-4 .m-mains_right .m-mains_title {
    margin-top: .05rem;
}

.m-box-4 .m-mains_right .m-mains_title p {
    font-size: .24rem;
    padding-top: .05rem;
}

.m-box-5 {
    margin-top: .6rem;
}

.m-box-5 .m-mains {
    margin-top: .6rem;
    margin-right: 0;
}

.m-box-5 .m-bit_items {
    position: relative;
}

.m-box-5 .m-bit_item {
    width: 4rem;
    vertical-align: top;
    display: inline-block;
    margin-right: .3rem;
}

.m-box-5 .m-bit_item_photo {
    position: relative;
}

.m-box-5 .m-bit_item_image {
    padding-bottom: 56.25%;
    height: 0;
    font-size: 0;
}

.m-box-5 .m-bit_item_image img {
    width: 100%;
    height: 2.25rem;
    display: block;
}

.m-box-5 .m-bit_item_infos {
    font-size: .24rem;
    color: #fff;
    padding: .2rem;
    transition: all 200ms ease;    
}

.m-box-5 .m-bit_item:hover .m-bit_item_infos {
    background-color: #f2dca5;
    color: #000;
}

.m-box-5 .m-bit_item_infos .title {
    margin-top: .1rem;
    font-size: .24rem;    
    white-space:normal;
    min-height: .7rem;
}

.m-pagination {
    text-align: center;
    margin-top: .4rem;
    font-size: .2rem;
    color: #fff;
}

.m-pagination .prev,
.m-pagination .next {
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.m-pagination .prev {
    background-image: url(../images/arrow__news-left.png);
    margin-right: .15rem;
}

.m-pagination .next {
    background-image: url(../images/arrow__news-right.png);
    margin-left: .15rem;
}

.m-pagination .no {
    
}

.m-pagination a {
    display: inline-block;
    vertical-align: middle;
    margin: .1rem 0rem;
    font-size: .24rem;
    color: #fff;
    min-width: .3rem;
    height: .5rem;
    border-radius: .5rem;
    line-height: .5rem;
    padding: 0px .2rem;    
}
.m-pagination a.m-pg{
    border: 1px solid #fff;
}

.m-pagination a.active {
    color: #feb101;
}
.m-pagination .m-pagination_input{
    display: inline-block;
    vertical-align: middle;
    margin: 0 .05rem;
    font-size: .2rem;
    color: #fff;
    width: .8rem;
    height: .5rem;
    border-radius: .5rem;
    border: 1px solid #fff;
    line-height: .5rem;
    padding: 0px .08rem;
    text-align: center;
    background-color: #2f281f;
}
.m-pagination .m-pagination_button{
    background-color: transparent;
    border: none;
    margin-left: .15rem;
    cursor: pointer;
    color: #fff;
}

.body-m.m-conPage{
    background: url(../images/con_back.png) no-repeat;
    background-color: #241f19;
    background-size:contain;
}
.m-contmain{
    position: relative;
}
.m-contmain-title{
    font-size: .32rem;
    text-align: center;
    color: #f2dca5;
    font-weight: bold;
}
.m-contmain-video{
   padding: .8rem 0;
}
/*2021-01-06*/
.m-contmain-videoBox{
    padding-bottom: 56.25%;
    position: relative;
}
.m-contmain-intro{
    text-align: left;
    line-height: 1;
    font-size: .24rem;
}
.m-contmain-intro p{
    padding: .1rem 0;
    color: #f2dca5;
}
.m-contmain-video .video-js .vjs-big-play-button{
    width: .98rem;
    height: 1.16rem;
    margin-left: -.49rem;
    background-size:contain;
    margin-top: -.58rem;
}

.m-footer {
    border-top:.02rem solid #f2dca5;
    margin-top: .5rem;
    padding: .1rem 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    color: #f5dd99;
    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: #f5dd99;
    margin: 0px .1rem;
}
.m-footer_info_menu a:hover {
    color: #f5dd99;
}
.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: #f5dd99;
    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;
}