.mb-flui_container{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image:url(../images/container_bak.jpg); 
    z-index: 1;
    position: relative
}
.mb-header {
    background: url(../images/header.jpg) no-repeat center;
    background-size: cover;  
    height: 0;  
    padding-bottom: 40.338983%;
}
.mb-body{ 
    padding: 20px 10px;     
}
.mb-part01{
    font-size: 0;
}
.mb-part01_swiper{
    width: 100%; 
}
.mb-part01_swiper_box{
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.mb-part01_swiper-img {
    height: 0;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mb-part01_swiper-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 25px;
}
.mb-part01_swiper-title::before{
    content: '\20';
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
}
.mb-news-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 10px;
}

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

.mb-news-pagination .swiper-active-switch {
    width: 25px;
    opacity: 1;
}
.mb-part01_news{
    margin-top: 10px;   
}
.mb-part01_news_item{
    background: #f8f4eb;    
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px;
}
.mb-part01_news_item:first-child{
    margin-bottom: 10px;
}
.mb-part01_news_item_title{
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    line-height: 1;
}
.mb-part01_news_item_title::before{
    content: '\20';
    width:2px ;
    height: 16px;
    background: #775e3d;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 500;
}
.mb-part01_news_item_title a{
    color: #7b0000;
}
.mb-part01_news_item_content{
    font-size: 14px;
    text-indent: 28px;
    color: #84786a;
    margin-top: 10px;
    position: relative;
}
.mb-part01_news_item_more{
    color: #a49480;
    position: absolute;
    right: 10px;
}

