@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: #ffc287;
}

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

a {
    color: #ffc287;
}

a:hover {
    color: #fff;
}

/*2021-01-06*/
.body-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background-color: #16294f;
}

.mw-header {
    padding-top: 100px;
    text-align: center;
    height: 43.645833vw;
    background: url(../images/banner.png) no-repeat;
    background-position: top center;
    background-size:contain;
}

.mw-body {
    position: relative;
    background: url(../images/back.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: 200px;
    background-position: center bottom;
}
.mw-body.list_body{
    background-position: center top;
}
.mw-container {
    width: 1430px;
    margin: 0 auto;
    position: relative;
}
.mw-part01{
    margin-top: 65px;
    padding: 0px 80px;
}
.mw-table{
    width: 100%;
    display: table;
}
.mw-cell{
    display: table-cell;
    vertical-align: top;
}
.mw-cell.big{
    width: 68.031496%;
}
.mw-cell.small{
    width: 31.968504%;
}
.mw-part01 .mw-cell.small{
    padding-left: 40px;
}
.mw-part02{
    margin-top: 80px;    
    padding: 0px 80px;
}
.mw-part02 .mw-cell.small{
    padding-right: 40px;
}
.mw-bigBox{
    position: relative;
}
.mw-smallBox{
    position: relative;
}
.mw-part02 .mw-smallBox:last-child,
.mw-part01 .mw-smallBox:last-child{
    margin-top: 34px;
}
.mw-photo{
    position: relative;
    display: block;
}
.mw-part03{
    margin-top: 80px;
    position: relative;
}

.mw-photo_item{
    padding: 0 15px;
    height: 314px;
}

.mw-show-swiper_prev,
.mw-show-swiper_next {
    position: absolute;
    left: -70px;
    top: 50%;
    width: 46px;
    height: 96px;
    background: url(../images/arrow_left.png) no-repeat;
    background-size:contain;
    opacity: .4;
    cursor: pointer;
    margin-top: -34px;
    z-index: 2;
}

.mw-show-swiper_next {
    left: auto;
    right: -70px;
    background-image: url(../images/arrow_right.png);
}

.mw-show-swiper_prev:hover,
.mw-show-swiper_next:hover {
    opacity: 1;
}

.mw-photo::before{
    content: '\20';
    width: 108px;
    height: 108px;
    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%);
    z-index: 1;
}
.mw-smallBox .mw-photo::before{
    width: 68px;
    height: 68px;
}
.mw-photo_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mw-photo_img{
    padding-bottom: 57.446809%;
}
.mw-infos{
    background-color: #051941;
    padding: 35px 50px;
    font-size: 18px;
}
.mw-smallBox .mw-infos{
    font-size: 18px;
    padding: 8px 25px;
}
.mw-infos p{
    padding: 5px 0;
}
.mw-smallBox .mw-infos p{
    padding: 3px 0;
}

.mw-footer {
    border-top: 2px solid #f2dca5;
    padding: 45px 0;
    background-color: #16294f;
    color: #f2dca5;
}

.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: #f2dca5;
}

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

/*内容页面*/
  .mw-list_content{
    padding: 80px 0 0px 0;
}
.mw-list_content .mw-title{
    color: #ffc287;
    font-size: 40px;
    text-align: center;
}
.vjs-poster{
    border-radius: 10px;
}
.mw-contmain-videoBox {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 20px;
}

.mw-list_content .mw-main{
    margin-top:30px;
    font-size: 24px;
}

.mw-list_content .mw-main .mw-list-infos{
    padding-left: 20px;
    font-size: 28px;
    margin-top: 20px;
}
.mw-list_content .mw-main p{
    margin: 10px 0;
}
.video-js .vjs-big-play-button {
    width: 108px;
    height: 108px;
}

@media screen and (max-width: 1430px) { 
        
    .mw-body {
        padding-bottom: 150px;
    }
    .mw-container {
        width: 1100px;
    }
    .mw-part01{
        margin-top: 40px;
        padding: 0px 30px;
    }  
    .mw-part01 .mw-cell.small{
        padding-left: 20px;
    }
    .mw-part02{
        margin-top: 60px;    
        padding: 0px 30px;
    }
    .mw-part02 .mw-cell.small{
        padding-right: 20px;
    }
    .mw-part02 .mw-smallBox:last-child,
    .mw-part01 .mw-smallBox:last-child{
        margin-top: 20px;
    }
    .mw-part03{
        margin-top: 60px;
        position: relative;
    }

    .mw-photo_item{
        padding: 0 10px;
        height: 228px;
    }

    .mw-show-swiper_prev,
    .mw-show-swiper_next {
        left: -35px;
        width: 26px;
        height: 54px;
    }

    .mw-show-swiper_next {
        left: auto;
        right: -35px;
    }

    .mw-photo::before{
        width: 70px;
        height: 70px;
    }
    .mw-smallBox .mw-photo::before{
        width: 35px;
        height: 35px;
    }
    .mw-infos{
        background-color: #051941;
        padding: 15px 30px;
        font-size: 20px;
    }
    .mw-smallBox .mw-infos{
        font-size: 15px;
        padding: 5px 15px;
    }
    .mw-infos p{
        padding: 5px 0;
    }
    .mw-smallBox .mw-infos p{
        padding: 2px 0;
    }


    .mw-footer {
        padding: 35px 0;
    }


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

    .mw-footer_info_menu {
        font-size: 14px;
        margin-left: -10px;
    }


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

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

    .mw-footer_info_filing {
        margin-top: 10px;
        font-size: 14px;
    }
    .mw-footer_info_right {
        font-size: 13px;
        padding-top: 10px;
    }

    .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;
    }       
        
    /*内容页面*/
    .mw-list_content{
        padding: 50px 0 0px 0;
    }
    .mw-list_content .mw-title{
        font-size: 20px;
    }

    .mw-list_content .mw-main{
        margin-top:20px;
        font-size: 20px;
    }

    .mw-list_content .mw-main .mw-list-infos{
        font-size: 20px;
    }
    .mw-list_content .mw-main p{
        margin: 10px 0;
    }
    .video-js .vjs-big-play-button {
        width: 78px;
        height: 78px;
    }   
}


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

    .body-m {
        display: block;
    }    
    .mw-body.list_body{
        padding-bottom: 1rem;
    }
    /*2021.05.11*/
    .mw-body {
        background-size:cover;
    }
    .mw-container{
        width: 95%;
    }
    /*内容页面*/
    .mw-list_content{
        padding: .5rem 0 0px 0;
    }
    .mw-list_content .mw-title{
        font-size: .32rem;
    }

    .mw-list_content .mw-main{
        margin-top:.2rem;
        font-size: .2rem;
    }

    .mw-list_content .mw-main .mw-list-infos{
        font-size: .24rem;
    }
    .mw-list_content .mw-main p{
        margin: .05rem 0;
    }
    .video-js .vjs-big-play-button {
        width: .8rem;
        height: .8rem;
    }   
}
