* {
    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;
}

.page-pc a,
.page-pc a:hover {
    text-decoration: none;
}

.page-pc a {
    color: #fff;
}

.page-pc a:hover {
    color: #f8cc6a;
}

.page-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    color: #00468b;
    font-size: 14px;
    background:url(../images/back.jpg) repeat-y;
    background-position:center top;
    background-size:100% 100%;
}

.mw-header {
    padding-top: 140px;
    height: 700px;
    text-align: center;
}
.mw-header_logo{
    width: 828px;
    height: 341px;
    margin: 0px auto;
    background: url(../images/banner_logo.png) no-repeat;
} 
.mw-header_info{
    margin: 10px auto;
    width: 1139px;
    height: 165px;
    background: url(../images/banner_text.png) no-repeat;
}

.mw-body {
    margin-top: 50px;
}
.mw-container {
    width: 1065px;
    margin: 0 auto;
    position: relative
}
.mw-intro{
    position: relative;
}
.mw-intro_head{
    text-align: center;
    height:67px;
}
.mw-intro_head img{
    display: inline-block;
    width: auto;
    height: 100%;
}
.mw-intro_main{
    width: 1483px;
    height: 338px;
    background: url(../images/jj_back.png) no-repeat;
    margin: 0px -209px;
    padding: 80px 219px 100px 219px;
    line-height: 1.8;
}
.mw-intro_main p{
    text-indent: 2em;
}
.mw-mian{
    margin-top: 130px;
}
.mw-video_header{
    position: relative;
    text-align: center;
    color: #00468b;
    font-size: 60px;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0 , 0 15px 13px rgba(3, 17, 204, .35); ;
    letter-spacing: 10px;
}
.mw-video_back{
    margin: 70px -131.5px;
    width: 1328px;
    height: 722px;
    background: url(../images/video_back.png) no-repeat;
    padding: 60px 131.5px;
}
.mw-video_wind{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.mw-video_items{
    margin-top: 80px;
}
.mw-video_items .mw-video_back{
    background-size:100% 100%;
    height: auto;
}
.mw-video_item{
    margin:40px 0;    
}
.mw-video_text{
    font-size: 30px;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0 , 0 10px 20px rgba(3, 17, 204, .45); ;
    letter-spacing: 2px;
    color: #00468b;
}
.mw-video_text .mw-title{
    margin-top: 5px;
}
.mw-video_text .mw-infos{
    margin-top: 15px;    
    display: table;
    width: 100%;
}
.mw-video_text .mw-infos p{
    display: table-cell;
    width: 33.3333333%;    
}
.mw-video_photo{
    margin-top: 40px;
}

.mw-footer {
    margin-top: 20px;
    padding: 40px 0;
    background-position:right top;
    background-repeat:no-repeat;    
}

.mw-footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

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

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

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

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

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

.mw-footer_info_filing {
    margin-top: 10px;
}

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

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

.page-m {
    display: none;
}


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

    .page-m {
        display: block;
    }


}