
.m-container{
    width: 100%;
    margin: 0 auto;   
    z-index: 1;
    position: relative;
    padding: 0px 15px;
}
.m-header {
    background: url(../images/m_header.jpg) no-repeat center;     
    background-size:contain; 
    height: 0;
    padding-bottom: 33.755%;
}

.m-part01{
    padding: 40px 0;
    background: url(../images/part01_back.jpg) no-repeat center;
    background-size: 100% 100%;
}
.m-title{
    color: #c30000;
    font-size:24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;    
}
.m-part01_main{
    position: relative;
    padding: 30px 0 ;
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.m-part01_main::after,
.m-part01_main::before{
    content: '\20';
    background: url(../images/icon_s.png) no-repeat;
    background-size: contain; 
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0;
}
.m-part01_main::after{
    left: auto;
    top: auto;
    bottom: 0;
    right: 0px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-part01_item{    
    padding: 15px 0px;
    display: block;  
    position: relative;
}

.m-part01_item::after{
    right: 5px;
}
.m-part01_item_title{  
    font-size: 18px;      
    color: #c30000;
    line-height: 1;
    font-weight: bold;
}
.m-part01_item_title a{
    color: #c30000;
}
.m-part01_item_title a:hover{
    color: #ff9700;
}


.m-part02{
    background: url(../images/part02_back.jpg) no-repeat;
    background-size: 100% 100%; 
    padding: 25px 0 10px;
}

.m-part02_main{
    padding-bottom: 30px;
    margin: 0px -15%;
}
.m-part02_slide{
    position: relative;    
}
.m-part02_slide_img{
    height: 0;
    padding-bottom: 52%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.m-part02_slide_title{
    background-color: rgba(0,0,0,.6);
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    font-size: 13px;
    text-align: center;    
}
.m-part02_slide_title a{
    color: #fff;
}
.m-part02_slide_title a:hover{
    color: #ff9700;
}
.m-pople-swiper_prev,
.m-pople-swiper_next {
    background:rgba(0,0,0,.4) url(../images/arrow.png) no-repeat center;
    background-size: 5px auto; 
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 5px;
    cursor: pointer;
    z-index: 1;
}

.m-pople-swiper_next {
    left: auto;
    right:5px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-pople-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;    
}

.m-pople-pagination .swiper-pagination-switch {
    height: 5px;
    width: 5px;
    background-color:#fff;    
    display: inline-block;
    margin: 0px 5px;
    border-radius: 5px;
    opacity: .6;
}

.m-pople-pagination .swiper-active-switch {
    opacity: 1;
}

.m-part03{    
    background: url(../images/part01_back.jpg) no-repeat center;
    background-size: 100% 100%; 
}

.m-part03_list{
    padding: 20px 0;
    font-size: 0;
    border-bottom: 1px solid #c30000;
    text-align: center;
}
.m-part03_list:last-child{
    border-bottom: none;
}
.m-part03_list_photo{
    width: 80%;
    display: inline-block;
    vertical-align:middle;
}
.m-part03_list_photo_img{
    height: 0;
    padding-bottom: 88.77193%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.m-part03_list_info{
    width: 90%;   
    display: inline-block;
    vertical-align:middle;
}
/* 竖向改横向*/
.m-part03_list_info .title{
    font-size: 15px;
    font-weight: bold;
    text-align: center; 
    padding: 10px 0;
    line-height: 1.6; 
}

.m-part03_list_info .title a{
    color: #AE0319;
}
.m-part03_list_info .title a:hover{
    color: #ff9700;
}
.m-part04{
    background: url(../images/part04_back.jpg) repeat-x;  
    background-size:auto 50px; 
}
.m-part04_head{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
.m-part04_main{
    padding: 5px 0 30px;
}
.m-part04_list{
    background: url(../images/part04_bg.jpg);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 18px;
    font-size: 0;
    margin-top: 30px;
    text-align: center;
}
.m-part04_list_photo{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.m-part04_list_img{
    height: 0;
    padding-bottom: 76%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.m-part04_list_info{
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left:0;
}
.m-part04_list_title{
    font-size: 18px;
    font-weight: bold;    
}
.m-part04_list_title a{
    color: #AE0319;
}
.m-part04_list_title a:hover{
    color: #ff9700;
}
.m-part04_list_main{
    position: relative;
    padding-bottom: 25px;  
    margin-top: 10px;  
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
}
.m-part04_list_more{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #AE0319;
}
.m-part04_list_more:hover{
    color: #ff9700;
}
.m-footer {
    padding: 20px 0;
    background: #AE0319;
    text-align: center;
}

.m-footer-container {
    width: 95%;
    margin: 0 auto;
    position: relative;   
    color: #fff;  
    text-align: center;
}

.m-footer_logo {
    display: inline-block;
    width: 30%;  
}

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

.m-footer_info {
    display: inline-block;  
}

.m-footer_info_menu {
    font-size: 13px;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px 5px;
}

.m-footer_info_menu a:hover {
    color: #FFDA7E;
}

.m-footer_info_copy {
    margin-top: 10px;
    font-size: 12px;
}

.m-footer_info_copy span {
    font-size: 13px;
    margin: 5px 0;
    display: block;
}

.m-footer_info_right {
    font-size: 13px;
    margin-top: 5px;
}

.m-footer_weach {
    display: inline-block;
    width: 35%;
    margin-top: 10px;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}