.mb-container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    position: relative
}
/*2019-10-14*/
.mb-header {
    background: url(../images/header.jpg) no-repeat center;
    background-size: 100% 100%;
    height: auto; 
    padding-bottom: 15px;
}

.mb-header_news {
    font-size: 0;
    padding-top: 10px;
    text-align: center;
}

.mb-header_left {      
    vertical-align: bottom;
    margin-top: 10px;
}

.mb-header_left_img {
    height: 0;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mb-header_right {
    width: 100%;    
    display: inline-block;    
}

.mb-topNews {
    margin-top: 10px;
    
}
.mb-topNews img{
    width: 100%;
    height: auto;
}
.mb-header_right_news .news {
    margin-top: 18px;
}

.mb-header_right_news .news_title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.mb-header_right_news .news_title a {
    color: #fff;
}

.mb-header_right_news .news_title a:hover {
    color: #FFDA7E;
}

.mb-header_right_news .news_main {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.mb-header_right_news .news_main a {
    color: #FFDA7E;
}

.mb-part01 {
    padding-top: 15px;
}

.mb-title {
    color: #AE0319;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 20px 0;
}

.mb-part01_main {
    position: relative;
    padding: 30px 0;
    font-size: 0;
    margin: 0px -10px;
}

.mb-part01_item {    
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
/*2019-10-14*/

.mb-part01_item_title {
    height: 60px;
    background: url(../images/part01_title.jpg) no-repeat;
    background-size:cover; 
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 22px;
    color: #fff;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.mb-part01_item_content {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;    
    background-color: #F6F6F6;
    color: #707070;
    line-height: 1.3;
}

.mb-part01_item_content a {
    color: #AE0319;
}

.mb-part01_main::after,
.mb-part01_main::before {
    content: '\20';
    height: 1px;
    background-color: #AE0319;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mb-part01_main::before {
    top: 5px;
}

.mb-part02 {
    background: url(../images/part02_back.jpg) no-repeat;
    background-size: cover; 
    padding: 10px 0 30px;
}

.mb-part02_main {    
    text-align: center;
}

.mb-part02_main_left {
    width: 90%;    
    display: inline-block;
}

.mb-part02_main_right {
      
}

.mb-part02_main_left_img {
    height: 0;
    padding-bottom: 64.516129%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mb-part02_main_left_img:hover::after {
    content: '\20';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
}

.mb-part02_main_right ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 0;
}
/*2019-10-16*/
.mb-part03 {
    background: url(../images/part03_back.jpg) no-repeat;
    padding: 10px 0 10px;
}

.mb-part03 .mb-container {
    width: 100%;
}
/*2019-10-16*/
.mb-part03 .mb-title {
    color: #fff;
    line-height: 1.6;
    text-align: left;
}

.mb-part03_main {
    padding-bottom: 25px;
}

.mb-part03_slide {
    position: relative;
}

.mb-part03_slide_img {
    height: 0;
    padding-bottom: 51.935484%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mb-part03_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: 16px;
    text-align: center;
    font-weight: 500;
}

.mb-part03_slide_title a {
    color: #fff;
}

.mb-part03_slide_title a:hover {
    color: #FFDA7E;
}

.mb-pople-swiper_prev,
.mb-pople-swiper_next {
    background: rgba(0, 0, 0, .6) url(../images/arrow.png) no-repeat center;
    background-size: auto 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 5px;
    cursor: pointer;
    z-index: 1;
}

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

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

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

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

.mb-part04 {
    padding: 10px 0;
}

.mb-part04_list {
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #E8E8E8;

}

.mb-part04_list:last-child {
    border-bottom: none;
}

.mb-part04_list_photo {
    width: 80%;   
    margin: 0px auto;
}

.mb-part04_list_photo_img {
    height: 0;
    padding-bottom: 66.666667%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mb-part04_list_info {
  margin-top: 10px;
}

.mb-part04_list_info .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border:1px solid #AE0319;
    background: #fff;
    padding: 5px;
}


.mb-part04_list_info .title a {
    color: #AE0319;
}

.mb-part04_list_info .title a:hover {
    color: #FFDA7E;
}

.mb-public_items {
    font-size: 0;
    margin: 0 -10px;
}

.mb-public_item {
    width: 100%;
    padding: 10px;
    display: inline-block;
}
/*2019-10-14*/
.mb-public_item-box {
    height: 50px;
    position: relative;
    background-color: #C34A3B;
    line-height: 1.4;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;   

}

.mb-public_item-box:hover {
    color: #FFDA7E;
}

.mb-public_item-box::before {
    content: '\20';
    background-color: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mb-public_item-box:hover::before {
    background-color: #FFDA7E;
}

.mb-part05 {
    padding: 10px 0;
    background-color: #F6F6F6;
}

.mb-part05_news {
    font-size: 0;   
}

.mb-part05_news_items {   
    
}

.mb-part05_title {
    line-height: 40px;
    border-bottom: 1px solid #AE0319;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
    height: 40px;
}

.mb-part05_title_more {
    color: #AE0319;
    font-size: 13px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-weight: 500;
    line-height: 1.4;
}

.mb-part05_news_list {
    padding-top: 10px;
}

.mb-part05_news_list li {
    position: relative;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    font-size: 12px;
}

.mb-part05_news_list li::before {
    content: '\20';
    background-color: #AE0319;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.mb-part05_pics {
    margin: 20px 0;

}

.mb-part05_swiper {
    margin-top: 20px;
    position: relative;
}

.mb-part05_slide {  
    
}

.mb-part05_slide_item {    
    position: relative;  
}

.mb-part05_slide_item_img {
    height: 0;
    padding-bottom: 93.75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}

.mb-part05_slide_item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px 20px 0;    
    line-height: 1.4;
    transition: all 300ms ease-in;
    font-size: 13px;
}


.mb-part05_slide_item .title a {
    color: #fff;
}

.mb-part05_slide_item .title a:hover {
    color: #FFDA7E;
}

.mb-prev02 {
    left: 0px;
}

.mb-next02 {
    right: 0px;
}

.mb-footer {
    padding: 20px 0;
    background: #AE0319;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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