.page-m {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.m-container {
    width: 96%;
    margin: 0 auto;
    position: relative;    
}
.m-header {
    background: url(../images/banner.jpg) no-repeat center;
    background-size:cover;
    height: 0;
    padding-bottom: 45.8333333%;
    position: relative;
    margin-bottom: -30px;
}
.m-body {       
    line-height: 1.6;
    font-size: 13px;
}

.m-public-head{
    height: 30px;   
    text-align: center;  
}

.m-public-title{
    font-weight: bold;
    font-size: 18px;
    color: #001f88;
    line-height: 25px;
    position: relative;
    display: inline-block;
}
.m-public-title::before,
.m-public-title::after{
    content: '\20';
    width: 36px;
    height: 25px;
    background: url(../images/title_icon.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: -45px;
    top: 0;
}
.m-public-title::after{
    left: auto;
    right: -45px;
    -ms-transform: -ms-rotateY(180deg);
    transform: rotateY(180deg);
}
.m-box-1{
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 10px 22px;    
    font-size: 14px;
}
.m-box-1 p:nth-child(2){
    margin-top: 10px;
}
.m-box-1 p{
    text-indent: 2em;
}
.m-box-2{
    padding-top: 40px;
    padding-bottom: 80px;
}
.m-box-2__main,
.m-box-4__main{
    padding-top: 15px;
}
.m-box-2__main .m-photo,
.m-box-4__main .m-photo{
    position: relative;
    height: 0;
    padding-bottom: 54.75%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.m-play{
    background:url(../images/play.png) no-repeat;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: -ms-translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.m-box-2__main .m-photo .m-play,
.m-box-4__main .m-photo .m-play{
    width: 50px;
    height: 50px;
}
.m-box-2__main .m-photo_info,
.m-box-4__main .m-photo_info{
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: -30px;
}
.m-box-2__main .m-photo .m-title,
.m-box-4__main .m-photo .m-title{
    width: 100%;
    display: table;    
    height: 60px;
    background-color: #e2a40c;
    text-align: center;
    padding: 5px;
}
.m-box-2__main .m-photo .m-title span,
.m-box-4__main .m-photo .m-title span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}
.m-inner{
    background: url(../images/back_01.jpg);
    padding-top: 20px;
}
.m-box-3{
    padding-top: 20px;
}
.m-box-3__head{
    height: auto;
    display: table;
    width: 100%;
    background-color: #0b6fd5;
    border-top-right-radius: 50px;
    padding-right: 30px;
}
.m-box-3__head span{
    display: table-cell;
    color: #fff;
    vertical-align: middle;   
    font-size: 14px;
    padding: 10px;
    padding-left: 15px;
}
.m-box-3__items{
    position: relative;
}
.m-box-3__item{
    background:url(../images/border_icon.jpg) repeat-y;
    background-size:2px auto;   
}
.m-box-3__item:nth-child(1){
    padding-top: 20px;
}
.m-box-3__item:last-child{
    background: none;
}
.m-box-3__item .m-title{
    display: table;
    width: 90%;
    background-color: #ffbd35;
    border-top-right-radius: 60px;
    position: relative;
}
.m-box-3__item .m-title::before{
    content: '\20';
    background: url(../images/list_icon.png) no-repeat;
    background-size:contain;
    width: 5px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4.5px;
}
.m-box-3__item .m-title span{
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
}
.m-box-3__item .m-main{
    padding: 10px 0 10px 20px;
}

.m-box-3__item .m-main__title{
    color: #0b6fd5;
    font-size: 14px;
    font-weight: bold;
}
.m-box-3__item .m-main__title.m-two{
    margin-top: 10px;
}
.m-box-3__item .m-main__list{
    color: #616161;
    line-height: 2;
    padding-top: 5px;
}
.m-box-3__item .m-main__list span{
    color: #ffac00;
}
.m-box-4{
    padding: 25px 0;
}
.m-box-4__items{
    margin: 0px -5px;
    font-size:0;    
    padding-top: 50px;
    text-align: center;
}
.m-box-4__item{
    display: inline-block;
    width: 50%;
    padding: 5px;    
    vertical-align: top;
}
.m-box-4__item .m-photo{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height: 0;
    padding-bottom: 63.913043%;
    position: relative;
}
.m-box-4__item .m-photo .m-play{
    width: 33px;
    height: 33px;
}
.m-box-4__item .m-name{
    color: #0b6fd5;
    text-align: center;
    font-size: 14px;
}
.m-innerTwo{
    background: url(../images/back_02.jpg);
    padding-top: 25px;
    padding-bottom: 20px;
}
.m-box-5{
    padding-bottom: 20px;
}
.m-box-5__item{
    margin-top: 20px;
}
.m-box-5__item .m-problem{
    display: table;
    width: 100%;
    min-height: 30px;
    position: relative;
    color: #fdb740;
    padding: 5px;
    padding-left: 10px;
}
.m-box-5__item .m-problem::before{
    width: 20px;
    height: 20px;
    background-color: #f3bf54;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -5px;
}
.m-box-5__item:nth-child(1) .m-problem::before{
    content: '1';
}
.m-box-5__item:nth-child(2) .m-problem::before{
    content: '2';
}
.m-box-5__item:nth-child(3) .m-problem::before{
    content: '3';
}
.m-box-5__item:nth-child(4) .m-problem::before{
    content: '4';
}
.m-box-5__item:nth-child(5) .m-problem::before{
    content: '5';
}
.m-box-5__item:nth-child(6) .m-problem::before{
    content: '6';
}
.m-box-5__item:nth-child(7) .m-problem::before{
    content: '7';
}
.m-box-5__item:nth-child(8) .m-problem::before{
    content: '8';
}
.m-box-5__item:nth-child(9) .m-problem::before{
    content: '9';
}
.m-box-5__item .m-problem-cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;    
    border: 1px solid #f2c974;
    font-size: 14px;
}
.m-box-5__item .m-reply{
    display: table;
    width: 100%;
    margin-top: 10px;
}
.m-box-5__item .m-reply-cell{
    background-color: #137ae2;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
    padding:10px;
    text-indent: 2em;
    min-height: 70px;
    box-shadow: 3px 3px 18px rgba(0, 0, 0, .2);
}
.m-box-6{
    padding-top: 15px;
}
.m-box-6__items{
    font-size: 0;
}
.m-box-6__item{
    width: 100%;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
}
.m-box-6__item .m-box{
    background-color: #fff;
    box-shadow: 3px 3px 43px rgba(0, 0, 0, .08);
    padding: 10px;
    text-align: center;
}
.m-box-6__item .m-box_code{
    display: inline-block;
    width: 70%;
    height: auto;
}
.m-box-6__item .m-box_code img{
    width: 100%;
    height: auto;
}
.m-box-6__item .m-box_text{
    margin-top: 20px;  
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}
.m-box-6__item .m-box_go{
    height: 35px;
    display: block;
    background: url(../images/go_back.jpg) repeat-x;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.m-innerThree{
    height: auto;
    background: url(../images/back_03.jpg);
    background-size:cover;
    padding: 25px 0;
    background-position:center;
}
.m-innerThree .m-public-title{
    color: #fff;
}
.m-innerThree .m-public-title::before,
.m-innerThree .m-public-title::after{
    background-image: url(../images/title_iconTwo.png) no-repeat;   
}
.m-box-7{
    font-size: 0;
    margin: 0px -5px;
    text-align: center;
    padding-top: 10px;
}
.m-box-7__item{
    width: 50%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
.m-box-7__item .m-photo{
    height: 0;
    padding-bottom: 76.7507%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    box-shadow: 0 3px 49px rgba(2, 14, 58, .1);
}
.m-footer{
    padding: 20px 0;
    display: table;
    width: 100%;
    background-color: #002492;
}
.m-footer_infos{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

/*弹出视频*/
.m-popup-video {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

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

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

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

.m-popup-video .video .cell video {    
    max-width: 90%;
    min-height: 500px;
    max-height: 600px;
}
.m-popup-video .video .cell .close{
    width: 50px;
    height: 50px;   
    border-radius: 50px;
    background: url(../images/close.png) no-repeat center center;
    background-color:rgba(0, 0, 0, .5);
    cursor: pointer;
    position: absolute;
    top: -60px;
    right: 0;
    display: block;
}