.body-m {
    width: 100%;
    overflow: hidden;
    min-height: 13rem;
    background-color:#fff;
    font-size: 0;
}

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

.m-postion {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

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

.m-header_news {
    padding-left: 2.1rem;
    margin-top: .1rem;
}

.m-header_news-box {
    font-size: .24rem;
    color: #fff;
    width: 2.8rem;
    line-height: 1.6;
}

.m-header_news a {
    color: #fff;
}

.m-header_news a:hover {
    color: #fffced;
}

.m-body {
    position: relative;
}

.m-news {
    padding: .3rem 0;
}

.m-news .m-topNews {
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    line-height: 1.4;
}

.m-news .m-topNews a {
    color: #c61c20;
}

.m-news .m-flash {
    padding: 0 .1rem;
    margin-top: .2rem;         
    text-align: center;
}

.m-news .m-flashnews {
    line-height: 1.4;
}

.m-news .m-flashnews a {
    margin-top: .1rem;
    display: block;
    font-size: .26rem;
}

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

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

.m-news .m-news_swiper {
    position: relative;
}

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

.m-photo_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.m-news .m-photo_img {
    height: 4.5rem;
}

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

.m-news .m-photo_tips .m-photo_title {
    height: 1rem;
    display: table-cell;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    vertical-align: middle;
    padding: .1rem .35rem;
    text-align: center;
    font-size: .24rem;
}

.m-news .m-news_pagination {
    text-align: center;
    position: absolute;
    bottom: 1.08rem;
    left: 0;
    right: 0;
    height: .1rem;
}

.m-news .m-news_pagination .swiper-pagination-switch {
    background-color: #fff;
    width: .1rem;
    height: .1rem;
}

.m-news .m-news_pagination .swiper-active-switch {
    background-color: #b21d23;
    width: .4rem;
}

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

.m-news_right .m-news_items {
    padding-left: .2rem;
}

.m-news_right .m-news_item {
    color: #707070;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: .15rem;
    padding-top: .15rem;
}

.m-news_right .m-news_item:last-child {
    border-bottom: none;
}

.m-news_right .m-news_item .m-title {
    font-size: .24rem;
    font-weight: bold;
    position: relative;
}

.m-news_right .m-news_item .m-title::before {
    content: '\20';
    width: .07rem;
    height: .07rem;
    background-color: #c51c20;
    border-radius: .07rem;
    position: absolute;
    left: -.2rem;
    top: .13rem;
}

.m-news_right .m-news_item .m-title a {
    color: #333;
}

.m-news_right .m-news_item .m-title a:hover {
    color: #a8131c;
}

.m-news_right .m-news_item .m-content {
    margin-top: .1rem;
    font-size: .18rem;
    color: #655e5b;
    line-height: 1.6;
    text-indent: 2em;
}

.m-news_right .m-news_item .m-content .m-more {
    color: #a8131c;
    margin-left: .2rem;
}

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

.m-news_more a {
    color: #ca2b2f;
    font-size: .24rem;
}

.m-inner {
    background-color: #f8f9fa;
}

.m-public-head {
    position: relative;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}


.m-box-3 {
    font-size: 0;
    padding: .6rem 0;
}

.m-public-title {
    font-weight: bold;
    font-size: .36rem;
    color: #d51819;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.m-public-title::before {
    content: '\20';
    background: url(../images/icon_bf.png) no-repeat;
    width: 2.74rem;
    height: .2rem;
    top: 50%;
    margin-top: -.1rem;
    right: 115%;
    position: absolute;
    background-size:contain;
}

.m-public-title::after {
    content: '\20';
    background: url(../images/icon_af.png) no-repeat;
    width: 2.74rem;
    height: .2rem;
    top: 50%;
    margin-top: -.1rem;
    left: 115%;
    position: absolute;
    background-size:contain;
}

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

.m-box-3 .m-data_img {
    height: 0;
    padding-bottom: 185.260771%;
    background: url(../images/calendar.png) no-repeat;
    background-size:contain;
    display: block;
    margin-left: -.2rem;
}

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

.m-box-3 .m-new_main {
    position: relative;
}

.m-box-3 .m-new_main-items {
    border-bottom: 1px solid #b5b5b4;
    padding-bottom: .2rem;
}

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


.m-box-3 .m-new_main-item .m-photo {
    position: relative;
    display: block;
}

.m-box-3 .m-new_main-item .m-photo_img {
    padding-bottom: 55.927412%;
}

.m-box-3 .m-new_main-item .m-title {
    font-size: .24rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .6rem;
    display: table;
    text-align: center;
    width: 100%;
    padding: 0 .1rem;
    background-color: rgba(0, 0, 0, .6);
}

.m-box-3 .m-new_main-item .m-title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.m-box-3 .m-new_main-item .m-info {
    color: #675f5c;
    font-size: .24rem;
    margin-top: .1rem;
}

.m-box-3 .m-new_main ul {
    font-size: 0;
    padding: .2rem 0;
}

.m-box-3 .m-new_main ul li {
    padding: .05rem 0;
    font-size: .24rem;
    position: relative;
    line-height: 1.3;
    padding-left: .2rem;
}


.m-box-3 .m-new_main ul li a::before {
    content: '\20';
    width: .07rem;
    height: .07rem;
    background-color: #c51c20;
    border-radius: .07rem;
    position: absolute;
    left: 0;
    top: .2rem;
    margin-top: -.05rem;
}

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

.m-pub-title {
    font-weight: bold;
    font-size: .36rem;
    color: #d51819;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.m-pub-title::after {
    content: '\20';
    background: url(../images/icon_af.png) no-repeat;
    width: 2.74rem;
    height: .2rem;
    top: 50%;
    margin-top: -.1rem;
    left: 115%;
    position: absolute;
    background-size:contain;
}

.m-pub-more {
    position: absolute;
    right: 0px;
    top: .1rem;
    font-size: .24rem;
    color: #c51c1d;
}

.m-innerTwo{
    background: url(../images/focus_back.jpg) no-repeat;
    background-size:cover;
}
.m-innerTwo .m-box-2{
    padding: .4rem 0;
}
.m-innerTwo .m-box-2 .m-public-title{
    color: #fff;
}
.m-innerTwo .m-box-2 .m-public-title::before {
    background-image: url(../images/icon_bf2.png);
    background-size:cover;
    width: 3.77rem;
    right: 110%;
}

.m-innerTwo .m-box-2 .m-public-title::after {
    background-image: url(../images/icon_af2.png);
    left: 110%;
    width: 3.77rem;
}
.m-innerTwo .m-box-2 .m-focus_main{
    margin-top: .4rem;
}
.m-innerTwo .m-box-2 .m-focus_items{
    margin-top: .1rem;
}
.m-innerTwo .m-box-2 .m-focus_item{
    margin-top: .3rem;
}
.m-innerTwo .m-box-2 .m-focus_box{
    position: relative;
}
.m-innerTwo .m-box-2 .m-focus_box .m-head{
    height: .51rem;
    background: url(../images/icon_line.png) no-repeat;
    background-size:contain;
    background-position: left bottom;
}
.m-innerTwo .m-box-2 .m-focus_box .m-head_title{
    color: #fff;
    font-size: .28rem;
    font-weight: bold;
}
.m-innerTwo .m-box-2 .m-focus_box .m-head_more{
    color: #fff;
    font-size: .24rem;
    position: absolute;
    right: 0;
    top: .1rem;
}
.m-innerTwo .m-box-2 .m-focus_box .m-ul{
    margin-top: 20px;
}
.m-innerTwo .m-box-2 .m-focus_box .m-ul li{
    display: inline-block;
    padding-left: .3rem;
    font-size: .24rem;
    position: relative;
    line-height: 1.3;
    margin-bottom: .1rem;
}
.m-innerTwo .m-box-2 .m-focus_box .m-ul li a{
    color: #fff;
}
.m-innerTwo .m-box-2 .m-focus_box .m-ul li a::before{
    content: '\20';
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    border-radius: .1rem;
    position: absolute;
    left: 0;
    top: .15rem;
    margin-top: -.05rem;
}

.m-box-4 {
   
}

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

.m-box-4 .m-box-4_item ul {
    padding-top: .1rem;
}

.m-box-4 .m-box-4_item ul li {
    margin-top: .2rem;
    padding-left: .2rem;
    font-size: .24rem;
    position: relative;
    line-height: 1.4;
}

.m-box-4 .m-box-4_item ul li::before {
    content: '\20';
    width: .07rem;
    height: .07rem;
    background-color: #c51c20;
    border-radius: .07rem;
    position: absolute;
    left: 0;
    top: .1rem;
}

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

.m-box4_main-warp {
    font-size: 0;
}

.m-box4_main-left {
    margin-top: .2rem;
}

.m-photo {
    position: relative;
    display: block;
}

.m-box4_main-left .m-photo_img {
    padding-bottom: 56.444444%;
}

.m-box4_main-left .m-photo_title {
    position: absolute;
    height: .75rem;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: .24rem;
}

.m-box4_main-left .m-photo_title span {
    display: table-cell;
    text-align: center;
    padding: 0 .2rem;
    color: #fff;
    vertical-align: middle;
}

.m-box4_main-right {
    margin-top: .3rem;
}

.m-box-4 .m-box4_main-right .m-lists {
    position: relative;
    display: flex;
    margin: 0 -.1rem;
    align-items: flex-start;
}

.m-box-4 .m-box4_main-right .m-list {
    margin-top: 0;
    width: 50%;
    padding: .0 .1rem;
}

.m-box-4 .m-box4_main-right .m-photo_img {
    padding-bottom: 56.666667%;
}

.m-box-4 .m-box4_main-right .m-photo_title {
    position: absolute;
    height: .5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: .2rem;
}

.m-box-4 .m-box4_main-right .m-photo_title span {
    display: table-cell;
    text-align: center;
    padding: 0 .1rem;
    color: #fff;
    vertical-align: middle;
}

.m-box4_main-items {
    margin: 0 -.1rem;
    margin-top: .3rem;
}

.m-box4_main-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 .1rem;
}

