@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: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

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

a {
    color: #333;
}

a:hover {
    color: #AE0319;
}

.body-pc {
    max-width: 1920px;
    overflow: hidden;
    min-height: 1200px;
    position: relative;
    margin: 0px auto;
}

.mw-body {
    background: url(../images/back.jpg) no-repeat;
    background-color: #8e0101;
}

.mw-container {
    width: 1200px;
    margin: 0 auto;  
    position: relative
}

.mw-header {
    padding-top: 170px;
    padding-bottom: 0;
    height: 720px;
}

.mw-header_title {
    width: 1254px;
    margin: 0 auto;
    height: 260px;
}
.mw-header_title img{
    width: 100%;
    height: auto;
    display: block;
}
.mw-header_intor{
    text-align: center;
    font-size: 36px;
    color: #fefedd;
    margin-top: -40px;
}
/*2019-11-26*/
.mw-header_infos {
    margin-top: 60px;
    font-size: 30px;
    color: #ecccb1;
}

.mw-header_infos .mw-host {
    font-size: 30px;
    line-height: 1;
}

.mw-header_infos .mw-undertake {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
}

.mw-header_data {
    margin-top: 40px;
}

.mw-header_time {
    display: inline-block;
    padding-left: 51px;
    background: url(../images/icon_01.png) no-repeat;
    line-height: 31px;
}

.mw-header_area {
    display: inline-block;
    padding-left: 51px;
    background: url(../images/icon_02.png) no-repeat;
    margin-left: 140px;
    line-height: 31px;
}

.mw-header_main {
    margin-top: 35px;
    background: #fbf3f3;
    border-radius: 25px;
    padding: 30px;
    padding-bottom: 40px;
}

.mw-keynote {
    font-size: 0;
    margin: 0px -20px;
}

.mw-keynote_item {
    width: 50%;
    display: inline-block;
    padding: 0px 20px;
}

.mw-public_head {
    text-align: center;
}

.mw-public_title {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 256px;
    height: 92px;
    padding-top:35px;
    padding-left: 100px;
    background: url(../images/keynote_title.png) no-repeat;
    text-align: left;
}
/*2021.4.29 新加*/
.mw-public_title2 {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 366px;
    height: 92px;
    padding-top:35px;
    padding-left: 100px;
    background: url(../images/keynote_title1.png) no-repeat;
    text-align: left;
}

.mw-public_chinese {
    font-size: 28px;
    color: #ffb307;
}

.mw-keynote_main {
    position: relative;
    padding-top: 20px;
    display: table;
    width: 100%;
}

.mw-keynote_mainBox {
    display: table-cell;
    border-radius: 15px;
    background: #fff url(../images/icon_03.png) no-repeat right bottom;
    height: 285px;
    font-size: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    vertical-align: middle;
    padding: 25px;
    line-height: 1.8;
}

.mw-keynote_mainBox.mw-mainBox2 {
    background-image: url(../images/icon_04.png);
}

.mw-keynote_mainBox p {
    text-indent: 44px;
}

.mw-schedule {
   position: relative;
}

.mw-schedule_main {   
    margin-top: 25px;
}

.mw-schedule_tabs {
    text-align: center;
    font-size: 0;
}

.mw-schedule_tabs li {
    display: inline-block;
    height: 53px;
    width: 270px;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    margin: 0px 20px;
}

.mw-schedule_tabs li.active {
    background: #ce0000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px -10px;
    border-top: none;
}
.mw-schedule_tabs li .mw-week {
    color: #333;
    font-size: 24px;
}
.mw-schedule_tabs li .mw-week span{
    font-size: 20px;
}
.mw-schedule_tabs li.active .mw-week{
    color: #fff;
}
.mw-schedule_swiper {
    border: 2px solid #ce0000;
    border-radius: 25px;
    background: url(../images/icon_05.png) no-repeat;
    background-position: bottom right;
    background-color: #fff;
}
/*2021.4.28*/
.mw-schedule-slide {
    position: relative;   
    height: 100%;
}
.mw-schedule-slide table{
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}
/*2021.4.28end*/
.mw-schedule-slide table td{
    padding: 30px 0;
    text-align: left;
    vertical-align: middle;
    font-size: 22px;
    padding-left: 50px;
    color: #111;    
    border-bottom: 1px solid #dfb3b1;
}

