.body-m {
    width: 100%;
    background-color:#fff;
}
.body-m img {
    width: 100%;
    height: auto;
    display: block;
}
.m-container {
    width: 96%;
    margin: 0px auto;
}

.m-header {
    background: url(../images/header.jpg) no-repeat;
}

.m-header_table {
    display: flex;
    height: 1.2rem;
    justify-content: center;
    position: relative;
    align-items: center;
}

.m-header_left {
    width: 3.6rem;
}

.m-header_left .m-logo {
    height: 0;
    padding-bottom: 22.140221%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.m-menu_back{
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-menu_back i{
    width: .6rem;
    height: .06rem;
    background-color: #fff;
    position: relative;
    display: block;
    border-radius: .1rem;
}
.m-menu_back i::before,
.m-menu_back i::after{
    content: '\20';
    width: .6rem;
    height: .06rem;    
    background-color: #fff;
    position: absolute;
    top: -.2rem;
    left: 0;   
    border-radius: .1rem;
    transition: all 200ms ease-in;
}
.m-menu_back i::after{
    width: .6rem;
    top: auto;
    bottom: -.2rem;    
    border-radius: .1rem;
}
.m-menu_back.active i{
    background-color: transparent;
    margin-top: .35rem;
}
.m-menu_back.active i::after{
    width: .6rem;
    transform: rotate(45deg);
    top: -.20rem;
}
.m-menu_back.active i::before{
    transform: rotate(-45deg);
    bottom: -.20rem;
}
.m-menu_mask{
    top:100%;
    transition: 300ms all ease-in;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
}
.m-menu_mask.active{
    top: 1.2rem;
    overflow-y: scroll;    
    -webkit-overflow-scrolling: touch;    
    background-color: #bf2a24;
}
.m-menu{
    width: 100%;
    padding: .3rem 0;
}
.m-menu li{
   height: .8rem; 
   font-size: .32rem;
   line-height: .8rem;
   text-align: center;
   border-top: 1px solid #9d1913;
}
.m-menu li a{    
    border-top: 2px solid #d72b23;
    display: block;
    color: #fff;
}
.m-menu li a:hover{
    color: #fcef06;
}

.m-body {
    padding: .4rem 0;
}

.m-box-1 {
    display: flex;
    flex-direction: column;
}

.m-box-1_left {
    display: flex;
    flex-direction: column;
}

.m-public_header {
    text-align: left;
    position: relative;
}

.m-public_title {
    position: relative;
    padding-top: .1rem;
    line-height: 1;
    font-size: .28rem;
}

.m-public_title .en {
    color: #888;
    font-style: italic;
    text-transform: uppercase;
    display: block;
}

.m-public_title .cn {
    color: #bf2a23;
    margin-top: .1rem;
}

.m-public_title::before {
    content: '\20';
    height: 1px;
    background-color: #bf2a23;
    width: .9rem;
    position: absolute;
    top: 0;
    left: 0;
}

.m-public_more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.12rem;
    font-size: .24rem;
    line-height: 1;
}

.m-public_more a {
    color: #888;
}

.m-public_more a:hover {
    color: #bf2a23;
}

.m-news_main {
    margin-top: .3rem;
    border: 1px solid #bf2a23;
    padding: .1rem;
}

.m-news_main .box_left {

}

.m-news_main .box_left_slide {
    position: relative;
}

.m-news_main .box_left_photo {
    height: 0;
    padding-bottom: 56.511628%;
    overflow: hidden;
    display: block;
}

.m-news_main .box_left_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: .5rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    font-size: .2rem;
}

.m-news_main .box_right {    
    margin-top: .3rem;
}

.m-news_main .box_right_main {
    position: relative;
}

.m-news_main .box_right_main .top {
    margin-top: -5px;
}

.m-news_main .box_right_main .top_title {
    color: #bf2a23;
    font-size: .28rem;
}

.m-news_main .box_right_main .top_info {
    color: #888;
    font-size: .22rem;
    padding: .1rem 0;
    line-height: 1.6;
}