.m-box4_main-item .m-photo_img {
    padding-bottom: 56.060606%;
}

.m-box4_main-item .m-photo_title {
    position: absolute;
    height: .5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: .2rem;
}

.m-box4_main-item .m-photo_title span {
    display: table-cell;
    text-align: center;
    padding: 0 .1rem;
    color: #fff;
    vertical-align: middle;
}

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

.m-box4_mainTwo {
    margin-top: 40px;
}

.m-box-4 .m-box4_mainTwo .m-box4_main-warp .m-photo::after {
    content: '\20';
    background: url(../images/play.png) no-repeat;
    position: absolute;
    background-size:contain;
    left: 50%;
    top: 50%;
    width: .8rem;
    height: .8rem;
    margin-top: -.4rem;
    margin-left: -.4rem;
}

.m-box-4 .m-box4_mainTwo .m-box4_main-item .m-photo::after {
    content: '\20';
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.2rem;
    margin-left: -.2rem;
    width: .4rem;
    height: .4rem;
}



.m-box-6 {
    padding: .5rem 0;
}

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

.m-work_slide {
    position: relative;
}

.m-work_slide .m-big {    
    
}

.m-work_slide .m-big_photo {
    height: 3.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
}

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

.m-work_slide .m-big_photo .m-title span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m-work_slide .m-small {
    margin-top: .3rem;
}