.mw-schedule-slide table td:not(:last-child){
    border-right: 1px solid #dfb3b1;
}

.mw-schedule-slide table tr:last-child td{
    border-bottom: none;
}
.mw-schedule-slide table td:first-child{
    width: 130px;
    color: #9e1611;
    font-size: 24px;
    text-align: center;
    padding-left: 0;
}
.mw-schedule-slide ul{
    padding-left: 25px;
    padding-right: 50px;
}
.mw-schedule-slide ul li{
    list-style-type:decimal;
    padding: 8px 0;
}


.mw-news {
    margin-top: 50px;
    position: relative;
}

.mw-news .mw-public_chinese,
.mw-visit .mw-public_chinese,
.mw-trailer .mw-public_chinese,
.mw-conf .mw-public_chinese{
    color: #ffa82b;
}

.mw-news_top {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.mw-news_top a {
    color: #fff;
}

.mw-news_top a:hover {
    color: #f5dd99;
}

.mw-news_main {
    font-size: 0;
    margin-top: 40px;
}

.mw-news_main_swiper {
    width: 455px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 25px;
}

.mw-news_main_slide {
    position: relative;
}
.mw-news_main_slide::before{
    content: '\20';
    width: 109px;
    height: 109px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
    pointer-events: none;
}
/* .mw-news_main_title {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    background: rgba(0, 0, 0, .5);
} */

.mw-news_main_slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 79.120879%;
    cursor: pointer;
    border-radius: 25px;
}


/* .news-pagination {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.news-pagination .swiper-pagination-switch {
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    margin: 0px 6px;
}

.news-pagination .swiper-active-switch {
    background-color: #1f3ad9;
} */

.mw-news_main_right {
    width: 745px;
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
}

.mw-news_main_infos {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 360px;
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.8;
}

.mw-news_main_infos p {
    text-indent: 36px;
    margin-top: 20px;
}
.mw-news_main_infos div{
    text-align: right;
}
.mw-news_main_infos a,
.mw-plan_more a {
    color: #b70808;
}

.mw-news_inner {
    margin-top: 65px;
    background: url(../images/back_two.jpg) no-repeat;
    height: 780px;
    padding: 55px 0;
}
.mw-plan{
    position: relative;
}
.mw-plan_top{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.mw-plan_top a{
    color: #fff;
}
.mw-plan_top a:hover{
    color: #f5dd99;
}
.mw-plan_mian{
    background-color: #fbf2f2;
    border-radius: 25px;
    padding: 35px 20px 15px;
    margin: 0px -20px;    
    margin-top: 30px;
}
.mw-plan_items{
    font-size: 0;
    margin: 0px -6px;
}
.mw-plan_item{
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px 20px;    
}
.mw-plan_box{
    position: relative;
}
.mw-plan_item .mw-head{
    text-align: center;
    position: relative;
    z-index: 1;
}
.mw-plan_item .mw-title{
    background-color: #fe7928;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 300px;
    display: inline-block;
    border-radius: 25px;
}
.mw-plan_item .mw-main{
    height: 225px;
    background-color: #fff;
    border-radius: 25px;
    padding: 35px 20px 0;
    margin-top: -20px;
}
.mw-plan_item .mw-main p{
    font-size: 16px;
}
.mw-plan_more{
    text-align: right;
}
.mw-spee {
    margin-top: 50px;
    background: #fbf3f3;
    padding: 30px;
    position: relative;
    border-radius: 25px;
}

.mw-leader {
    position: relative;    
}

.mw-leader_main-item {    
    padding: 20px 0;
}

.mw-leader_main-item_box {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    font-size: 0;
}

.mw-leader_main-item_left {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .4);
}