.m-news_main .box_right_main .items {
    margin-top: .05rem;
}

.m-news_main .box_right_main .items li {
    font-size: .24rem;
    padding: .02rem 0;
}

.m-box-1_right {
    margin-top: .3rem;    
}

.m-box-1_right .m-about {
    background: url(../images/z_bg.jpg);
    height: 6rem;
    padding: .2rem .25rem;
    display: flex;
}

.m-box-1_right .m-about_intor {
    height: 100%;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    width: 5.8rem;
    color: #fff;
    line-height: 1.6;
}

.m-box-1_right .m-about_intor p {
    font-size: .26rem;
    margin: 0px .2rem;
}

.m-box-1_right .m-about_intor a {
    color: #fff;
}

.m-box-1_right .m-about_intor a:hover {
    color: #f2dca5;
}

.m-box-1_right .m-about_title {
    width: .8rem;
    color: #fff;
    font-size: .36rem;
    height: 100%;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    position: relative;
    font-weight: bold;
}

.m-box-1_right .m-about_title::before {
    position: absolute;
    content: '\20';
    top: 0;
    bottom: 0;
    left: 2px;
    background-color: #9d1913;
    width: 1px;
}

.m-box-1_right .m-about_title::after {
    position: absolute;
    content: '\20';
    top: 0;
    bottom: 0;
    left: 0px;
    background-color: #d72b23;
    width: 2px;
}

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

.m-box-swiper {
    margin-top: .3rem;
}

.m-box-2 .m-box-swiper .swiper {
   
}

.m-box-2 .m-box-swiper .m-items {
    
}

.m-box-2 .m-box-swiper .m-item {
    padding: .1rem 0;    
}

.m-box-2 .m-box-swiper .m-item_main {
    background-color: #fff;
    padding: .2rem;
    border: 1px solid #ddd;
}

.m-box-2 .m-box-swiper .m-item_cell {

}

.m-box-2 .m-box-swiper .m-item_main .title {
    color: #bf2a23;
    font-size: .28rem;
    text-align: center;
    font-weight: bold;
}

.m-box-2 .m-box-swiper .m-item_main .intor {
    color: #888;
    padding: .2rem 0;
    font-size: .2rem;
    line-height: 1.8;
    text-indent: 2em;
}



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

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

.m-box-3 .m-item {   
    padding: .2rem 0;
}

.m-box-3 .m-item_box {
    display: block;
}

.m-box-3 .m-item_box .photo {
    height: 0;
    padding-bottom: 74.883721%;
    overflow: hidden;
}

.m-box-3 .m-item_box .title {
    color: #bf2a23;
    font-size: .24rem;
    margin-top: .2rem;
    display: block;
}

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



.m-box-4 .m-swiper {
    position: relative;
    margin-top: .4rem;
}

.m-box-4 .m-slide {
    display: flex;
    flex-direction: column-reverse;
}

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

.m-box-4 .m-swiper .swiper .swiper-slide-active .m-slide_left {
    opacity: 1;
}

.m-box-4 .m-slide_left .m-videoinfos {
    position: relative;
}

.m-box-4 .m-slide_left .m-videoinfos .title {
    font-size: .24rem;
    color: #bf2a23;
}

.m-box-4 .m-slide_left .m-videoinfos .intor {
    color: #888;
    font-size: .2rem;
    margin-top: .2rem;
    line-height: 1.5;
}

.m-box-4 .m-slide_left .m-videoinfos .more {
    color: #fff;
    background-color: #a50100;
    display: inline-block;
    margin-top: .1rem;
    padding: .2rem .3rem;
    line-height: 1;
    font-size: .3rem;
}

.m-box-4 .m-slide_left .m-videoinfos .more:hover {
    color: #f2dca5;
}

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

.m-box-4 .m-slide_right .videos {
    position: relative;
    z-index: 2;
}