.m-work_slide .m-small_items {
    position: relative;
}

.m-work_slide .m-small_item {
    color: #707070;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: .15rem;
    padding-top: .15rem;
    padding-left: .3rem;
}

.m-work_slide .m-small_item:last-child {
    border-bottom: none;
    margin-top: .3rem;
}

.m-work_slide .m-small_item .m-title {
    font-size: .24rem;
    font-weight: bold;
    position: relative;
}

.m-work_slide .m-small_item .m-title::before {
    content: '\20';
    width: .07rem;
    height: .07rem;
    background-color: #c51c20;
    border-radius: .07rem;
    position: absolute;
    left: -.2rem;
    top: .13rem;
}
.m-work_slide .m-small_item .m-title a {
    color: #333;
}

.m-work_slide .m-small_item .m-title a:hover {
    color: #a8131c;
}

.m-work_slide .m-small_item .m-content {
    margin-top: .1rem;
    font-size: .24rem;
    color: #655e5b;
    line-height: 1.6;
    text-indent: 2em;
}

.m-work_slide .m-small_item .m-content .m-more {
    color: #a8131c;
    margin-left: .2rem;
}
.m-box-7 {
    padding-top: .1rem;
}

.m-box-7_item {
    margin-top: .5rem;
    position: relative;
}
.m-box-7_item:nth-child(2){
    margin-top: .6rem;;
}

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

.m-box-7 .m-video-swiper {
    position: relative;
}

.m-box-7 .m-video-swiper_photo {
    position: relative;
    height: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.m-box-7 .m-video-swiper_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: table;
    height: .65rem;
    background-color: rgba(0, 0, 0, .6);
}

.m-box-7 .m-video-swiper_title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 0 .1rem;
    font-size: .24rem;
}

.m-box-7 .m-video-tabs_swiper {
    position: relative;
    padding: 0 .4rem;
    padding-top: .1rem;
}

.m-box-7 .m-video-tab {
    position: relative;
    height: 1.4rem;
    padding: 0px .1rem;
    cursor: pointer;
}

.m-box-7 .m-video-tab_img {
    height: 1.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

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

.m-box-7 .m-video-tab_img-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    padding: 0px .15rem;
}

.m-box-7_item {
   margin-top: .3rem;
}
.m-box-7 .m-pub-title::after{
    left: 105%;
}

.m-box7_main {
    margin-top: .4rem;
}
.m-box7_main .m-box7_ul{
    margin-top: .2rem;
}
.m-box7_main .m-box7_ul li{
    margin-top: .3rem;
    padding-left: .3rem;
    font-size: .24rem;
    position: relative;
    line-height: 1.4;
    margin-bottom: .2rem;
}
.m-box7_main .m-box7_ul li::before{
    content: '\20';
    width: .07rem;
    height: .07rem;
    background-color: #c51c20;
    border-radius: .07rem;
    position: absolute;
    left: 0;
    top: .07rem;
}

.m-footer {
    margin-top: .1rem;
    background: url(../images/footer.jpg) no-repeat center bottom;
    padding-top: 1.5rem;
    color: #fff;
    background-size:cover;
    background-position:center top;
    height: 3rem;
}

.m-footer_infos {
    color: #fff;
    text-align: center;
    font-size: .24rem;
}

.m-footer_infos p {
    padding: .05rem 0;
}