@import 'fonts.css';
@import 'swiper.css';
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}
input:focus,
button:focus{
    outline:0;
}
html,
body {
    overflow-x: hidden;
    font-family: 'Noto Sans SC', sans-serif;
    background-color: #faf5e5;
  
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #333;
}

a:hover {
    color: #f3ba70;
}

.mw-pc {
    max-width: 1920px;
    overflow: hidden;    
    min-height: 1200px;
    position: relative;
}
.mw-pc::before,
.mw-pc::after{
    content: '\20';
    position: absolute;
    left: 0;
    top: 0;
    width: 368px;
    bottom: 0;
    background: url(../images/back_bf.jpg) no-repeat;
    background-size: 100% auto; 
    background-position: right top; 
}
.mw-pc::after{
    left: auto;
    right: 0;
    background-image: url(../images/back_af.jpg);
    background-position: left top; 
}
.mw-flui_container{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    background-image:url(../images/container_bak.jpg); 
    z-index: 1;
    position: relative
}
.mw-header {
    background: url(../images/header.jpg) no-repeat; 
    height: 476px;
    width: 100%;
}
.mw-body{
    margin-top: 50px;
    padding: 0 40px;
    padding-bottom: 50px;
    
}
.mw-part01{
    font-size: 0;
}
.mw-part01_swiper{
    width: 590px;
    display: inline-block;   
    vertical-align: top; 
}
.mw-part01_swiper_box{
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.mw-part01_swiper-img {
    height: 333px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.mw-part01_swiper-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding-left: 35px;
}
.mw-part01_swiper-title::before{
    content: '\20';
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
}
.news-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 10px;
}

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