.mb-pub_head{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;    
    text-align: center;    
}
.mb-pub_title{
    display: inline-block;
    position: relative;
    padding: 15px 30px 5px 10px;
    line-height: 1;
    color: #775e3d;
    background-color: #775e3d;   
    font-size: 16px;
    border-radius:50px;    
    min-width: 120px; 
}
.mb-pub_title::before{
    content: '\20';
    position: absolute;    
    width: 100%;
    height: 40px;
    top: 5px;
    right: 5px;
    z-index: 0;
    border-radius:50px; 
	background: -webkit-linear-gradient(left,#f2f0f1, #e3d8c2);
	background: -o-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: -moz-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: linear-gradient(left,#f2f0f1, #e3d8c2); 
}
.mb-pub_title::after{
    content: '\20';
    position: absolute;
    background-color: #000; 
    width: 18px;
    height: 18px;
    top: 0px;
    right: -30px;  
    border-radius:18px; 
	background: -webkit-linear-gradient(left,#f2f0f1, #e3d8c2);
	background: -o-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: -moz-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: linear-gradient(left,#f2f0f1, #e3d8c2); 
}
.mb-pub_title span{
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.mb-part2{
    margin-top: 20px;
}
.mb-part2_swiper{
    margin-top: 20px;
}
.mb-part02_swiper-img{
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56%;
    border-radius: 10px;
}
.mb-part02_swiper-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(0, 0, 0, .4);
    color: #fbd29d;
    font-size: 14px;    
    line-height: 30px;   
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;   
}
.mb-part02_swiper-title a{
    color: #fbd29d;
}
.mb-part02_swiper-title a:hover{
    color: #fff;
}
.mb-switch-swiper_prev,
.mb-switch-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size:contain; 
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0px;
    cursor: pointer;
    background-size:contain; 
    opacity: .6;
}
.mb-switch-swiper_next {
    left: auto;
    right:0px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mb-part03{
    margin-top: 20px;
}
.mb-part03_main{
    background-color:#775e3d;
    margin: 0px -10px; 
    padding: 10px 0;
    margin-top: 20px;
}
.mb-part03_main-items,
.mb-part03_main-itemsTwo {
    width: 100%;
    font-size: 0;   
    height: 142px;
    background-color: transparent !important;
}
.mb-part03_main-itemsTwo{
    margin-top: 15px;
}

.mb-part03_main-item {
    width: 252px;
    padding-left: 15px;
    display: inline-block;
}

.mb-part03_main-item_img {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;

}
.mb-part03_main-item_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    padding: 50px 15px 0;
    text-align: center;
    -ms-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;   
    white-space: normal;
    line-height: 1.6;
    box-sizing: border-box;
}
.mb-part03_main-item_text:hover {
    opacity: 1;
    color: #fff;
}
.mb-part04{
    margin-top: 20px;
}
.mb-part04_main{    
    position: relative;
    margin-top: 15px;
    padding: 0 5px;    
}
.mb-part4_swiper{
    padding-bottom: 20px;
}
.mb-part04_item{  
   margin-top: 10px;
}

.mb-part04_item_pople_head{
    height: 120px;    
    background: url(../images/pop_bak.png) no-repeat center;
    background-size:contain; 
    text-align: center;   
    padding-top: 2%;
}
.mb-part04_item_pople_photo{
    width: 105px;
    height: 105px;
    display: inline-block;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 100%;   
}
.mb-part04_item_pople_name{
    font-size: 18px;
    color: #775e3d;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}
.mb-part04_item_pople_speak{
    font-size: 14px;
    color: #6c6b6b;
    text-indent: 28px;
    position: relative;
    text-align: left;
}
.mb-part04_item_pople_more{
    color: #775e3d;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mb-part04_item-activity{
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: #f8f4eb;
    padding: 20px;     
    margin-top: 15px;
    font-size: 0;  
    text-align: center
}
.mb-part04_item-activity_photo{
    display: inline-block;  
    width: 80%;  
    vertical-align: top;
}
.mb-part04_item-activity_img{
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 5px; 
    box-shadow: 0 0 3px rgba(0, 0, 0, .1); 
    height: 115px;    
}
.mb-part04_item-activity_info{    
    width: 100%;  
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #6c6b6b;   
    text-indent: 30px; 
    margin-top: 10px;
    line-height: 1.6;
}
.mb-pople-swiper_prev,
.mb-pople-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size:contain; 
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
}

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

.mb-part05{
    margin-top: 20px;
}
.mb-part05_main{
    margin: 30px auto 0;  
}
.mb-part05_main img{
    width: 100%;
    height: auto;
}
.mb-part06{
    margin-top: 20px;
}
.mb-part06_main{
    margin-top: 20px;
    position: relative;
}
.mb-part06_photo {  
    margin: 0px auto;    
}

.mb-part06_img {
    height: 0;
    padding-bottom: 56.29292906%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    position: relative;
}
.mb-part06_play{
    background: url(../images/play.png) no-repeat;
    background-size:contain; 
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mb-part06_main .swiper-slide{
    position: relative;
}
.mb-part06_main .swiper-slide::after{
    content: '\20';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:rgba(255, 255, 255, .4); 
}
.mb-part06_main .swiper-slide-active::after{
    display: none;
}
.mb-viod-swiper_prev,
.mb-viod-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size:contain; 
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 5px;
    cursor: pointer;
    z-index: 9;
    opacity: .8;
}

.mb-viod-swiper_next {
    left: auto;
    right:5px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mb-footer{
    background: #eae1cd;   
    position: relative;
    z-index: 1;
    padding: 25px 0;
}
.mb-footer_inner{
    text-align: center; 
    line-height: 1.8;    
    font-size: 13px;
}

.mb-content{
    margin: -20px -10px;
    padding: 20px 10px;
    background-color: #fff; 
}
.mb-content_title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.mb-content_info{
    text-align: center;
    margin-top: 10px;
}
.mb-content_time,
.mb-content_auther{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    background-size:contain; 
    height: 14px;
    line-height: 14px;
    margin: 0px 10px;
    font-size: 12px;
    color: #c4c4c4;
}
.mb-content_auther{
    background-image: url(../images/person.png); 
}
.mb-content_main{
    margin-top: 20px;   
    font-size: 14px; 
    color: #333;
    line-height: 1.8;
}
.mb-content_main img{
    max-width: 90%;
    height: auto;
}
.mb-content_main p{
    text-indent:24px;    
}
.mb-content_main_title{    
    font-size: 16px;
    text-indent: 30px;
    font-weight: 500;
    line-height: 3;
}


.mb-scroll_wrap {
	width: 100%;
	height: 300px;
	position: relative;
}
.mb-scroll_wrap .mb-scroll_cont {
	height: 100%;
	overflow: hidden;
}


.mb-scroll_wrap .mb-scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 1px;
	height: 100%;
	background-color: #444;
}

.mb-scroll_wrap .mb-scroll_slider {
	left: -13px;
    width: 44px;
    height: 105px;   
    background: url(../images/hk.png) no-repeat;
    background-size:contain; 
    z-index: 9;
    position: absolute;  
}
.mb-scroll_wrap .mb-scroll_slider:hover{
	opacity: 1
}