.mw-leader_main-item_img {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mw-leader_main-item_right {
    width: 730px;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

.mw-leader_title {
    background: url(../images/title_back.png) no-repeat;
    font-size: 24px;
    height: 46px;
    color: #fff;
    border-radius: 30px;
    min-width: 533px;
    padding-left: 30px;
    padding-top: 4px;
}
.mw-leader_title .name{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.mw-leader_title .post{
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}
.mw-leader_office {
    font-size: 20px;
    margin-top: 20px;
    color: #b70808;
}

.mw-leader_info {
    font-size: 18px;
    margin-top: 10px;
    color: #676767;
}

.mw-leader_bottom {
    text-align: right;
    margin-top: -10px;
}

.mw-leader_bottom.more-two {
    margin-top: 10px;
}

.mw-leader_more {
    display: inline-block;
    border: 1px solid #d52222;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #d52222;
    cursor: pointer;
}

.mw-conf {
    margin-top: 50px;
}
.mw-conf .mw-public_title{
    background: url(../images/keynote_title2.png);
    width: 316px;
}
.mw-conf_item {
    padding: 40px 65px 15px;
    background: url(../images/met_bg2.png);
    background-size: 100% 100%;
    border-radius: 25px;    
}
.mw-conf_list {
   padding-left: 100px;
   position: relative;   
   margin-bottom: 40px;
}
.mw-conf_list:nth-child(even){
    padding-left: 0;
    padding-right: 100px;
}
.mw-conf_list_photo {
    width: 210px;
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
}

.mw-conf_list:nth-child(even) .mw-conf_list_photo{
    left: auto;
    right: 0;
}
.mw-conf_list_img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.mw-conf_list_infos {    
   border-radius: 25px;
   background-color: #fff;
   height: 210px;
   padding-left: 150px;
   padding-top: 20px;
   padding-right: 25px;
}
.mw-conf_list:nth-child(even) .mw-conf_list_infos {
    padding-left: 25px;
    padding-right: 150px;
}

.mw-conf_list_title {
   color: #b70808;
    font-size: 24px;
}
.mw-conf_list:nth-child(even) .mw-conf_list_title{
    text-align: right;
}
.mw-conf_list_main {
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
}
.mw-conf_list_main a{
    color: #d52222;
}
.mw-conf_list_post{
    height: 33px;
    min-width: 523px;
    background: url(../images/title_back2.png) no-repeat;
    padding-left: 45px;
    position: absolute;
    bottom: -2px;
    left: 30px;
}
.mw-conf_list:nth-child(even) .mw-conf_list_post{
    background-image: url(../images/title_back3.png);
    padding-left: 0;
    padding-right: 45px;
    text-align: right;
    left: auto;
    right: 30px;
    }
.mw-conf_list:nth-child(even) .mw-conf_list_post2{
    background-image: url(../images/title_back3.png);
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    left: auto;
    right: 30px;
}
.mw-conf_list_post .name{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.mw-conf_list_post .post{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin-left: 5px;    
    vertical-align: middle;
}

.mw-visit{
    margin-top: 50px;
}
.mw-visit_swipers{
    margin: 0px -27px;
    font-size: 0;
    padding-top: 25px;
}
.mw-visit_swiper{
    position: relative;
    display: inline-block;
    width: 33.333333%;
    vertical-align: top;
    padding: 0px 27px;
    padding-bottom: 25px;
}
.mw-visit_slide{
    position: relative;
}

.mw-visit_item_img{
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.mw-visit_item_title{
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius:20px;
    display: table;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
}
.mw-visit_item_title span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.mw-visit_arrow_next,
.mw-visit_arrow_prev{
    background:rgba(0, 0, 0, .5) url(../images/arrow_02.png) no-repeat center;
    background-size: 18px 34px;
    width: 30px;
    height:60px;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
}
.mw-visit_arrow_next{
    background-image: url(../images/arrow_01.png);
    left: auto;
    right: 10px;
}

.mw-meeting{
    margin-top: 30px;
}
.mw-meeting_main{
    margin-top: 30px;
    background: url(../images/met_bg.png) repeat-x;
    background-size: auto 100%;
    border-radius: 25px;
    padding: 30px 15px;
}
.mw-meeting_prat01{
    margin-top: 10px;
    font-size: 0;
}
.mw-meeting_prat01_item{
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
}
.mw-meeting_prat01_box{
    position: relative;
}
.mw-meeting_header{
    text-align: center;
}
.mw-meeting_title{
    background: url(../images/dian_title.png) no-repeat;
    padding-left: 30px;
    padding-right: 5px;
    background-position: left bottom;
    height: 32px;
    display: inline-block;
    line-height: 1;
}
.mw-meeting_title span{
    color: #e64217;
    font-size: 24px;
}
.mw-meeting_prat01_box .main{
    margin-top: 15px;
}
.mw-meeting_prat01_box .main_photo{
    padding: 0 20px;
}
.mw-meeting_prat01_box .main_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
}
.mw-meeting_prat01_box .main_infos{
    height: 89px;
    background: url(../images/work_info.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -30px;
    padding: 22px 10px 10px;
    text-align: center;
    color: #fff;
}
.mw-meeting_prat01_box .main_infos .name{
    font-size: 20px;
}
.mw-meeting_prat01_box .main_infos .post{
    font-size: 18px;
}
.mw-meeting_prat02{
    margin-top: 40px;
}
.mw-meeting_prat02 .mw-items{
    font-size: 0;
    margin: 0px -6px;
    margin-top: 15px;
}
.mw-meeting_prat02 .mw-item{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}
.mw-meeting_prat02 .mw-item_box{
    font-size: 14px;
}
.mw-meeting_prat02 .mw-item_photo{
    position: relative;
}
.mw-meeting_prat02 .mw-item_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 168px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.mw-meeting_prat02 .mw-item_info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 48px;
    display: table;
    width: 100%;
    color: #fff;
}
.mw-meeting_prat02 .mw-item_cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.mw-meeting_prat02 .mw-item_cell .name{
    font-size: 16px;
}
.mw-meeting_prat02 .mw-item_cell .post{
    font-size: 12px;
}
.mw-meeting_prat02 .mw-item_intor{
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 15px 20px;
}
.mw-meeting_prat02 .mw-item_intor p{
    font-size: 14px;
}
.mw-meeting_prat02 .mw-item_intor p a{
    color: #e64217;
}
.mw-meeting_prat03{
    margin-top: 30px;
}
.mw-meeting_prat03 .mw-items{
    margin: 0px -7px;
    margin-top: 15px;
    font-size: 0;
}
.mw-meeting_prat03 .mw-item{
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
}

.mw-meeting_prat03 .mw-item_box{
    font-size: 14px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    height: 160px;
}
.mw-meeting_prat03 .mw-item_table{
    width: 100%;
    display: table;
}
.mw-meeting_prat03 .mw-item_cell{
    width: 88px;
    display: table-cell;
    vertical-align: middle;
}
.mw-meeting_prat03 .mw-item_cell:last-child{
    width: 265px;
    padding-left: 10px;
}
.mw-meeting_prat03 .mw-item_photo{
    position: relative;
}
.mw-meeting_prat03 .mw-item_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
}
.mw-meeting_prat03 .mw-item_title{
    font-size: 18px;
    height: 80px;
    color: #c02727;
    line-height: 1.3;
}
.mw-meeting_prat03 .name{
    font-size: 16px;
}
.mw-meeting_prat03 .post{
    font-size: 12px;
}
.mw-trailer{
    font-size: 0;
    margin-top: 30px;
}
.mw-trailer .mw-public_title{
    width: 226px;
    background-image: url(../images/keynote_title3.png);
}

.mw-trailer_right_main{
    margin: 0px -16px;
    font-size: 0;
    margin-top: 25px;
}
.mw-trailer_right_item{
    width: 14.2857143%;
    padding: 0 16px;
    vertical-align: top;
    display: inline-block;
}
.mw-trailer_right_item-code{
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}
.mw-trailer_right_item-title{
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}
.mw-trailer_right_item-title.long{
    margin:0 -10px;
}
.mw-media_box{
    margin-top: 50px;
} 
.mw-media_main{
    margin: 0px -10px;
    font-size: 0;
}
.mw-media_main_item{
    width: 20%;
    padding: 10px 10px;
    display: inline-block;
}
.mw-media_main_item_logo{
    background-color: #fff;   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 57px;
}

.mw-footer {
    margin-top: 65px;
    padding: 40px 0;
    background-color: #8e0101;
}

.mw-footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

.mw-footer_logo {
    display: inline-block;
    width: 16.5%;
    vertical-align: bottom;
    padding-right: 20px;
}

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

.mw-footer_info {
    display: inline-block;
    width: 62.785714%;
    padding-left: 20px;
    vertical-align: bottom;
}

.mw-footer_info_menu {
    font-size: 18px;
    margin-left: -20px;
}

.mw-footer_info_menu a {
    color: #fff;
    margin: 0px 20px;
}

.mw-footer_info_menu a:hover {
    color: #f5dd99;
}

.mw-footer_info_copy {
    margin-top: 30px;
    font-size: 22px;
}
.mw-footer_info_filing {
    margin-top: 10px;
}
.mw-footer_info_filing span {
    font-size: 16px;
    margin-right: 35px; 
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
    padding-top: 20px;
}

.mw-footer_weach {
    display: inline-block;
    width: 18.714286%;
    vertical-align: bottom;
}

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

.mw-menus {
    width: 30px;
    position: fixed;
    right: 0%;
    top: 12%;
    text-align: center;
    height: 0;
    padding-bottom: 200%;
    transition: all 800ms ease;
    text-align: center;
    overflow: hidden;
    z-index: 9;
}

.mw-menus:hover {
    width: 245px;
}

.mw-showMenu {
    width: 85px;
    height: 85px;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 40px 0 0 18px;
    display: inline-block;    
    background:#fff url(../images/menu.png) no-repeat;
    background-size:48px 28px;
    background-position: center;  
    z-index: 99;
    position: relative;
}
.mw-showMenu.show{
    background-image: url(../images/menu_close.png);
   background-size: 36px 36px;   
   -ms-transition: all 100ms ease;
   -webkit-transition: all 100ms ease;
   -o-transition: all 100ms ease;
   transition: all 100ms ease;
}

.mw-menu {
    z-index: 98;
    margin-top: -30px;
    width: 245px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
}


.mw-menu.show {
    height: auto;
    padding: 50px 30px;
    opacity: 1;
}


.mw-menutitle {
    display: none;
}

.mw-menu li {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1;
}

.mw-menu li a {
    color: #fb7422;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
}

.mw-menu li a:hover {
    color: #fff;
    background-color: #fb7422;
    border-radius: 20px;
}
.mw-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.mw-mask.show {
    display: block;
}

.mw-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.mw-mask_people {
    display: inline-block;
    width: 1035px;
    background: #fff3eb;
    height: 690px;
    padding:50px 70px;
    padding-top: 0;
    position: relative;
    text-align: center;
    border-radius: 25px;
}
.mw-mask_people_header{
    margin-top: -80px;
}
.mw-mask_people_photo {
    width: 210px;
    height: 210px;  
    display: inline-block;
    background: url(../images/pople_box.png) no-repeat;
    position: relative;
}

.mw-mask_people_photo_img {
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;     
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.mw-mask_title{
    display: block;   
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.mw-mask_title_name{
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 130px;
    background: url(../images/bg_name.jpg) repeat-y;
    background-size: 100% 100%;
    padding: 0 10px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    border-radius: 30px;
}
.mw-mask_post{
    margin-top: 10px;
    font-size: 20px;
    color: #585858;        
}


.mw-mask_close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/menu_close2.png) no-repeat;
    background-position: center;
    right: 25px;
    top: 25px;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.mw-mask_info_box{
    margin-top: 25px;
    padding: 30px 8px 30px 50px;       
    background-color: #fff;
    border-radius: 25px;
    font-size: 18px;
}
.mw-mask_info_js{
    overflow-y: scroll;
    height: 350px;
    padding-right: 50px;
    text-align: left;
}
.mw-mask_info_js .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.mw-mask_info_js::-webkit-scrollbar {
    width: 12px;
    background: url(../images/sl_bg.png) repeat-y;
}


.mw-mask_info_js::-webkit-scrollbar-thumb {
    background:#c8c8c8;
    background-size: contain;
    border-radius: 25px;
    position: relative;
    width: 12px;
}

.mw-popup-video {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mw-popup-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.mw-popup-video .video {
    position: absolute;
    background-color: #000;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    z-index: 1;
}

.mw-popup-video .video .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mw-popup-video .video .cell video {
    max-height: 600px;
    max-width: 90%;
}




.vr-mask_pic {
    display: inline-block;
    max-height: 37.5%;
    max-width: 66.6666667%;
    position: relative;
}

.vr-mask_pic img {
    max-width: 100%;
    max-height: 720px;
    display: inline-block;
}
/*2019-11-26*/
.vr-mask_pic_title{
    font-size: 18px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    min-height:45px;
    padding: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}


.vr-mask_close {
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/menu_close.png) no-repeat;
    background-position: center;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 38px;
}
.vr-mask_people .vr-mask_close{
    background-image: url(../images/menu_close2.png);
}
/*2019-11-28*/
.vr-mask_pic .vr-mask_close,
.mw-popup-video .vr-mask_close {
    right: -65px;
    top: -35px;    
}
.vr-mask_people {
    display: inline-block;
    width: 1200px;
    background:#fff3eb;
    height: 50%;
    padding: 60px 60px 60px 290px;
    position: relative;
    text-align: left;
    border-radius:25px;
}
.vr-mask_people_photo {
    width: 330px;
    height: 410px;
    position: absolute;
    top: -65px;
    left: -95px;
    
}

.vr-mask_people_photo_img {
    height: 410px;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;  
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3); 
}

.vr-mask_info {
    font-size: 16px;
   
    display: inline-block;
    padding-right: 10px;
}
.vr-mask_info_title{
    background: url(../images/title_back.png) no-repeat;
    height: 46px;
    min-width: 533px;
    font-size: 24px;
    line-height: 46px;
    padding-left: 30px;
    color: #fff;
}
.vr-mask_info_title span{
    font-size: 20px;
}
.vr-mask_info_box{
    margin-top: 25px;
    padding: 30px 8px 30px 50px;       
    background-color: #fff;
    border-radius: 25px;
}
.vr-mask_info_js{
    overflow-y: scroll;
    height: 350px;
    padding-right: 50px;
}
.vr-mask_info_js .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.vr-mask_info_js::-webkit-scrollbar {
    width: 12px;
    background: url(../images/sl_bg.png) repeat-y;
}


.vr-mask_info_js::-webkit-scrollbar-thumb {
    background:#c8c8c8;
    background-size: contain;
    border-radius: 25px;
    position: relative;
    width: 12px;
}
/*2019-11-26*/
.mw-content{
    background: #fff;
    min-height: 500px;
    padding: 50px 100px;
    color: #333;
    border-radius: 30px;
}

.mw-content_head h1{
    font-size: 40px;
    text-align: center;
}
.mw-content_head .author{
    font-size: 18px;
    color: #717171;
    text-align: center;
    margin-top: 15px;
}
.mw-content_head .author span{
    margin-top: 10px;
}
.mw-content_main{
    margin-top: 20px;
   /* font-size: 20px;
    text-align: center;*/
}
.mw-content_main img{
    max-width: 100%;
    /*margin-top: 20px;*/
    height: auto;
}
/*.mw-content_main span{
    color: #666;
    display: inline-block;
    width: 748px;   
    font-size: 18px;
    margin-top: 5px;
}
.mw-content_main p{
    text-indent: 40px;
    margin: 15px 0;
    text-align: left;
    line-height: 1.8;
}*/

.body-m {
    display: none;
}

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

    .body-m {
        display: block;
    }
}
