.mw-home,
.mw-home .swiper-slide {
    width: 100%;
    height: 100%;
}
.mw-home .swiper-wrapper {
    height: 100%;
}
.mw-home__banner,
.mw-home__banner-item {
    width: 100%;
    height: 100%;
    position: relative;
}
/* 2019/1/7 淇敼 */
.mw-home__banner-item__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}
.mw-home__banner-item__video-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 2019/1/7 淇敼缁撴潫 */
.mw-home__banner .mw-container__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.mw-home__banner .mw-container__pagination .mw-container__main {
    padding-bottom: 20px;
}
/* 2019/1/10 淇敼 */
.mw-home__banner-item__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mw-home__banner-item__bg.pc {
    display: none;
}
.cn.pc {
    display: none;    }
.en.pc {
    display: none;
}
.mw-home__banner-item__bg.mobile {
    display: block;
}
/* 2019/1/10 淇敼缁撴潫 */
/* 2019/1/14 淇敼 */
.mw-home__banner-item__bg.mask::after {
    content: '\20';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
/* 2019/1/14 淇敼缁撴潫 */
.mw-home__banner-text {
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.mw-home__banner-text__inner {
    line-height: 1.4;
    width: 90%;
    margin-bottom: 80px;
    color: #fff;
}
.mw-home__banner-text__inner .cn {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
.mw-home__banner-text__inner .en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.mw-home__banner-text__inner p {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
}
.mw-home__banner-text__number {
    font-size: 14px;
    line-height: 1.2;
}
.mw-home__banner-text__number strong {
    font-size: 30px;
}

.mw-home__member-slide {
    background: url(../images/background-home__member.jpg) no-repeat left top;
    background-size: cover;
}

.mw-home__banner-text__inner.bottom .intro {
    font-size: 14px;
    text-align: justify;
}
.mw-home__banner-text__inner.bottom .intro::before {
    content: '\20';
    display: block;
    width: 90px;
    height: 5px;
    border-radius: 5px;
    background-color: #d1af8e;
    margin-top: 2em;
    margin-bottom: 2em;
}

.mw-home__member {
    width: 100%;
    height: 100%;
    position: relative;
}
.mw-home__member-item {
    width: 100%;
    height: 100%;
}
.mw-home__member-item__text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 2em;
}
.mw-home__member-item__text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.mw-home__member-item__text-inline {
    font-size: 14px;
    margin-bottom: 2.5em;
}
.mw-home__member-item__text .mw-button__banner {
    padding: 0 2em;
}
.mw-home__member-item__photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 90px;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.mw-home__member-item__photo-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 8px;
}
.mw-home__member-item__photo-item__background {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    background-color: #c8c8c8;
    position: relative;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mw-home__member-item__photo-item__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 .5em;
    font-size: 18px;
    color: #000;
    background-color: #c8c8c8;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mw-home__member-item__photo-item__title span{ font-size: .7em; color: #808080;}
/*.mw-home__member-item__photo-item__title::after {*/
    /*content: '\20';*/
    /*display: block;*/
    /*width: 1em;*/
    /*height: 1em;*/
    /*background: url(../images/arrow-right.png) no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*position: absolute;*/
    /*right: 1.5em;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
/*}*/
.mw-home__member-item__photo-item__blur {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    z-index: 0;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    filter: blur(5px);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.mw-home__member-item__photo-item__background:hover .mw-home__member-item__photo-item__title,
.mw-home__member-item__photo-item__background:hover .mw-home__member-item__photo-item__blur {
    opacity: 1;
}

.mw-home__history,
.mw-home__history .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mw-home__history .swiper-wrapper {
    height: 100%;
}
.mw-home__history-item {
    margin-left: 0;
    top: 8%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}
/*.mw-home__history-item::after {*/
    /*content: '\20';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 0;*/
    /*background-color: #000;*/
    /*opacity: .6;*/
/*}*/
/* 2019/1/10 淇敼 */
.mw-home__history-item__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mw-home__history-item__bg.pc {
    display: none;
}
.mw-home__history-item__bg.mobile {
    display: block;
}
/* 2019/1/10 淇敼缁撴潫 */
/* 2019/1/14 淇敼 */
.mw-home__history-item__bg.mask::after {
    content: '\20';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
/* 2019/1/14 淇敼缁撴潫 */
.mw-home__history-item .mw-container__main {
    position: relative;
}
.mw-home__history-item_text {
    position: absolute;
    top: 50%;
    color: #fff;
    padding: 0 30% 0 5%;
    line-height: 1.2;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mw-home__history-item_text strong {
    font-size: 16px;
}
.mw-home__history-item_text h3 {
    font-size: 26px;
}
.mw-home__history-side {
    background-color: #eee;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: auto;
    top: 52%;
    width: 100%;
    padding: 10px 20px; box-sizing: border-box;
}
.mw-home__history-side__text {
    font-size: 14px;
}
.mw-home__history-side__text h4{ font-size: 18px;}
    .mw-home__history-side__text span,
    .mw-home__history-side__text > a {
        display: block;
        color: #858585;
        cursor: pointer;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #d2d2d2;
        line-height: 32px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
iframe,#o_div1{ display: none;}
.mw-home__history-side__text>p a{ margin-top: 20px;}
.mw-home__history-side__text .active {
    color: #b8935d;
}

.mw-home__history-card {
    display: none;
}

.mw-home__activity {
    /*background: url(../images/background-home__1.jpg) no-repeat left top;
    background-size: cover;*/
}

.mw-home__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 60px;
    background-color: #fcfdfd;;
}
.mw-home__footer-wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.mw-home__footer-wrap__inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.mw-home__footer-inner {
    padding: 6%;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mw-home__footer-left,
.mw-home__footer-right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.mw-home__footer-left {
    text-align: center;
}
.mw-home__footer-right {
    text-align: center;
}
.mw-home__footer-left.bottom,
.mw-home__footer-right.bottom {
    vertical-align: bottom;
}
.mw-home__footer-logo {
    width: 37.333333%;
    height: 0;
    padding-bottom: 40%;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}
.mw-home__footer-info {
    padding: 5% 0;
}
.mw-home__footer-contact {
    font-size: 14px;
    color: #9b9a9a;
    line-height: 2;
}
.mw-home__footer-contact span {
    display: block;
}
.mw-home__footer-phone {
    margin-bottom: 5%;
}
.mw-home__footer-phone span {
    color: #808080;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}
.mw-home__footer-phone strong {
    color: #cea983;
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.mw-home__footer-qrcode {
    font-size: 0;
}
.mw-home__footer-qrcode__item {
    display: inline-block;
    text-align: center;
    color: #9b9a9a;
    font-size: 14px;
    max-width: 40%;
    padding: 0 2.5%;
}
.mw-home__footer-qrcode__item img {
    max-width: 100%;
}
.mw-home__footer-qrcode__item span {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.mw-home__footer-copyright {
    color: #9b9a9a;
    font-size: 12px;
    line-height: 2;
}
.mw-home__footer-middle {
    padding: 4% 0;
    display: flex;
    flex-direction: column;
}
.mw-home__footer-menu {
    display: none;
}

@media (min-width: 520px) {
    .mw-home__member-item__photo {
        display: flex;
        flex-wrap: wrap;
    }
    .mw-home__member-item__photo-item {
        width: 25%;
        flex: 1 1 auto;
    }
}

@media (min-width: 768px) {
    .mw-home__banner-item__line {
        width: 1px;
        height: 15%;
        background-color: rgba(255, 255, 255, .15);
        position: absolute;
        left: 50%;
    }
    .mw-home__banner-item__line.top {
        top: 0;
    }
    .mw-home__banner-item__line.bottom {
        bottom: 0;
    }
    .mw-home__banner-item__line.bottom::after {
        content: '\20';
        display: block;
        height: 70%;
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 3px;
        background-color: rgba(255, 255, 255, .8);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }
    .mw-home__banner-text {
        display: block;
    }
    .mw-home__banner-text__inner {
        position: absolute;
        width: 90%;
        top: 50%;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mw-home__banner-text__inner.bottom {
        position: absolute;
        width: 90%;
        top: auto;
        bottom: 20px;
        margin-bottom: 80px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .mw-home__banner-text__inner p {
        padding-right: 20%;
    }
    .mw-home__banner-text__inner.bottom .intro {
        font-size: 16px;
    }

    .mw-home__banner .mw-container__pagination .mw-container__main {
        padding-bottom: 2%;
    }
    .mw-home__banner-text__inner p {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .mw-home__banner-text__inner .cn {
        font-size: 42px;
    }
    .mw-home__banner-text__inner .en,
    .mw-home__banner-text__number strong {
        font-size: 40px;
    }
    .mw-home__banner-text__inner p {
        font-size: 16px;
    }

    .mw-home__member-item__text {
        width: 30%;
        box-sizing: border-box;
        padding-left: 1.5em;
        padding-right: 1.5em;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mw-home__member-item__photo {
        display: block;
        width: 70%;
        font-size: 0;
        margin: -8px;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mw-home__history-item {
        margin-right: 40.416667%;
        top: 25%;
    }
    .mw-home__history-item_text strong {
        font-size: 26px;
    }
    .mw-home__history-item_text h3 {
        font-size: 36px;
    }
    .mw-home__history-side {
        right: 10%;
        left: auto;
        bottom: 25%;
        top: 25%;
        width: 30.416667%;
        height: 50%;
        box-sizing: border-box;
        position: absolute;
    }
    .mw-home__history-side__text {
        position: absolute;
        top: 20%;
        left: 75px;
        width: 100%;
        line-height: 3;
        font-size: 14px;
        display: block;
        height: auto;
    }
    .mw-home__history-side__text .active {
        font-size: 1.35em;
        position: relative;
    }
    .mw-home__history-side__text .active::after {
        position: absolute;
        content: '\20';
        display: block;
        width: 15px;
        height: 2px;
        background-color: #b8935d;
        left: 50%;
        top: 50%;
        margin-top: -1px;
        margin-left: -50px;
    }

    .mw-home__history-card {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .52);
        display: block;
    }
    .mw-home__history-card {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .52);
    }
    .mw-home__history-card__text {
        color: #fff;
        font-size: 16px;
        padding: 20px;
        max-width: 400px;
    }
    .mw-home__history-card__text a {
        font-weight: bold;
        display: block;
        color: #fff;
    }
    .mw-home__history-card__image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        width: 200px;
    }

    .mw-home__footer {
        top: 0;
        padding-top: 0;
    }
    .mw-home__footer-wrap {
        padding-top: 11%;
    }
    .mw-home__footer-inner {
        display: block;
    }
    .mw-home__footer-middle {
        display: block;
    }
    .mw-home__footer-logo {
        width: 30.738786%;
        padding-bottom: 7.255937%;
        background: url(../images/logo__horizontal.png) no-repeat center;
        background-size: 100% 100%;
        margin: 0;
    }
    .mw-home__footer-left {
        text-align: left;
    }
    .mw-home__footer-right {
        text-align: right;
    }
    .mw-home__footer-left,
    .mw-home__footer-right {
        width: 50%;
    }
    .mw-home__footer-menu {
        font-size: 0;
        display: block;
    }
    .mw-home__footer-menu a {
        color: #9b9a9a;
    }
    .mw-home__footer-menu a:hover {
        color: #333;
    }
    .mw-home__footer-menu__item {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12%;
        position: relative;
    }
    .mw-footer__nav-submenu {
        position: absolute;
        top: 100%;
        left: -10px;
        padding-top: 15px;
        background-color: #fff;
        height: 0;
        text-align: left;
        overflow: hidden;
        z-index: 10;
    }
    .mw-footer__nav-top.has-sub::after {
        content: '\20';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: -15px;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #9b9a9a transparent transparent transparent;
    }
    .mw-footer__nav-submenu a {
        font-size: 14px;
        padding: 10px;
        line-height: 2;
        white-space: nowrap;
    }
    .mw-home__footer-menu__item:hover .mw-footer__nav-submenu {
        height: auto;
    }
    .mw-footer__nav-top {
        font-size: 12px;
        font-weight: bold;
        position: relative;
    }

    /* 2019/1/7 淇敼 */
    .mw-home__banner-item__video {
        display: block;
    }
    .mw-home__banner-item__video-image {
        display: none;
    }
    /* 2019/1/7 淇敼缁撴潫 */

    /* 2019/1/10 淇敼 */
    .mw-home__banner-item__bg.pc {
        display: block;
    }
    .cn.pc {
        display: block;
    }
    .en.pc {
        display: block;
    }
    .mw-home__banner-item__bg.mobile {
        display: none;
    }
    .mw-home__history-item__bg.pc {
        display: block;
        width: 59%;
    }
    .mw-home__history-item__bg.mobile {
        display: none;
    }
    /* 2019/1/10 淇敼缁撴潫 */
}

@media (min-width: 992px) {
    .mw-home__banner-text__inner .cn {
        font-size:40px;
    }
    .mw-home__banner-text__inner .en,
    .mw-home__banner-text__number strong  {
        font-size: 50px;
    }
    .mw-home__banner-text__inner p {
        font-size: 18px;
    }
    .mw-home__banner-text__number {
        font-size: 16px;
    }

    .mw-home__banner-text__inner.bottom .intro {
        font-size: 18px;
    }

    .mw-home__member-item__text h3 {
        font-size: 30px;

        margin-bottom: 80px;
    }
    .mw-home__member-item__photo-item__title {
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }
    .mw-home__member-item__photo-item__blur {
        height: 56px;
        line-height: 56px;
    }

    .mw-home__history-item_text strong {
        font-size: 30px;
    }
    .mw-home__history-item_text h3 {
        font-size: 56px;
    }
    .mw-home__history-side__text {
        font-size: 16px;
    }

    .mw-home__history-card__text {
        font-size: 20px;
    }

    .mw-footer__nav-top {
        font-size: 16px;
    }
    .mw-footer__nav-submenu a {
        font-size: 14px;
    }
    .mw-home__footer-qrcode__item {
        font-size: 16px;
    }
    .mw-home__footer-copyright {
        font-size: 14px;
    }
    .mw-home__footer-phone span {
        font-size: 14px;
    }
    .mw-home__footer-phone strong {
        font-size: 18px;
    }
    .mw-home__footer-contact {
        font-size: 16px;
    }
}

@media (min-width: 1460px) {
    .mw-home__banner-text__inner {
        width: 70%;
    }
    .mw-home__banner-text__inner p {
        padding-right: 30%;
    }
    .mw-home__banner-text__inner .cn {
        font-size: 62px;
    }
    .mw-home__banner-text__inner .en,
    .mw-home__banner-text__number strong {
        font-size: 60px;
    }
    .mw-home__banner-text__inner p {
        font-size: 24px;
    }

    .mw-home__banner-text__number {
        font-size: 22px;
    }

    .mw-home__banner-text__inner.bottom .intro {
        font-size: 20px;
    }

    .mw-home__member-item__text h3 {
        font-size: 40px;
    }
    .mw-home__member-item__text-inline {
        font-size: 18px;
    }
    .mw-home__member-item__photo-item__title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .mw-home__member-item__photo-item__blur {
        height: 60px;
        line-height: 60px;
    }

    .mw-home__history-item_text strong {
        font-size: 36px;
    }
    .mw-home__history-item_text h3 {
        font-size: 72px;
    }
    .mw-home__history-side__text {
        font-size: 18px;
    }

    .mw-home__history-card__text {
        font-size: 24px;
    }

    .mw-footer__nav-top {
        font-size: 18px;
    }
    .mw-footer__nav-submenu a {
        font-size: 16px;
    }
    .mw-home__footer-qrcode__item {
        font-size: 18px;
    }
    .mw-home__footer-copyright {
        font-size: 16px;
    }
    .mw-home__footer-phone span {
        font-size: 16px;
    }
    .mw-home__footer-phone strong {
        font-size: 22px;
    }
    .mw-home__footer-contact {
        font-size: 18px;
    }
}

.mw-activity__swiper-image {
    padding-bottom: 10px;
}

    .mw-activity__swiper-image .swiper-container {
        width: 100% !important;
    }

.mw-pagination__swiper-horizontal__small {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mw-activity__swiper-text__head h3::after {
    display: none !important;
}
/*.mw-activity__swiper-text, .mw-activity__swiper-image{ height:70%;}*/
.mw-activity__swiper-image__item{ background-size:100% auto!important; background-position:center top!important;}
.mw-activity__swiper-text.right{ top:25%!important;}
.mw-about__intro-thumb::after{ display:none!important;}
@media (min-width: 768px) {
     .mw-activity__swiper-image { top:60%!important;}
    } 