@import "swiper.css";

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

.mw-pc {
    display: block;
}

.mw-mobile {
    display: none;
}

.mw-body {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #ebf2fc url(../images/bg.png) no-repeat center top;
    background-size: 100% auto;
}

.mw-banner {
    height: 0;
    padding-bottom: 27%;
}

.mw-container {
    width: 1380px;
    margin: 0 auto;
}

.mw-swiper {
    height: 0;
    padding-bottom: 56.38%;
    position: relative;
}
.mw-swiper .swiper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mw-swiper .swiper-slide {
    position: relative;
    display: block;
    text-decoration: none;
}
.mw-swiper .swiper-slide img {
    width: 100%;
}
.mw-swiper .swiper-slide .mw-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92px;
    line-height: 92px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}
.mw-swiper .swiper-pagination {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mw-swiper .swiper-arrow {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 10;
}
.mw-swiper .swiper-prev {
    left: 30px;
    background-image: url(../images/arrow-left.png);
}
.mw-swiper .swiper-next {
    right: 30px;
    background-image: url(../images/arrow-right.png);
}

.mw-ribbon {
    width: 492px;
    height: 146px;
    background: url(../images/ribbon.png) no-repeat;
    text-align: center;
    line-height: 180px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(47, 0, 2, .46);
    font-size: 30px;
    margin: 40px auto 20px;
}

.mw-table {
    width: 100%;
    display: table;
}
.mw-table .mw-cell {
    display: table-cell;
    vertical-align: top;
}
.mw-table .mw-cell:last-child {
    padding-left: 20px;
}
.mw-table .mw-cell .mw-photo {
    position: relative;
    font-size: 0;
}
.mw-table .mw-cell .mw-photo::after {
    content: '\20';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .4;
    position: absolute;
}
.mw-table .mw-cell .mw-photo .mw-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}
.mw-table .mw-cell .mw-photo .mw-play {
    width: 144px;
    height: 144px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -72px;
    margin-top: -72px;
    z-index: 2;
    cursor: pointer;
}
.mw-table .mw-cell .mw-top {
    line-height: 1.4;
}
.mw-table .mw-cell .mw-top a {
    font-size: 28px;
    color: #001828;
    text-decoration: none;
}
.mw-table .mw-cell .mw-top a:hover {
    color: #e9000d;
}
.mw-table .mw-cell .mw-list {
    height: 348px;
    background-color: #fff;
    margin-top: 22px;
    box-sizing: border-box;
    box-shadow: 0 0 16px 3px rgba(170, 201, 255, .2);
    padding: 50px 25px;
}
.mw-table .mw-cell .mw-list .mw-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/icon.png) no-repeat left center;
    padding-left: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.mw-table .mw-cell .mw-list .mw-item a {
    font-size: 24px;
    color: #004069;
    text-decoration: none;
}
.mw-table .mw-cell .mw-list .mw-item a:hover {
    color: #e9000d;
}

.mw-window {
    font-size: 0;
    margin: 0 -10px -37px;
}
.mw-window .mw-item {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 37px;
}
.mw-window .mw-item-inner {
    display: block;
    margin: 0 10px;
    position: relative;
    text-decoration: none;
}
.mw-window .mw-item-inner img {
    width: 100%;
}
.mw-window .mw-item-inner .mw-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-size: 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}
.mw-window .mw-item-inner .mw-sub-title {
    font-size: 20px;
    color: #004069;
    text-align: left;
    border-left: 4px solid #75c9ff;
    margin-top: 9px;
    padding-left: 10px;
}

.mw-footer {
    text-align: center;
    background-color: #49b8ed;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    padding: 35px 0;
    margin-top: 36px;
}

@media screen and (max-width: 1400px) {
    .mw-body {
        width: 1400px;
        margin-left: -700px;
    }

    .mw-container {
        width: 1100px;
    }

    .mw-table .mw-cell .mw-photo {
        width: 600px;
    }
    .mw-table .mw-cell .mw-photo img {
        width: 100%;
    }
    .mw-table .mw-cell .mw-photo .mw-title {
        font-size: 22px;
    }
    .mw-table .mw-cell .mw-list {
        height: 238px;
        padding: 25px;
    }
    .mw-table .mw-cell .mw-list .mw-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mw-table .mw-cell .mw-list .mw-item a {
        font-size: 20px;
    }
}

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

    .mw-mobile {
        display: block;
    }

    .mw-body {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .mw-container {
        width: 96%;
    }

    .mw-swiper .swiper-slide .mw-title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .mw-swiper .swiper-arrow {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
    .mw-swiper .swiper-prev {
        left: 10px;
    }
    .mw-swiper .swiper-next {
        right: 10px;
    }
    .mw-swiper .swiper-pagination {
        bottom: 44px;
    }

    .mw-ribbon {
        width: 200px;
        height: 59px;
        background-size: 100% 100%;
        font-size: 16px;
        line-height: 75px;
        margin: 20px auto 10px;
    }

    .mw-table,
    .mw-table .mw-cell {
        display: block;
    }

    .mw-table .mw-cell .mw-photo {
        width: 100%;
    }
    .mw-table .mw-cell .mw-photo .mw-play {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
        margin-top: 0;
        margin-left: 0;
        transform: translate(-50%, -50%);
    }
    .mw-table .mw-cell .mw-photo .mw-title {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .mw-table .mw-cell:last-child {
        padding-left: 0;
    }

    .mw-table .mw-cell .mw-top {
        margin-top: 15px;
    }
    .mw-table .mw-cell .mw-top a {
        font-size: 16px;
    }
    .mw-table .mw-cell .mw-list {
        margin-top: 15px;
        padding: 20px;
        height: auto;
    }
    .mw-table .mw-cell .mw-list .mw-item a {
        font-size: 16px;
    }

    .mw-window {
        margin: 0 -5px 0;
    }
    .mw-window .mw-item {
        width: 50%;
        margin-bottom: 10px;
    }
    .mw-window .mw-item-inner {
        margin: 0 5px;
    }
    .mw-window .mw-item-inner .mw-title {
        font-size: 14px;
    }
    .mw-window .mw-item-inner .mw-sub-title {
        font-size: 14px;
        margin-top: 5px;
    }

    .mw-footer {
        font-size: 12px;
        padding: 30px 0;
        margin-top: 30px;
    }
}
