@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.8;
}

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

a {
    color: #333;
}

a:hover {
    color: #AE0319;
}

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

.mw-page {
    background-color: #fff;
}

.mw-container {
    width: 1400px;
    margin: 0px auto;
}
/*2021-11-03*/
.mw-header {
    height: 800px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 50px;
}

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

.mw-banner_logo {
    display: inline-block;
    width: 403px;
    height: 259px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
}

.mw-banner_slogan {
    margin-top: 18px;
    display: inline-block;
    width: 1369px;
    height: 190px;
    background: url(../images/slogan.png) no-repeat;
}

.mw-banner_infos {
    text-align: left;
    font-size: 18px;
    color: #4a73d7;
    line-height: 2;
    display: inline-block;
}

.mw-banner_infos p {
    margin-top: 30px;
}

.mw-banner_infos p span {
    display: inline-block;
    margin: 0px 30px;
}
.mw-banner_infos .mw-text{
    text-align: center;
    margin-top: 30px;
}
.mw-banner_infos .mw-text span{
    margin: 0px 20px;
    display: inline-block;
}
.mw-public_header {
    text-align: center;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.mw-public_header .mw-public_title {
    height: 120px;
    display: inline-block;
}

.mw-public_header .mw-public_title img {
    height: 100%;
    width: auto;
    display: block;
}

.mw-part01 {
    background-color: #fff;
    padding: 80px 0 70px;
}

.mw-part01_main {
    margin-top: 60px;
    padding: 0 60px;
}

.mw-part01_main .mw-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: #482dc1;
}

.mw-part01_main .mw-intor {
    height: 415px;
    background: url(../images/part1_bg.png) no-repeat;
    padding: 35px 40px;
    font-size: 16px;
    color: #382e66;
    background-size: 100% 100%;
    line-height: 2;
}

.mw-part01_main .mw-intor p {
    text-indent: 2em;
}

.mw-part02 {
    background-color: #fff4e3;
    padding: 80px 0 100px;
    position: relative;
}

.mw-part02::before {
    content: '\20';
    background: url(../images/p2_bf.png) no-repeat;
    width: 437px;
    height: 634px;
    position: absolute;
    left: 0;
    top: -45px;
}

.mw-part02::after {
    content: '\20';
    background: url(../images/p2_af.png) no-repeat;
    width: 159px;
    height: 159px;
    position: absolute;
    left: 1340px;
    top: 60px;
}

.mw-part02_main {
    background-color: #fff;
    padding: 30px 65px 30px 460px;
    position: relative;
    height: 400px;
    margin-top: 100px;
}

.mw-part02_main .mw-pople {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    left: 30px;
    top: -45px;
}

.mw-part02_main .mw-pople_photo {
    background-size: cover;
    width: 388px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
}

.mw-part02_main .mw-infos {
    position: relative;
}

.mw-part02_main .mw-infos_name {
    font-size: 32px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1;
}

.mw-part02_main .mw-infos_post {
    font-size: 24px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1;
    margin-top: 20px;
}

.mw-part02_main .mw-infos_intor {
    color: #382e66;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 25px;
    text-align: justify;
    line-height: 2;
}

.mw-public_more {
    margin-top: 60px;
    text-align: right;
}

.mw-public_more a {
    background: url(../images/more_01.png) no-repeat;
    width: 180px;
    height: 48px;
    line-height: 48px;
    color: #fe6730;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.mw-part03 {
    background-color: #ffffff;
    padding: 100px 0 170px;
    position: relative;
    overflow: hidden;
}

.mw-part03::before {
    content: 'News';
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: -35px;
    top: -40px;
    color: #f7f7f7;
    font-size: 276px;
}

.mw-part03::after {
    content: 'Report';
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: -10px;
    bottom: 40px;
    color: #f7f7f7;
    font-size: 276px;
}

.mw-part03_main {
    margin-top: 60px;
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
}

.mw-cell {
    display: table-cell;
    vertical-align: top;
}

.mw-part03_main .mw-cell:first-child {
    width: 47.857143%;
}

.mw-part03_main .mw-cell:last-child {
    width: 52.142857%;
    padding-left: 60px;
}

.mw-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mw-part03_main .mw-photo {
    height: 500px;
}

.mw-part03_main .mw-infos {
    position: relative;
}