.news-pagination .swiper-active-switch {
    width: 45px;
    opacity: 1;
}
.mw-part01_news{
    width: 510px;
    padding-left: 15px;
    vertical-align: top; 
    display: inline-block;
}
.mw-part01_news_item{
    background: #f8f4eb;
    height: 160px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 20px;
}
.mw-part01_news_item:first-child{
    margin-bottom: 10px;
}
.mw-part01_news_item_title{
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 1;
}
.mw-part01_news_item_title::before{
    content: '\20';
    width:3px ;
    height: 20px;
    background: #775e3d;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 500;
}
.mw-part01_news_item_title a{
    color: #7b0000;
}
.mw-part01_news_item_content{
    font-size: 16px;
    text-indent: 36px;
    color: #84786a;
    margin-top: 30px;
}
.mw-part01_news_item_more{
    color: #a49480;
}
.mw-pub_head{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;    
    text-align: center;    
}
.mw-pub_title{
    display: inline-block;
    position: relative;
    padding: 25px 30px 10px 10px;
    line-height: 1;
    color: #775e3d;
    background-color: #775e3d;   
    font-size: 20px;
    border-radius:50px;    
    min-width: 180px; 
}
/*2019-10-17*/
.mw-pub_title::before{
    content: '\20';
    position: absolute;    
    width: 100%;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 0;
    border-radius:50px; 
	background:#e3d8c2;
	background: -webkit-linear-gradient(left,#f2f0f1, #e3d8c2);
	background: -o-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: -moz-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: -ms-linear-gradient(left,#f2f0f1, #e3d8c2); 
	background: linear-gradient(left,#f2f0f1, #e3d8c2); 
}
.mw-pub_title::after{
    content: '\20';
    position: absolute;   
    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); 
}
.mw-pub_title span{
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.mw-part2{
    margin-top: 40px;
}
.mw-part2_swiper{
    margin-top: 30px;
}
/*2019-10-21*/
.mw-part02_swiper-img,
.mw-part02-switch_img {
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56%;
    border-radius: 10px;
	position:relative;
}
.mw-part02_swiper-title,
.mw-part02-switch_title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: rgba(0, 0, 0, .4);
    color: #fbd29d;
    font-size: 28px;
    font-weight: 500;
    line-height: 80px;
    padding-left: 35px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mw-part02_swiper-title a{
    color: #fbd29d;
}
.mw-part02_swiper-title a:hover{
    color: #fff;
}
.mw-part02-switch{
    margin-top: 25px;
    position: relative; 
    padding: 0px 10px;   
}
.mw-part02-switch_items{
    font-size: 0;    
}
.mw-part02-switch_item{
    padding: 0px 7px;
    box-sizing: border-box;
    cursor: pointer;
}

.mw-part02-switch_photo{
    position: relative;
}
.mw-part02-switch_img{   
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.mw-part02-switch_title{
    height: 50px;
    line-height: 1.2;
    padding:10px 15px;
    color: #fff;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
}
.mw-part02-switch_item.active .mw-part02-switch_title{
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 55px;    
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .8);
}

.switch-swiper_prev,
.switch-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    width: 42px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: -30px;
    cursor: pointer;
    background-size:contain; 
}

.switch-swiper_next {
    left: auto;
    right:-30px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-part03{
    margin-top: 40px;
}
.mw-part03_main{
    background-color:#775e3d;
    margin: 0px -40px; 
    padding: 25px 0;
    margin-top: 30px;
}
.mw-part03_main-items,
.mw-part03_main-itemsTwo {
    width: 100%;
    font-size: 0;
   
    height: 142px;
    background-color: transparent !important;
}
.mw-part03_main-itemsTwo{
    margin-top: 30px;
}

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

.mw-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;

}
.mw-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;
}
.mw-part03_main-item_text:hover {
    opacity: 1;
    color: #fff;
}
.mw-part04{
    margin-top: 40px;
}
.mw-part04_main{    
    position: relative;
    margin-top: 30px;
    padding: 0 55px;
    padding-bottom: 50px;
}
.mw-part04_items{
    margin: 0px -50px;
    font-size: 0;
}
.mw-part04_item{
    width: 50%;
    padding: 0px 54px;
    display: inline-block;
}

.mw-part04_item_pople_head{
    height: 145px;
    background: url(../images/pop_bak.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}
.mw-part04_item_pople_photo{
    width: 130px;
    height: 130px;
    display: inline-block;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 130px;   
}
.mw-part04_item_pople_name{
    font-size: 20px;
    color: #775e3d;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}
.mw-part04_item_pople_speak{
    font-size: 16px;
    color: #6c6b6b;
    text-indent: 32px;
    position: relative;
    text-align: left;
}
.mw-part04_item_pople_more{
    color: #775e3d;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mw-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;
    margin-bottom: 20px;
}
.mw-part04_item-activity_photo{
    display: inline-block;  
    width: 50%;  
    vertical-align: top;
}
.mw-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;    
}
.mw-part04_item-activity_info{
    display: inline-block;  
    width: 50%; 
    padding-left: 15px;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #6c6b6b;
    vertical-align: top;
    text-indent: 32px; 
}
.pople-swiper_prev,
.pople-swiper_next {
    background: url(../images/icon_arrowTwo.png) no-repeat;
    width: 68px;
    height: 130px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: -40px;
    cursor: pointer;
}

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

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

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

.pople-pagination .swiper-active-switch {
    width: 85px;
    background-color: #775e3d;
    border-radius: 10px;
}
.mw-part05{
    margin-top: 40px;
}
.mw-part05_main{
    margin: 30px auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    width: 875px;
    padding: 30px;
}
.mw-part05_main_scroll{
    height: 600px;
    padding-right: 50px;
    overflow: hidden;
    position: relative;
}

.scroll_wrap {
	width: 100%;
	height: 600px;
	position: relative;
}
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	padding:15px;
}

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

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

.mw-part06{
    margin-top: 65px;
}
.mw-part06_main{
    margin-top: 40px;
    position: relative;
}
.mw-part06_photo {
    width: 437px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.mw-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;
}
.mw-part06_play{
    background: url(../images/play.png) no-repeat;
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.mw-part06_main .swiper-slide{
    position: relative;
}
.mw-part06_main .swiper-slide::after{
    content: '\20';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:rgba(255, 255, 255, .4); 
}
.mw-part06_main .swiper-slide-active::after{
    display: none;
}
.viod-swiper_prev,
.viod-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: -10px;
    cursor: pointer;
    z-index: 9;
}

.viod-swiper_next {
    left: auto;
    right:-10px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mw-footer{
    background: #eae1cd;
    height: 256px;
    position: relative;
    z-index: 1;
}
.mw-footer_inner{
    text-align: center;
    width: 1100px;
    margin: 0px auto;
    line-height: 2.0;
    padding-top: 40px;
    font-size: 18px;
}
.mw-content{
    margin: -50px -40px 0px;
    padding: 50px 120px 0;
    background-color: #fff; 
}
.mw-content_title{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.mw-content_info{
    text-align: center;
    margin-top: 20px;
}
.mw-content_time,
.mw-content_auther{
    display: inline-block;
    padding-left: 45px;
    background: url(../images/time.png) no-repeat left center;
    height: 24px;
    line-height: 24px;
    margin: 0px 30px;
    font-size: 20px;
    color: #c4c4c4;
}
.mw-content_auther{
    background-image: url(../images/person.png); 
}
.mw-content_main{
    margin-top: 40px;   
    font-size: 20px; 
    color: #333;
    line-height: 1.8;
}
.mw-content_main img{
    max-width: 90%;
    height: auto;
}
.mw-content_main p{
    text-indent: 40px;    
}
.mw-content_main_title{    
    font-size: 30px;
    text-indent: 40px;
    font-weight: 500;
    line-height: 3;
}
.mw-mb{
    display: none;
}   

@media screen and (max-width: 1024px) {
    .mw-pc{
        display: none;
    }
    .mw-mb{
        display: block;
    }          
}