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


.m-header {
    height: 4.5rem;
    background: url(../images/banner.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
    text-align: center;
    padding-top: .2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.m-header .m-banner{
    width: 5rem;
    height: 1.72rem;
    background: url(../images/banner-text.png) no-repeat;
    background-size: contain;
    font-size: 0;
}
.m-header .m-host{
    margin-top: .4rem;
    color: #ffe641;
    font-size: .24rem;
}
.m-header .m-host p{
    padding: .03rem 0;
}
.m-body {
    position: relative;
    background-size: cover;
    padding-bottom: .8rem;
    background-position: center bottom;        
    background: url(../images/back.jpg) no-repeat;    
    background-size: 100% auto;
}
.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.m-public_bg{
    background-color: #fff;
    border-radius: .3rem;
    padding: .3rem .2rem;
    padding-bottom: .5rem;
    position: relative;
}
.m-public_header{
    position: relative;
    text-align: center;
    z-index: 1;
}

.m-public_title{
    width: 3.32rem;
    height:.95rem;
    background:url(../images/title_back.png) no-repeat;
    background-size:contain;
    line-height: 1;
    text-align: center;
    padding-top: .35rem;
    display: inline-block;
}
.m-public_title span{
    color: #ff4800;
    font-size: .36rem;
}
.m-part01{
   position: relative;
}
.m-part01::after{
    content: '\20';
    width: 2.6rem;
    height: 2.68rem;
    background: url(../images/icon_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -.15rem;
    bottom: 0;
}
.m-part01 .m-purpose_infos{
    font-size: .24rem;
    line-height: 1.8;
    text-indent: 2em;
    margin-top: .2rem;
}
.m-part01 .m-unit{
    background-color: #f2f2f2;
    border-radius: .3rem;
    padding: .2rem .3rem .2rem;
    margin-top: .3rem;
}
.m-part01 .m-daily{
    margin-top: .5rem;
}

.m-daily_main {   
    margin-top: .2rem;
    position: relative;
    z-index: 1;
}

.m-daily_tabs {
    text-align: center;
    display: flex;
    padding: 0 .2rem;
}

.m-daily_tabs li {
    height: .5rem;
    width: 33.33333%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
}

.m-daily_tabs li.active {
    background: #ce0000; 
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    border-top: none;
}
.m-daily_tabs li .m-week {
    color: #333;
    font-size: .24rem;
}
.m-daily_tabs li .m-week span{
    font-size: .2rem;
}
.m-daily_tabs li.active .m-week{
    color: #fff; 
}
.m-daily_swiper {
    border: 1px solid #e10000;
    border-radius: .1rem;
}

.m-daily-slide {
    position: relative;   
}
.m-daily-slide table{
    width: 100%;
    border-collapse: collapse;
}
.m-daily-slide table td{
    padding: .2rem;
    text-align: left;
    vertical-align: middle;
    font-size: .24rem;
    padding-left: .2rem;
    color: #111;    
    border-bottom: 1px solid #dfb3b1;
}

.m-daily-slide table td:not(:last-child){
    border-right: 1px solid #dfb3b1;
}

.m-daily-slide table tr:last-child td{
    border-bottom: none;
}
.m-daily-slide table td:first-child{
    width: 1rem;
    color: #9e1611;
    font-size: .24rem;
    text-align: center;
    padding-left: 0;
}
.m-daily-slide table td:nth-child(2){
    width: 1rem;
}
.m-daily-slide table td:nth-child(3){
    width: 2.3rem;
}
.m-daily-slide ul{
    padding: 0;
}
.m-daily-slide ul li{
    list-style-type:none;
    padding: .03rem 0;
    font-size: .2rem;
}

.m-part02,
.m-part04{
    margin-top: .5rem;
    min-height: 2rem;
}
.m-part02::after,
.m-part04::after{
    content: '\20';
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/iocn_line.jpg) no-repeat;
    background-size:contain;
    position: absolute;
    border-radius: .3rem;
    height: 0;
    padding-bottom: 68%;
}
.m-part02_main{
    margin-top: .4rem;
    position: relative;
    z-index: 1;
}
.m-part02_title{
    text-align: center;
    font-size: .32rem;
    font-weight: bold;
}

.m-part02_table{
    display: flex;
    flex-direction: column;
}
.m-part02_cell{
  
}
.m-part02_cell:first-child{
   margin-top: .3rem;
}
.m-part02_cell:last-child{
    margin-top: .3rem;
}
.m-part02_cell .m-photo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 3rem;
}
.m-part02_cell .m-intor{
    font-size: .18rem;
}
.m-part02_cell .m-intor p{
    text-indent: 2em;
    line-height: 1.6;
}
.m-part03{
    margin-top: .4rem;
}
.m-part03 .m-address_items{
    position: relative;
}
.m-part03 .m-address_item{
    margin-top: .2rem;
}
.m-part03 .m-address_box{
    font-size: 0;
    background-color: #f2f2f2;
    padding: .2rem;
    display: flex;
    flex-direction: column;
}
.m-part03 .m-address_photo{    
    vertical-align: top;
}
.m-part03 .m-address_photo_img{
    height: 3.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.m-part03 .m-address_infos{
    margin-top: .2rem;
    text-align: center;
}
.m-part03 .m-address_infos .m-title{
    background-color: #b10000;
    border-radius: .4rem;
    color: #fff;
    font-size: .2rem;
    display: inline-block;
    padding: .1rem .2rem;
}
.m-part03 .m-address_infos .m-title span{
    font-size: .24rem;
    display: inline-block;
    margin-right: .1rem;
}
.m-part03 .m-address_infos .m-intor{
    margin-top: .2rem;
    text-indent: 2em;
    font-size: .18rem;
    text-align: left;
    line-height: 1.6;
}
.m-part03 .m-address_infos .m-intor span{
    color: #bb2424;
}

.m-part03 .m-preside{
    margin-top: .3rem;
}
.m-part03 .m-preside .m-address_box{
    margin-top: .2rem;
}
.m-part04_main{
    
}
.m-part04-swiper{
    position: relative;      
    margin-top: .3rem;
}

.m-part04-swiper .swiper{
    overflow: hidden;
}
.m-part04-slide{
    position: relative;
    display: block;
}

.m-part04-slide .m-photo{
    height: 3.8rem;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    position: relative;    
    box-shadow:0 0 .3rem rgba(0, 0, 0, .45) ;
}
.m-part04-slide .m-photo::before{
    content: '\20';
    bottom: 0;
    right: 0;
    left:0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
}
.m-part04-slide .m-title{
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}
.m-part04-slide .m-title span{
    font-size: .2rem;
}

.m-part04-swiper .swiper-slide-active .m-part04-slide .m-photo::before{
    opacity: 0;
}
.m-part04_infos{
    font-size: .24rem;
    line-height: 1.8;
}
.m-part04-swiper_prev,
.m-part04-swiper_next{
    position: absolute;
    left: .1rem;
    top: 50%;
    width: .47rem;
    height: .9rem;
    background-image: url(../images/arrow_left.png);
    background-size:contain;
    background-repeat: no-repeat;
    opacity: .5;
    z-index: 9;
    cursor: pointer;
    margin-top: -.45rem;
}
.m-part04-swiper_next{
    left: auto;
    right: .1rem;
    background-image: url(../images/arrow_right.png);
}
.m-part04-swiper_prev:hover,
.m-part04-swiper_next:hover{
    opacity: 1;
}

.m-inner{
    margin-top: .4rem;
    background: url(../images/inner_bg.jpg) no-repeat;
    padding: .5rem 0 .6rem;
    background-size: cover;
}
.m-part05{
    position: relative;
}

.m-part05 .m-public_title{
    width: 3.33rem;
    background:url(../images/title_backTwo.png) no-repeat;
    background-size: contain;
}
.m-part05  .m-public_title span{
    color: #ffde00;
    letter-spacing:0px;
}
.m-part05_swiper{
    position: relative;
    margin-top: .3rem;
}
.m-part05-slide{
   display: flex;
   flex-direction: column;
}
.m-part05-slide_left{
    
}
.m-part05-slide_photobig{
    position: relative;
}
.m-photos{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    display: block;
}
.m-part05-slide_photobig .m-photos{
    height: 4rem;
}
.m-part05-slide_right{
   margin-top: .2rem;
}
.m-part05-slide_right .m-part05_items{
    font-size: 0;
    margin: 0px -.1rem;
    margin-top: -.1rem;
}
.m-part05-slide_right .m-part05_item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: .1rem;
}
.m-part05-slide_right .m-part05_item-photo{
    position: relative;
}
.m-part05-slide_right .m-part05_item-photo .m-photos{
    height: 2rem;
}
.m-part05-slide .m-title{
    background-color: rgba(0, 0, 0, .6);
    min-height: .6rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .2rem;
    z-index: 2;
    display: table;
    width: 100%;
}
.m-part05-slide .m-title span{
    display: table-cell;
    vertical-align: middle;
}
.m-part05-slide .m-part05-slide_right .m-title{
    font-size: .18rem;
    min-height: .5rem;
}
.m-part05-swiper_prev,
.m-part05-swiper_next{
    position: absolute;
    top: 50%;
    left: .1rem;
    width: .47rem;
    height: .9rem;
    background-image: url(../images/arrow_leftTwo.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
    z-index: 9;
    cursor: pointer;
    margin-top: -.45rem;
}
.m-part05-swiper_next{
    left: auto;
    right: .1rem;
    background-image: url(../images/arrow_rightTwo.png);
}
.m-part05-swiper_prev:hover,
.m-part05-swiper_next:hover{
    opacity: 1;
}
.m-part06{
    margin-top: .4rem;
}
.m-part06_items{
    font-size: 0;
}
.m-part06_item{
    padding: .25rem .5rem;
}
.m-part06_item_box{
    position: relative;
}
.m-part06_item_box .m-photos{
    height: 3rem;
}

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

.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: #ffff;
    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;
}

.m-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.m-mask.show {
    display: block;
}

.m-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.m-mask_people {
    display: inline-block;
    width: 90%;
    background: #fff3ea;
    padding: .2rem;
    padding-top: .8rem;
    position: relative;
    text-align: left;
    border-radius: .1rem;
    max-height: 70%;
}

.m-mask_people_photo {
    width: 100%;
}

.m-mask_people_photo_img {
    height: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-mask_info {
    font-size: .16rem;
    line-height: 1.6;
    display: inline-block;
    text-align: center;
    margin-top: .2rem;
}

.m-mask_info_title {    
    background-color: #b10000;
    border-radius: .4rem;
    color: #fff;
    font-size: .2rem;
    display: inline-block;
    padding: .1rem .2rem;
}
.m-mask_info_title span{
    font-size: .24rem;
}
.m-mask_info_scrll{
    padding: .2rem;
    background-color: #fff;
    border-radius: .3rem;
    margin-top: .2rem;
}

.m-mask_info_js {
    overflow-y: scroll;
    height: 5rem;
    text-align: left;
}
.m-mask_info_js p{
    text-indent: 2em;
    margin-bottom: 20px;
}
.m-mask_info_js::-webkit-scrollbar {
    width: .12rem;
    background: url(../images/srcll_bg.jpg) repeat-y;
    background-size:contain;
}

.m-mask_info_js::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    background-size: contain;
    border-radius: .2rem;
    position: relative;
}

.m-mask_close {
    position: absolute;
    width: .36rem;
    height: .36rem;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    right: .2rem;
    top: .2rem;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 100%;
}
