.body-m {
    width: 100%;
}
.m-page {
    background-color: #fff;
}
.m-container {
    width: 97.5%;
    margin: 0 auto;
    position: relative;
    padding-top: .15rem;
}
.m-header {
    height: 2.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-body {
    position: relative;
    background-size: cover;
    padding-bottom: .8rem;
    background-position: center bottom;        
    background: url(../images/back.jpg) no-repeat;    
    background-size: 100% 100%;
}

.m-public_header {
    text-align: center;
    width: 100%;
    margin: 0.282rem 0;
}
.m-public_header img{
    width: 100%;
}


.m-part01 {
    position: relative;  
    height: 3rem;
    margin: 0 auto;
    width: 90%;
    
}

.m-part01_main {
    position: relative;
}

.m-part01_post {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.m-part01_slide .m-photo {
    height: 3rem;
    background-size: 100% 100%;
}
.m-part01-swiper_prev {
    width: 0.37rem;
    height: 0.69rem;
    background: url(../images/p1_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left:  -0.43rem;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}
.m-part01-swiper_next {
    width: 0.37rem;
    height: 0.69rem;
    background: url(../images/p1_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: -0.43rem;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}
.m-part02 {
    /*position: relative;  
    height: 288px;*/
}
.m-part02 .m-title {
    font-size: 0.225rem;
    font-weight: bold;
    color: #1e6b72;
    text-align: center;
    margin-top: 0.395rem;
    margin-bottom: 0.355rem;
}
.m-part02 .m-intor {
    font-size: 0.141rem;
    color: #000000;
    line-height:1.5;
}
.m-part02 .m-intor p {
    text-indent: 2em;
    font-weight: lighter;
}
.line{
    background: url(../images/line.png) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 4px;
    margin-top: 0.192rem;
}



.m-part03 {
  /*  position: relative;
    height: 330px;*/
    margin-top: 0.282rem;
}

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

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

.m-part03_main {
   
    font-size: 0;
}

.m-part03_left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

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

.m-part03_left .m-photo {
    height: 0;
    padding-bottom: 61%;
    position: relative;
}

.m-part03_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-part03_right {
    padding-left: 0;
    width:100%;
    vertical-align: top;
    display: inline-block;
}
.m-part03_right .m-list {
    background-color: #fff;
    height: 0;
    padding-bottom: 31%;
}
.m-part03_right .m-list ul{
    padding-top: 0.3rem;
}
.m-part03_right .m-list li {
    font-size: 0.141rem;
    position: relative;
    min-height: 0.451rem;
    display: table;
    width: 100%;
    margin-bottom: 0.056rem;
}

.m-part03_right .m-list li a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: lighter;
}

.m-part03_right .m-list li a span {
    position: relative;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: block;
}

.m-part03_right .m-list li a span::before {
    content: '\20';
    width: 0.08rem;
    height: 0.08rem;
    background-color: #1e6b72;
    border-radius: 0.056rem;
    position: absolute;
    left: 0.2rem;
    top: 0.1rem;
}

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

.m-part03_right .m-more a {
    display: inline-block;
    width: 0.903rem;
    height: 0.282rem;
    border: 2px solid #c30202;
    line-height: 0.282rem;
    text-align: center;
    font-size: 0.09rem;
    color: #c30202;
}


.m-part04 {
    
}

.m-part04_items {
    width: 100%;
}
.m-part04_items:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m-part04_item {
    width: 20%;
    /*display: inline-block;*/
    float: left;
    padding: 2px;
}

.m-part04_item .m-photo {
    height: 1.45rem;
}
.m-part04_item .m-title {
    height: 0.367rem;
    display: table;
    width: 100%;
    background-color: #fff;
}

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


.m-part05 {
}
.m-part05 .m-title {
    font-size: 0.225rem;
    font-weight: bold;
    color: #1e6b72;
    text-align: center;
    margin-top: 0.395rem;
    margin-bottom: 0.355rem;
}
.m-part05 .m-intor {
    font-size: 0.141rem;
    color: #000000;
    line-height: 1.5;
}
.m-part05 .m-intor p {
    text-indent: 2em;
    font-weight: lighter;
}

.m-part06_main {
    margin: 0px -3.22rem;
    margin-top: 0.338rem;
    position: relative;
}

.m-part06_main .swiper-slide {
    opacity: 0;

}

.m-part06_main .swiper-slide.swiper-slide-visible {
    opacity: 1;

}

.m-part06_slide {
    box-shadow: 0px 0px 10px #1e6b72;
    width: 4.87rem;
    position: relative;
    -ms-transition: 300ms all ease;
    transition: 300ms all ease;
    display: block;
    position: relative;
    z-index: 1;
}

.m-part06_post {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 0.452rem;
}

.m-part06_slide::before {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.m-part06_main .swiper-slide.swiper-slide-active .m-part06_slide {
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    position: relative;
}

.m-part06_main .swiper-slide.swiper-slide-active .m-part06_slide::before {
    opacity: 0;
}

.m-part06_slide .m-photo {
    height: 2.915rem;
    width: 4.87rem;

}
/*
.m-part06_slide .m-title {
    height: 60px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
}

.m-part06_slide .m-title span {
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4;
}*/

.m-part06-swiper_prev {
    width: 0.37rem;
    height: 0.69rem;
    background: url(../images/p1_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 3.485rem;
    top: 50%;
    margin-top: -0.35rem;
    z-index: 1;
    cursor: pointer;
}


.m-part06-swiper_next {
    width: 0.37rem;
    height: 0.69rem;
    background: url(../images/p1_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 3.485rem;
    top: 50%;
    margin-top: -0.35rem;
    z-index: 1;
    cursor: pointer;
}

.m-part07 .swiper{
    padding-bottom: 0.395rem;
}
.m-part07 .m-work_swiper{
    margin-top: 0.169rem;
    padding: 0;
    position: relative;
}
.m-part07 .m-work_slide{
    display: table;
    width: 100%;
}
.m-part07 .m-work_slide .m-big{
    width: 90%;
    margin:0 auto;
    padding-right:0;
    vertical-align: top;
}
.m-part07 .m-work_slide .m-big_photo{
    height: 4.4rem;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    display: block;
}
.m-part07 .m-work_slide .m-title{
    display: table;
    width: 100%;
    height: 0.48rem;        
    font-size: 0.079rem;
    background-color: #fff;
}
.m-part07 .m-work_slide .m-title span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m-part07 .m-work_slide .m-small{
    width: 90%;
    margin:0 auto;
    vertical-align: top;
}
.m-part07 .m-work_slide .m-small_items{
    margin: 0px -0.1rem;
    font-size: 0;
}
.m-part07 .m-work_slide .m-small_item{
    padding: 0 0.1rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.m-part07 .m-work_slide .m-small_item .m-small_photo{
    height: 1.95rem;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    display: block;
}
.m-part07 .m-work_arrow-prev,
.m-part07 .m-work_arrow-next{
    width: 0.37rem;
    height: 0.69rem;
    background: url(../images/p1_left.png) no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: -0.1rem;
    cursor: pointer;
}
.m-part07 .m-work_arrow-next{
    left: auto;
    right: -0.1rem; 
    -ms-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.m-part07 .m-news_pagination{
    text-align: center;
    position: absolute;
    bottom: 1.1rem;
    left: 0;
    right: 0;
    height: 0.056rem;
}
.m-part07 .m-news_pagination .swiper-pagination-switch{
    background-color: #d3d8db;
    width: 0.09rem;
    height: 0.09rem;  
    margin: 0 0.09rem;  
}
.m-part07 .m-news_pagination .swiper-active-switch{
    width: 1.017rem;
}

