.body-m {
    width: 100%;
}

.m-body {
    background: url(../images/back.jpg) no-repeat;
    background-color: #b80000;
    background-size: 100% auto;
    background-position: center top;
}

.m-header {
    padding-bottom: 29.166667%;
    height: 0;
    background: url(../images/banner.png) no-repeat;
    background-size: contain;
}

.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    background-color: #fdf9f0;
    padding: .3rem .2rem .2rem;
}

.m-part01 {
    position: relative;
}

.m-part01_title {
    font-size: .36rem;
    text-align: center;
    color: #c30202;
    font-weight: bold;
}

.m-part01_title a {
    color: #c30202;
}

.m-part01_main {
    margin-top: .3rem;
}

.m-part01_left {
    
}

.m-photo {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-part01_left .m-photo {
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

.m-part01_left .m-photo .m-paly {
    background: url(../images/play.png) no-repeat;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-part01_left .m-title {
    background-color: rgba(0, 0, 0, .6);
    height: .8rem;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.m-part01_left .m-title span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: .24rem;
    padding-left: .2rem;
}

.m-part01_right {
    margin-top: .4rem;
}

.m-part01_right .m-topNew {
    position: relative;
    padding-bottom: .2rem;
    border-bottom: 1px solid #eee;
}

.m-part01_right .m-topNew h3 {
    font-size: .28rem;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-part01_right .m-topNew p {
    color: #404040;
    font-size: .24rem;
    text-indent: 2em;
    margin-top: .2rem;
}

.m-part01_right .m-topNew p a {
    color: #d40000;
}

.m-part01_right .m-list {
    margin-top: .2rem;
}

.m-part01_right .m-list li {
    font-size: .2rem;
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: .2rem;
}

.m-part01_right .m-list li a {
    display: table-cell;
    vertical-align: middle;
}

.m-part01_right .m-list li a span {
    position: relative;
    padding-left: .2rem;
    display: block;
}

.m-part01_right .m-list li a span::before {
    content: '\20';
    width: .08rem;
    height: .08rem;
    background-color: #d40000;
    border-radius: .08rem;
    position: absolute;
    left: 0;
    top: .1rem;
}

.m-part01_right .m-more {
    display: flex;
    justify-content: flex-end;
}

.m-part01_right .m-more a {
    width: 1.6rem;
    height: .5rem;
    border: 1px solid #c30202;
    line-height: .5rem;
    text-align: center;
    font-size: .24rem;
    color: #c30202;
}

.m-part02 {
    margin: .6rem 0;
    background: url(../images/p2_bg.jpg) repeat-y;
    background-size: contain;
    padding: .4rem 0;
}

.m-part02_title {
    color: #6c4621;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
}

.m-part02_main {
    text-align: justify;
}

.m-part02_main p {
    margin-top: .3rem;
    font-size: .2rem;
    line-height: 1.8;
}

.m-part02_main p a {
    color: #d60a09;
}
.m-part02_pic{
    margin-top: .4rem;
}
.m-part02_pic img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}
.m-part03 {
    position: relative;
}

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

.m-public_title {
    text-align: center;
    display: inline-block;
    padding: 0 .15rem;
    line-height: 1;
    font-size: .36rem;
    font-weight: bold;
    color: #6c4621;
    position: relative;
}

.m-public_title::before,
.m-public_title::after {
    content: '\20';
    background: url(../images/title_af.png) no-repeat;
    background-position: center right;
    width: 1.5rem;
    height: .24rem;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    background-size:contain;
}

.m-public_title::after {
    background-image: url(../images/title_bf.png);
    background-position: center left;
    left: auto;
    right: 100%;
}

.m-part03_items {
    margin-top: .2rem;
}

.m-part03_item {
   margin-top: .4rem;
}

.m-part03_table {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.m-part03_photo {
    width: 28.070175%;
}

.m-part03_photo .m-photo {
    padding-bottom: 100%;
    height: 0;
    border-radius: 100%;
}

.m-part03_infos {
    width: 71.929825%;
    padding-left: .2rem;
    font-size: 0;
}

.m-part03_infos .m-name {
    display: inline-block;
    background-color: #c11111;
    padding: .02rem .2rem;
    line-height: 1;
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
}

.m-part03_infos .m-info {
    margin-top: .2rem;
}

.m-part03_infos .m-info_title {
    font-size: .26rem;
    font-weight: bold;
}

.m-part03_infos .m-info_intor {
    font-size: .2rem;
    margin-top: .05rem;
    text-align: justify;
}

.m-part03_infos .m-info_intor a {
    color: #d40000;
}

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

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

.m-part04_items {
    font-size: 0;
    margin: 0px -.1rem;
}

.m-part04_item {
    width: 50%;
    padding: .1rem;
    display: inline-block;
}

.m-part04_item .m-photo {
    height: 2.26rem;
    position: relative;
}

.m-part04_item .m-photo .m-paly {
    background: url(../images/play.png) no-repeat;
    width: .5rem;
    height: .5rem;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-part04_item .m-title {
    background-color: rgba(0, 0, 0, .6);
    height: .5rem;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.m-part04_item .m-title span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: .2rem;
    padding-left: 20px;
}

.m-part04-swiper_prev,
.m-part04-swiper_next {
    content: '\20';
    width: .49rem;
    height: 1.21rem;
    background: url(../images/aoorw_left.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -.2rem;
    top: 50%;
    margin-top: -.6rem;
    cursor: pointer;
    opacity: .5;
    z-index: 1;
}

.m-part04-swiper_next {
    background-image: url(../images/aoorw_right.jpg);
    left: auto;
    right: -.2rem;
}

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

.m-part05 {
    background-color: #fef0e2;
    padding: .5rem 0 .3rem;
    margin: 0px -.2rem;
}

.m-part05_swiper {
    position: relative;
    padding: 0px .2rem;
    margin-top: .2rem;
}

.m-part05_items {
    font-size: 0;
    margin: 0px -.1rem;
}

.m-part05_item {
    width: 50%;
    padding: .1rem .1rem;
    display: inline-block;
}

.m-part05_item .m-photo {
    height: 1.66rem;
    position: relative;
}

.m-part05_item .m-title {
    height: .5rem;
    display: table;
    width: 100%;
}

.m-part05_item .m-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: .2rem;
    text-align: center;
}

.m-part05-swiper_prev,
.m-part05-swiper_next {
    content: '\20';
    width: .49rem;
    height: 1.21rem;
    background: url(../images/aoorw_left.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -.2rem;
    top: 50%;
    margin-top: -.6rem;
    cursor: pointer;
    opacity: .5;
    z-index: 1;
}

.m-part05-swiper_next {
    background-image: url(../images/aoorw_right.jpg);
    left: auto;
    right: -.2rem;
}

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

.m-part06 {
    margin-top: .6rem;
}
.m-part06 .m-public_title{
    line-height: 1.4;
}


.m-part06_items {
    margin-top: .2rem;
}

.m-part06_item {
    margin-top: .3rem;
}

.m-part06_table {
    width: 100%;
    display: table;
}

.m-part06_photo {
    display: table-cell;
    width: 36.491228%;
    vertical-align: top;
}

.m-part06_photo .m-photo {
    padding-bottom: 65.25%;
    height: 0;
}

.m-part06_infos {
    display: table-cell;
    width: 63.508772%;
    vertical-align: top;
    padding-left: .1rem;
}

.m-part06_infos .m-name {
    background: url(../images/pt6_title.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 .15rem;
    line-height: .3rem;
    height: .3rem;
    font-size: .24rem;
    color: #fff;
}

.m-part06_infos .m-info {
    margin-top: .1rem;
}

.m-part06_infos .m-info_title {
    font-size: .24rem;
    font-weight: bold;
}

.m-part06_infos .m-info_intor {
    font-size: .18rem;
    margin-top: .02rem;
    text-align: justify;
}

.m-part06_infos .m-info_intor a {
    color: #d40000;
}

.m-part07 {
    background: url(../images/p7_bg.jpg) repeat-x;
    margin: .4rem -.2rem 0;
    padding: .4rem .2rem;
}

.m-part07 .m-public_header.m-two {
    margin-top: .4rem;
}

.m-part07_main {
    margin: .3rem 0;
    font-size: 0;
}

.m-part07_main .m-list {
    position: relative;
}

.m-part07_main .m-list li {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.m-part07_main .m-list li a {
    padding-left: .2rem;
    position: relative;
    display: block;
}

.m-part07_main .m-list li a::before {
    content: '\20';
    width: .08rem;
    height: .08rem;
    background-color: #d40000;
    border-radius: .08rem;
    position: absolute;
    left: 0;
    top: .1rem;
}

.m-part07_main .m-more {
    text-align: right;
}

.m-part07_main .m-more a {
    display: inline-block;
    width: 1.6rem;
    height: .5rem;
    border: 1px solid #c30202;
    line-height: .5rem;
    text-align: center;
    font-size: .24rem;
    color: #c30202;
}



.m-footer {
    padding: .5rem 0;
    text-align: center;
    background-color: #8e0101;
    margin-top: .5rem;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 0;
    margin-top: .3rem;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
}

.m-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.m-footer_info {  
}

.m-footer_info_menu {
    font-size: .2rem;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px .05rem;
}
.m-footer_info_menu a:hover {
    color: #f5dd99;
}
.m-footer_info_copy {
    margin-top: .2rem;
    font-size: .2rem;
}
.m-footer_info_filing {
    margin-top: .1rem;
}
.m-footer_info_filing span {
    font-size: .1rem;
}

.m-footer_info_right {
    font-size: .24rem;
    margin-top: .1rem;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
}

.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;
}