.mw-part03_main .mw-infos_title {
    font-size: 42px;
    font-weight: bold;
    color: #482dc1;
    margin-top: -15px;
    line-height: 1.6;
}

.mw-part03_main .mw-infos_intor {
    margin-top: 30px;
    color: #382e66;
    font-size: 16px;
}

.mw-part03_main .mw-infos_intor p {
    text-indent: 2em;
}

.mw-part03 .mw-public_more {
    margin-top: 40px;
    text-align: right;
}

.mw-part03 .mw-public_more a {
    background: url(../images/more_02.png) no-repeat;
    color: #2d60df;
}

.mw-part04 {
    background-color: #eaf2f6;
    padding: 80px 0 70px;
    position: relative;
}

.mw-part04::before {
    content: '\20';
    background: url(../images/p4_bf.png) no-repeat;
    width: 252px;
    height: 251px;
    position: absolute;
    left: 30px;
    top: 43px;
}

.mw-part04::after {
    content: '\20';
    background: url(../images/p4_af.png) no-repeat;
    width: 137px;
    height: 136px;
    position: absolute;
    right: 24px;
    top: 225px;
}

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

.mw-part04_item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 13px 10px;
}

.mw-part04_box {
    background: url(../images/p4_itembg.png) no-repeat;
    background-position: center bottom;
    position: relative;
    text-align: center;
    padding-bottom: 35px;
}

.mw-part04_box .mw-head {
    height: 280px;
    width: 280px;
    display: inline-block;
}

.mw-part04_box .mw-photo {
    border-radius: 100%;
    height: 280px;
}

.mw-part04_box .mw-main {
    margin-top: 50px;
    padding: 0 28px;
    text-align: left;
}

.mw-part04_box .mw-main_name {
    color: #382e66;
    font-size: 20px;
    line-height: 1;
}

.mw-part04_box .mw-main_name strong {
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
}

.mw-part04_box .mw-main_post {
    margin-top: 20px;
    color: #2d60df;
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
    height: 100px;
}

.mw-part04_box .mw-main_intor {
    font-size: 16px;
    color: #382e66;
    text-indent: 2em;
    margin-top: 10px;
}

.mw-part04 .mw-public_more {
    margin-top: 35px;
    text-align: center;
}

.mw-part04 .mw-public_more a {
    background: url(../images/more_03.png) no-repeat;
    color: #2d60df;
}

.mw-part05 {
    padding: 80px 0 65px;
    background-color: #fff;
}