.m-box-4 .m-slide_right .videos_img {
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-box-4 .m-slide_right .videos_play {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, .5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
}

.m-box-4 .m-slide_right .videos_play::before {
    content: '\20';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    border-top: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    border-left: .45rem solid #a50100;
    transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
}

.m-footer {
    background-color: #bf2b22;
    padding: .3rem 0 .4rem;
    margin-top: .3rem;
    color: #fff;
}

.m-footer .m-ftmian {
    display: flex;
    flex-direction: column;
}

.m-footer .m-ftmian_box {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.m-footer .m-ftmian .m-ftmian_box:first-child {
    text-align: center;
}

.m-footer .m-ftmian .m-ftmian_box:last-child {
    text-align: center;
}

.m-footer .m-ftmian_box .m-contact {
    position: relative;
}

.m-footer .m-ftmian_box .m-icons {
    display: flex;
    justify-content: center;
}

.m-footer .m-ftmian_box .m-icon {
    width: .55rem;
    height: .55rem;
    background-color: #fff;
    border-radius: 50%;
    margin-right: .15rem;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: relative;
}

.m-footer .m-ftmian_box .m-icon.blog {
    background-image: url(../images/iocn_blog.png);
}

.m-footer .m-ftmian_box .m-icon.weibo {
    background-image: url(../images/iocn_weibo.png);
}

.m-footer .m-ftmian_box .m-icon.wechat {
    background-image: url(../images/iocn_wechat.png);
}

.m-footer .m-ftmian_box .m-icon.zfb {
    background-image: url(../images/iocn_zfb.png);
}

.m-footer .m-ftmian_box .m-icon.fkt {
    background-image: url(../images/iocn_fu.png);
}

.m-footer .m-ftmian_box .m-icon.efb {
    background-image: url(../images/iocn_e.png);
}

.m-footer .m-ftmian_box .m-pupWachat {
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.m-footer .m-ftmian_box .m-infos {
    padding-top: .2rem;
    font-size: .22rem;
}

.m-footer .m-ftmian_box .m-infos p {
    font-size: .22rem;
    padding: .1rem 0;
}

.m-footer .m-ftmian_box .m-infos a {
    color: #fff;
}

.m-footer .m-ftmian_box .m-infos a:hover {
    color: #f2dca5;
}

.m-footer .m-ftmian_box .m-pay {
   display: flex;
   justify-content: center;
   flex-direction: column;
   margin-top: .3rem;
}

.m-footer .m-ftmian_box .m-pay_title {
    font-size: .22rem;
    margin-bottom: .2rem;
}

.m-links{
    background-color: #fff;
    padding: .5rem 0 .3rem;
}

.m-links .m-lmian {
    font-size: 0;
}
.m-links .m-lmian ul li{
    display: inline-block;
    font-size: .22rem;
    margin: 0 .1rem;
}
.m-links .m-lmian ul li a{
    color: #000;
}
.m-links .m-lmian ul li a:hover{
    color: #bf2a23;
}

/*列表页*/
.m-listMain{
      
}
.m-listMain .m-item {
    padding: .3rem;
}

.m-listMain .m-item_box {
    display: block;
}

.m-listMain  .m-item_box .photo {
    height: 0;
    padding-bottom: 74.883721%;
    overflow: hidden;
}

.m-listMain .m-item_box .title {
    color: #bf2a23;
    font-size: .24rem;
    margin-top: .2rem;
    display: block;
}


.m-itemMains {
    position: relative;
}

.m-itemMains .m-listBox {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
}

.m-itemMains .m-listBox_left {
  display: block;
}

.m-itemMains .m-listBox_photo {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.097561%;
}

.m-itemMains .m-listBox_right {
    margin-top: .3rem;
}

.m-itemMains .m-listBox_right .m-title {
    color: #bf2a23;
    font-size: .28rem;
}

.m-itemMains .m-listBox_right .m-intor {
    font-size: .24rem;
    color: #666;
    margin: .2rem 0;
}

.m-itemMains .m-listBox_right .m-time {
    color: #adadad;
    text-align: right;
    font-size: .24rem;
}


.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: 35%;
}

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

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

.m-pagination .no {
    
}

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

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