.mw-talks {
    margin-top: 50px;
}
/*2021-10-26*/
.mw-talk00{
    margin: 0px -80px;
    padding: 35px 80px 50px;
    background: url(../images/talk_00.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}
.mw-talk01 {
    margin: 0px -80px;
    padding: 35px 80px 50px;
    background: url(../images/talk_01.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}

.mw-talk01::before {
    content: '\20';
    background: url(../images/talk01_bf.png) no-repeat;
    width: 227px;
    height: 351px;
    position: absolute;
    left: -179px;
    top: 43px;
}

.mw-talk01::after {
    content: '\20';
    background: url(../images/talk01_af.png) no-repeat;
    width: 398px;
    height: 507px;
    position: absolute;
    right: -260px;
    top: -958px;
}
/*2021-10-26ned*/
.mw-talks_head {
    text-align: left;
    line-height: 1;
}

.mw-talks_title {
    height: 108px;
}

.mw-talks_title img {
    height: 100%;
    width: auto;
    display: block;
}

.mw-talks_items {
    position: relative;
}

.mw-talks_item {
    position: relative;
    margin-top: 40px;
    padding: 40px 0 0 40px;
}

.mw-talks_item .mw-pople {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

.mw-talks_item .mw-pople .mw-photo {
    height: 220px;
    border-radius: 220px;
}

.mw-talks_item .mw-pople .mw-name {
    margin-top: 20px;
    color: #2d60df;
    font-size: 24px;
    font-weight: bold;
}

.mw-talks_item .mw-main {
    background-color: #fff;
    padding: 35px 45px 40px 215px;
}

.mw-talks_item .mw-main_title {
    font-size: 24px;
    font-weight: bold;
    color: #2d60df;
}

.mw-talks_item .mw-main_intor {
    color: #382e66;
    font-size: 16px;
    margin-top: 15px;
}

.mw-talks_item .mw-main_intor p {
    text-indent: 2em;
}

.mw-talks .mw-public_more {
    margin-top: 35px;
}

.mw-talks .mw-public_more a {
    background: url(../images/more_04.png) no-repeat;
    color: #2d60df;
}

.mw-talks_item:nth-child(even) {
    padding: 40px 40px 0px 0;
}

.mw-talks_item:nth-child(even) .mw-pople {
    left: auto;
    right: 0;
}

.mw-talks_item:nth-child(even) .mw-main {
    background-color: #fff;
    padding: 35px 215px 40px 45px;
}

.mw-talks_item:nth-child(even) .mw-main_title {
    text-align: right;
}

.mw-talks .mw-talks_item:nth-child(even) .mw-public_more {
    margin-top: 35px;
    text-align: left;
}

.mw-talk02 {
    margin: 0px -80px;
    padding: 35px 80px 50px;
    background: url(../images/talk_02.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}

.mw-talk02::before {
    content: '\20';
    background: url(../images/talk02_bf.png) no-repeat;
    background-size: contain;
    width: 178px;
    height: 178px;
    position: absolute;
    left: -64px;
    top: 1170px;
}

.mw-talk02::after {
    content: '\20';
    background: url(../images/talk02_af.png) no-repeat;
    background-size: contain;
    width: 277px;
    height: 277px;
    position: absolute;
    right: -128px;
    top: -0;
}

.mw-talk02 .mw-talks_item .mw-pople .mw-name {
    color: #6717cd;
}

.mw-talk02 .mw-talks_item .mw-main_title {
    color: #6717cd;
}

.mw-talks .mw-talk02 .mw-public_more a {
    background: url(../images/more_02.png) no-repeat;
    color: #6717cd;
}

.mw-talk03 {
    margin: 0px -80px;
    padding: 35px 80px 50px;
    background: url(../images/talk_03.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}

.mw-talk03::before {
    content: '\20';
    background: url(../images/talk03_bf.png) no-repeat;
    background-size: contain;
    width: 239px;
    height: 297px;
    position: absolute;
    left: -185px;
    bottom: 105px;
}

.mw-talk03::after {
    content: '\20';
    background: url(../images/talk03_af.png) no-repeat;
    background-size: contain;
    width: 264px;
    height: 402px;
    position: absolute;
    right: -170px;
    top: 600px;
}

.mw-talk03 .mw-talks_item .mw-pople .mw-name {
    color: #00cb90;
}

.mw-talk03 .mw-talks_item .mw-main_title {
    color: #00cb90;
}

.mw-talks .mw-talk03 .mw-public_more a {
    background: url(../images/more_06.png) no-repeat;
    color: #00cb90;
}

.mw-talk04 {
    margin: 0px -80px;
    padding: 35px 80px 50px;
    background: url(../images/talk_04.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}

.mw-talk04::before {
    content: '\20';
    background: url(../images/talk04_bf.png) no-repeat;
    background-size: contain;
    width: 153px;
    height: 153px;
    position: absolute;
    left: -175px;
    bottom: 20px;
}

.mw-talk04::after {
    content: '\20';
    background: url(../images/talk04_af.png) no-repeat;
    background-size: contain;
    width: 297px;
    height: 297px;
    position: absolute;
    right: -150px;
    top: 770px;
}

.mw-talk04 .mw-talks_item .mw-pople .mw-name {
    color: #fe8a23;
}

.mw-talk04 .mw-talks_item .mw-main_title {
    color: #fe8a23;
}

.mw-talks .mw-talk04 .mw-public_more a {
    background: url(../images/more_07.png) no-repeat;
    color: #fe8a23;
}

.mw-part06 {
    padding: 80px 0 70px;
    background-color: #170b5d;
}

.mw-part06_main {
    margin-top: 60px;
    position: relative;
}

.mw-part06-slide {
    padding: 0px 10px;
    display: block;
    position: relative;
}

.mw-part06-slide .mw-photo {
    height: 253px;
}

.mw-part06-slide .mw-play {
    width: 88px;
    height: 89px;
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mw-part06-slide:hover .mw-play {
    background-image: url(../images/play_hover.png);
}

.mw-part06-swiper_prev {
    width: 88px;
    height: 88px;
    background: url(../images/arrow_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    left: -95px;
    cursor: pointer;
}

.mw-part06-swiper_prev:hover {
    background-image: url(../images/arrow_left_hover.png);
}

.mw-part06-swiper_next {
    width: 88px;
    height: 88px;
    background: url(../images/arrow_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    right: -95px;
    cursor: pointer;
}

.mw-part06-swiper_next:hover {
    background-image: url(../images/arrow_right_hover.png);
}

.mw-part07 {
    padding-bottom: 61.4583333%;
    position: relative;
    background: url(../images/p7_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 80px;
}

.mw-part07_main {
    margin: 0px -260px;
    margin-top: 60px;
    position: relative;
}

.mw-part07_main .swiper-slide {
    opacity: 0;
}

.mw-part07_main .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.mw-part07_slide {
    position: relative;
    -ms-transition: 300ms all ease;
    transition: 300ms all ease;
    display: block;
    position: relative;
    z-index: 1;
}

.mw-part07_post {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
}

.mw-part07_slide::before {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mw-part07_main .swiper-slide.swiper-slide-active .mw-part07_slide {
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    position: relative;
}

.mw-part07_main .swiper-slide.swiper-slide-active .mw-part07_slide::before {
    opacity: 0;
}

.mw-part07_slide .mw-photo {
    height: 360px;
}

.mw-part07_slide .mw-title {
    height: 60px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
}

.mw-part07_slide .mw-title span {
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4;
}

.mw-part07-swiper_prev {
    width: 59px;
    height: 59px;
    background: url(../images/p7_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 280px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}

.mw-part07-swiper_prev:hover {
    background-image: url(../images/p7_left_hover.png);
}

.mw-part07-swiper_next {
    width: 59px;
    height: 59px;
    background: url(../images/p7_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 280px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}

.mw-part07-swiper_next:hover {
    background-image: url(../images/p7_right_hover.png);
}

.mw-part08 {
    background-color: #170b5d;
    padding: 80px 90px;
}

.mw-part08_main {
    margin-top: 65px;
}

.mw-part08_items {
    font-size: 0;
}

.mw-part08_item {
    width: 16.6666667%;
    display: inline-block;
    padding: 10px;
}

.mw-part08_box {
    position: relative;
}

.mw-part08_box img {
    width: 100%;
    height: auto;
    display: block;
}

.mw-footer {
    background: url(../images/line_bg.png) no-repeat;
    padding: 90px 0 110px;
    background-color: #170b5d;
    color: #fff;
}

.mw-footer .mw-container {
    width: 1400px;
}

.mw-footer_logo {
    display: inline-block;
    width: 13.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: 70.785714%;
    padding-left: 20px;
    vertical-align: bottom;
}

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

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

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

.mw-footer_info_copy {
    margin-top: 30px;
    font-size: 22px;
    white-space: nowrap;
}

.mw-footer_info_copy span {
    font-size: 16px;
    margin-right: 10px;
}

.mw-footer_info_filing {
    padding-top: 10px;
    font-size: 16px;
}

.mw-footer_info_filing span {
    font-size: 16px;
    margin-right: 35px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #f2dca5;
    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: 13.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;
}

.body-m {
    display: none;
}

@media screen and (max-width: 1440px) {
    .mw-container {
        width: 1100px;
    }

    .mw-header {
        height: 0;
        padding-bottom:41.6666667%;
        padding-top: 25px;
    }
    .mw-banner_logo {
        width: 300px;
        height: 193px;
    }
    /*2021-11-03*/
    .mw-banner_slogan {
        margin-top: 25px;
        width: 800px;
        height: 88px;
        background-size: contain;
        background-position: center;
    }

    .mw-banner_infos {
        font-size: 14px;
    }

    .mw-banner_infos p {
        margin-top: 10px;
    }
    
     /*2021-11-03end*/
    .mw-public_header .mw-public_title {
        height: 90px;
    }

    .mw-part01 {
        padding: 60px 0 40px;
    }

    .mw-part01_main {
        margin-top: 60px;
        padding: 0 60px;
    }

    .mw-part01_main .mw-title {
        font-size: 36px;
    }

    .mw-part01_main .mw-intor {
        height: 380px;
        padding: 25px 30px;
        font-size: 14px;
    }

    .mw-part02 {
        padding: 60px 0 80px;
    }

    .mw-part02::before {
        background-size: contain;
        width: 300px;
        height: 435px;
        top: -30px;
    }

    .mw-part02::after {
        background-size: contain;
        width: 100px;
        height: 100px;
        left: auto;
        right: 50px;
        top: 30px;
    }

    .mw-part02_main {
        padding: 20px 45px 20px 350px;
        height: 320px;
        margin-top: 80px;
    }

    .mw-part02_main .mw-pople {
        position: absolute;
        left: 20px;
        top: -20px;
    }

    .mw-part02_main .mw-pople_photo {
        width: 288px;
        height: 356px;
    }


    .mw-part02_main .mw-infos_name {
        font-size: 28px;
    }

    .mw-part02_main .mw-infos_post {
        font-size: 20px;
        margin-top: 15px;
    }

    .mw-part02_main .mw-infos_intor {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.8;
    }

    .mw-public_more {
        margin-top: 30px;
    }

    .mw-public_more a {
        background-size: contain;
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .mw-part03 {
        padding: 70px 0 120px;
    }

    .mw-part03::before {
        font-size: 190px;
    }

    .mw-part03::after {
        font-size: 200px;
    }

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

    .mw-part03_main .mw-cell:last-child {
        padding-left: 40px;
    }

    .mw-part03_main .mw-photo {
        height: 395px;
    }

    .mw-part03_main .mw-infos_title {
        font-size: 28px;
        margin-top: -10px;
    }

    .mw-part03_main .mw-infos_intor {
        margin-top: 20px;
        font-size: 14px;
    }

    .mw-part03 .mw-public_more {
        margin-top: 20px;
        text-align: right;
    }

    .mw-part03 .mw-public_more a {
        background-size: contain;
    }

    .mw-part04 {
        padding: 60px 0 40px;
    }

    .mw-part04::before {
        background-size: contain;
        width: 150px;
        height: 151px;
        left: 30px;
        top: 33px;
    }

    .mw-part04::after {
        background-size:contain;
        width: 87px;
        height: 86px;
        right: 5px;
        top: 155px;
    }

    .mw-part04_main {
        margin-top: 30px;
    }

    .mw-part04_box {
        background-size: 100% auto;
        padding-bottom: 25px;
    }

    .mw-part04_box .mw-head {
        height: 220px;
        width: 220px;
    }

    .mw-part04_box .mw-photo {
        height: 220px;
    }

    .mw-part04_box .mw-main {
        margin-top: 20px;
        padding: 0 15px;
    }

    .mw-part04_box .mw-main_name {
        font-size: 16px;
    }

    .mw-part04_box .mw-main_name strong {
        font-size: 22px;
    }

    .mw-part04_box .mw-main_post {
        margin-top: 10px;
        font-size: 14px;
        height: 80px;
    }

    .mw-part04_box .mw-main_intor {
        font-size: 14px;
        margin-top: 5px;
    }

    .mw-part04 .mw-public_more {
        margin-top: 20px;
        text-align: center;
    }

    .mw-part04 .mw-public_more a {
        background-size: contain;
    }

    .mw-part05 {
        padding: 60px 0 45px;
    }

    .mw-talks {
        margin-top: 30px;
    }

    .mw-talk01 {
        margin: 0px -50px;
        padding: 25px 50px 40px;
    }

    .mw-talk01::before {
        background-size: contain;
        width: 167px;
        height: 258px;
        left: -149px;
        top: 33px;
    }

    .mw-talk01::after {
        background-size: contain;
        width: 280px;
        height: 357px;
        right: -150px;
        top: -588px;
    }
    .mw-talks_title {
        height: 80px;
    }

    .mw-talks_item {
        margin-top: 30px;
        padding: 30px 0 0 30px;
    }

    .mw-talks_item .mw-pople {
        width: 200px;
    }

    .mw-talks_item .mw-pople .mw-photo {
        height: 200px;
        border-radius: 200px;
    }

    .mw-talks_item .mw-pople .mw-name {
        margin-top: 10px;
        font-size: 20px;
    }

    .mw-talks_item .mw-main {
        background-color: #fff;
        padding: 25px 30px 30px 195px;
    }

    .mw-talks_item .mw-main_title {
        font-size: 20px;
    }

    .mw-talks_item .mw-main_intor {
        font-size: 14px;
        margin-top: 10px;
    }

    .mw-talks .mw-public_more {
        margin-top: 25px;
    }

    .mw-talks .mw-public_more a {
        background-size: contain;
    }

    .mw-talks_item:nth-child(even) {
        padding: 30px 30px 0px 0;
    }

    .mw-talks_item:nth-child(even) .mw-main {
        padding: 25px 195px 30px 30px;
    }

    .mw-talks .mw-talks_item:nth-child(even) .mw-public_more {
        margin-top: 25px;
    }

    .mw-talk02 {
        margin: 0px -50px;
        padding: 20px 50px 40px;
    }

    .mw-talk02::before {
        background-size: contain;
        width: 110px;
        height: 110px;
        left: -44px;
        top: 870px;
    }

    .mw-talk02::after {
        width: 177px;
        height: 177px;
        right: -88px;
    }

    .mw-talks .mw-talk02 .mw-public_more a {
        background-size: contain;
    }

    .mw-talk03 {
        margin: 0px -50px;
        padding: 20px 50px 40px;
    }

    .mw-talk03::before {
        width: 150px;
        height: 186px;
        left: -125px;
        bottom: 85px;
    }

    .mw-talk03::after {
        width: 200px;
        height: 305px;
        right: -120px;
        top: 500px;
    }

    .mw-talks .mw-talk03 .mw-public_more a {
        background-size: contain;
    }

    .mw-talk04 {
        margin: 0px -50px;
        padding: 20px 50px 40px;
    }

    .mw-talk04::before {
        width: 100px;
        height: 100px;
        left: -30px;
        bottom: 10px;
    }

    .mw-talk04::after {
        width: 200px;
        height: 200px;
        right: -100px;
        top: 570px;
    }


    .mw-talks .mw-talk04 .mw-public_more a {
        background-size: contain;
    }

    .mw-part06 {
        padding: 50px 0 40px;
    }

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

    .mw-part06-slide .mw-photo {
        height: 195px;
    }

    .mw-part06-slide .mw-play {
        width: 50px;
        height: 56px;
    }

    .mw-part06-slide:hover .mw-play {
        background-image: url(../images/play_hover.png);
    }

    .mw-part06-swiper_prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        left: -55px;
    }
    .mw-part06-swiper_next {
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
        right: -55px;
    }

    .mw-part07_main {
        margin: 0px -200px;
        margin-top: 40px;
    }
    .mw-part07_post {
        padding-top: 50px;
    }

    .mw-part07_slide .mw-photo {
        height: 282px;
    }

    .mw-part07_slide .mw-title {
        height: 50px;
    }

    .mw-part07_slide .mw-title span {
        font-size: 16px;
    }

    .mw-part07-swiper_prev {
        width: 40px;
        height: 40px;
        left: 220px;
        margin-top: -20px;
    }

    .mw-part07-swiper_prev:hover {
        background-image: url(../images/p7_left_hover.png);
    }

    .mw-part07-swiper_next {
        width: 40px;
        height: 40px;
        right: 220px;
        margin-top: -20px;
    }

    .mw-part08 {
        padding: 50px 60px;
    }

    .mw-part08_main {
        margin-top: 45px;
    }

    .mw-footer {
        background-size: 100% auto;
        padding: 60px 0 90px;
    }

    .mw-footer .mw-container {
        width: 1100px;
    }

    .mw-footer_logo {
        padding-right: 10px;
    }

    .mw-footer_info {
        padding-left: 10px;
    }

    .mw-footer_info_menu {
        font-size: 16px;
    }

    .mw-footer_info_menu a {
        margin: 0px 10px;
    }


    .mw-footer_info_copy {
        margin-top: 20px;
        font-size: 14px;
    }

    .mw-footer_info_copy span {
        font-size: 12px;
    }

    .mw-footer_info_filing {
        padding-top: 10px;
        font-size: 16px;
    }

    .mw-footer_info_filing span {
        font-size: 12px;
        margin-right: 35px;
    }

    .mw-footer_info_right {
        font-size: 12px;
    }
}

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

    .body-m {
        display: block;
    }    
}