@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: #333;
    
}
a,
a:hover {
    text-decoration: none;
}


.boby-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}

.mw-body {
    background: url(../images/back.jpg) no-repeat center bottom;     
    padding-bottom: 100px;
    line-height: 1.6;
    font-size: 18px;
}
.mw-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;    
}

.mw-header {
    background: url(../images/head_back.jpg) no-repeat center;
    background-size:cover;
    height: 734px;
    position: relative;
}
.mw-slogan{
    width: 1240px;
    border: 1px solid #fff;
    height: 145px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mw-slogan_text{
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    height: 145px;
    color: #c71d1e;
    font-size: 40px;
    line-height: 145px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    background-color: #fff;
}
.mw-public-header{
    height: 85px;
    text-align: center;
}
.mw-public-title{
    background-color:#a9131c;
    border-radius: 50px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    padding: 0px 65px;
    position: relative;
    font-size: 38px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.mw-public-title::after,
.mw-public-title::before{
    content: '\20';
    background: url(../images/icon_xin.png) no-repeat;
    width: 71px;
    height: 61px;
    top: 0;
    left: -85px;
    position: absolute;
}
.mw-public-title::before{
    left: auto;
    right: -85px;
    -ms-transform: rotateY(180deg);    
    transform: rotateY(180deg);
}

.mw-box-1{
    padding-top: 150px;
}
.mw-part01{
    margin-top: 40px;
}
.mw-part_head{
    padding-top: 60px;
    position: relative;
}
.mw-part_title{
    position: relative;
    background: url(../images/title_back.png) repeat-x;
    height: 83px;
    display: inline-block;
    padding-left:40px;
    padding-right: 200px;    
    line-height: 83px;    
    box-shadow: 0 0 20px rgba(103, 0, 0, .5);
}
.mw-part_title::before{
    content: '\20';
    background: url(../images/title_left.png) no-repeat;
    width: 13px;
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mw-part_title::after{
    content: '\20';
    background: url(../images/title_pople.png) no-repeat;
    width: 186px;
    height: 148px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mw-part_title_text{
    font-size: 32px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(103, 0, 0, 1), 0 2px 1px rgba(255, 255, 255, .6);    
}
.mw-part_more{
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.mw-part_more a{
    color: #a8131c;
}
.mw-part_more a:hover{
    color: #7b0006;
}
.mw-part01_item{
    background-color: #fff;
    padding: 35px 60px;
    box-shadow: 0 0 20px rgba(103, 0, 0, .2);
    margin-top: 30px;
}
.mw-part01_item_title{
    position: relative;
    font-size: 26px;
    color: #c71d1e;
}
.mw-part01_item_title::before{
    content: '\20';
    width: 17px;
    height: 17px;
    background: url(../images/icon_quan.png) no-repeat;
    position: absolute;
    left: -30px;
    top: 12px;
}
.mw-part01_item_mian{
    color: #666;
    margin-top: 20px;
}
.mw-part01_videos{
    font-size: 0;
    margin: 0px -30px;
    margin-top: 50px;
}
.mw-part01_video{
    width: 50%;
    padding: 30px;
    display: inline-block;    
    vertical-align: top;
}
.mw-part01_video_box{
    background: #a9131c;
    box-shadow: 0 0 20px rgba(103, 0, 0, .2);
    padding: 40px;
    padding-bottom: 20px;
}
.mw-part01_video_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 0;
    padding-bottom: 50.338983%;    
    position: relative;
    box-shadow: 0 0 20px rgba(103, 0, 0, .7);
}
.mw-part01_video_photo::before{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color 300ms ease;
}
.mw-part01_video_photo:hover::before{
    background-color: rgba(0, 0, 0, 0);    
}
.mw-part01_video_photo .mw-play{
    width: 111px;
    height: 111px;
    background: url(../images/ico_play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    display: block;
    cursor: pointer;
}
.mw-part01_video_title{
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.mw-part01_video_title a{
    color: #fff;
}
.mw-part01_video_title a:hover{
    color: #f5dd99;
}
.mw-part01_swiper{
    margin-top: 50px;
    padding-right: 140px;
    position: relative;
}
.mw-notice_swiper{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);  
    overflow: hidden;
    height: 360px;
    position: relative;
}
.mw-notice_swiper::after{
    content: '\20';
    background-color: #fff;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.mw-notice_swiper .swiper-slide{
    padding: 0px 20px;
    box-sizing: border-box;
}
.mw-notice_arrow{
    width: 85px;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}
.mw-notice_arrow::before{
    content: '\20';
    background-color: #e5e5e5;
    width: 45px;
    height: 1px;
    position: absolute;
    top:50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mw-notice_arrow .prev,
.mw-notice_arrow .next{
    width: 23px;
    height: 20px;
    background: url(../images/ico_sj.png) no-repeat;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -12px;
    cursor: pointer;
}
.mw-notice_arrow .prev:hover,
.mw-notice_arrow .next:hover{
    background-image: url(../images/ico_sj_hover.png);
}
.mw-notice_arrow .next{
    top: auto;
    bottom: 35px;
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.mw-part01_slide{
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    line-height: 1;
    font-size: 26px;
    position: relative;
    padding-left: 35px;
    height: 72px;
}

.mw-part01_slide::before{
    content: '\20';
    width: 17px;
    height: 17px;
    background: url(../images/icon_quan.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 25px;
}

.mw-part01_slide a{
    color: #c71d1e;
}
.mw-part01_videos.mw-photos{
    margin-top: 0px;
}
.mw-part01_videos.mw-photos .mw-part01_video_photo::before{
    display: none;
}
.mw-part01_pictures{
    margin: 0px -23px;
    margin-top: 40px;
    font-size: 0;
}
.mw-part01_picture{
    width: 33.333333%;
    display: inline-block;
    padding: 0 23px;
    vertical-align: top;
}
.mw-part01_picture_box{

}
.mw-part01_picture_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 0;
    padding-bottom: 55.963303%;    
    position: relative;
    box-shadow: 0 0 20px rgba(103, 0, 0, .3);
}
.mw-part01_picture_title{
    padding-left: 17px;
    position: relative;   
    margin-top: 30px; 
    font-size: 18px;
    line-height: 1;
}
.mw-part01_picture_title::before{
    content: '\20';
    width: 3px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c71d1e;
}
.mw-part01_picture_title a{
    color: #333;
}
.mw-part01_picture_title a:hover{    
    color:#c71d1e;
}
.mw-part02{
    margin-top: 25px;
}
.mw-part02_item_pictures{
    font-size: 0;
    margin: 0px -18px;
    margin-top: 40px;
}
.mw-part02_item_picture{
    width: 25%;
    padding: 0px 18px;
    display: inline-block;
    vertical-align: top;
}
.mw-part02_item_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 0;
    padding-bottom: 75%;    
    position: relative;
}
.mw-box-2{
    padding-top: 80px;
}
.mw-part03{
    margin-top: 30px;    
}
.mw-part03_head{    
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    height: 60px;
    position: relative;
}
.mw-part03_title{
    font-size: 28px;
    color: #220700;
    display: inline-block;
    position: relative;
    height: 50px;
}
.mw-part03_title::after{
    content: '\20';
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    position: absolute;
    background-color: #a9131c;
}
.mw-part03_items{
    margin: 0px -20px;
    margin-top: 25px;
    font-size: 0;
}
.mw-part03_item{
    width: 33.333333%;
    display: inline-block;
    padding: 0 20px;
}
.mw-part03_item_box{
    background-color: #a8131c;
    padding: 25px;
    box-shadow: 0 0 25px rgba(103, 0, 0, .6);
}
.mw-part03_item_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 0;
    padding-bottom: 50.387597%;    
    position: relative;
    box-shadow: 0 0 15px rgba(103, 0, 0, .4);
}
.mw-part03_ad{
    margin-top: 40px;
}
.mw-part03_ad_photo{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 0;
    padding-bottom: 14.285714%;    
    position: relative;
    box-shadow: 0 0 10px rgba(103, 0, 0, .4);
}
.mw-footer {
    padding: 20px 0;
    background-color:#a9131c;
}
.mw-footer-container {
    width: 1240px;
    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;
}
.body-m {
    display: none;
}    
@media screen and (max-width: 1440px) {     
        
    .mw-body {
        background-size:100% 100%;    
        padding-bottom: 70px;
        line-height: 1.6;
        font-size: 14px;
    }
    .mw-container {
        width: 1000px;  
    }

    .mw-header {
        height: 0;
        padding-bottom: 38.229167%;
    }
    .mw-slogan{
        width: 900px;
        height: 105px;
        bottom: -0px;
    }
    .mw-slogan_text{
        height:105px;
        font-size: 28px;
        line-height: 105px;
    }
    .mw-public-header{
        height: 65px;
    }
    .mw-public-title{
        border-radius: 40px;
        height:65px;
        line-height: 65px;
        padding: 0px 45px;
        font-size: 28px;
    }
    .mw-box-1{
        padding-top: 80px;
    }
    .mw-part01{
        margin-top: 40px;
    }
    .mw-part_head{
        padding-top: 45px;
    }
    .mw-part_title{
        background-size:auto 100%;
        height: 53px;
        padding-left:30px;
        padding-right: 130px;    
        line-height: 53px;           
        box-shadow: 0 0 15px rgba(103, 0, 0, .2);     
    }
    .mw-part_title::before{
        background-size:contain;
        width: 8px;
        height: 53px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mw-part_title::after{
        background-size:contain;
        width: 118px;
        height: 94px;
    }
    .mw-part_title_text{
        font-size: 22px; 
    }
    .mw-part_more{
        font-size: 16px;
        
    }
    .mw-part01_item{
        padding: 15px 35px;
        margin-top: 20px;
    }
    .mw-part01_item_title{
        font-size: 20px;
    }
    .mw-part01_item_title::before{
        width: 10px;
        height: 10px;
        background-size:contain;
        left: -20px;
        top: 12px;
    }
    .mw-part01_item_mian{
        margin-top: 5px;
    }
    .mw-part01_videos{
        margin: 0px -15px;
        margin-top: 20px;
    }
    .mw-part01_video{
        padding: 15px;
    }
    .mw-part01_video_box{
        padding: 20px;
        padding-bottom: 10px;
    }
    .mw-part01_video_photo .mw-play{
        width: 60px;
        height: 60px;
        background-size:contain;
    }
    .mw-part01_video_title{
        font-size: 14px;
        margin-top: 10px;
    }
    .mw-part01_swiper{
        margin-top: 25px;
        padding-right: 100px;
    }
    .mw-notice_swiper{
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);  
        overflow: hidden;
        height: 260px;
        position: relative;
    }
    .mw-notice_arrow{
        width: 60px;
        height: 130px;
        padding: 10px;
    }
    .mw-notice_arrow::before{
        content: '\20';
        background-color: #e5e5e5;
        width: 45px;
        height: 1px;
        position: absolute;
        top:50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .mw-notice_arrow .prev,
    .mw-notice_arrow .next{
        top: 15px;
    }
    .mw-notice_arrow .next{
        top: auto;
        bottom: 15px;
    }
    .mw-part01_slide{
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 0;
        line-height: 1;
        font-size: 16px;
        position: relative;
        padding-left:20px;
        height: 52px;
    }

    .mw-part01_slide::before{
        width: 10px;
        height: 10px;
        background-size:contain;
        position: absolute;
        top: 15px;
    }
    .mw-part01_pictures{
        margin: 0px -11px;
        margin-top: 20px;
        font-size: 0;
    }
    .mw-part01_picture{
        padding: 0 11px;        
    }
    .mw-part01_picture_title{
        padding-left: 15px;
        position: relative;   
        margin-top: 20px; 
        font-size: 14px;
        line-height: 1.4;
    }
    .mw-part01_picture_title::before{
        content: '\20';
        width: 3px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #c71d1e;
    }
    .mw-part01_picture_title a{
        color: #333;
    }
    .mw-part01_picture_title a:hover{    
        color:#c71d1e;
    }
    .mw-part02{
        margin-top: 20px;
    }
    .mw-part02_item_pictures{
        margin: 0px -10px;
        margin-top: 30px;
    }
    .mw-part02_item_picture{
        padding: 0px 10px;
    }
    .mw-box-2{
        padding-top: 50px;
    }
    .mw-part03{
        margin-top: 20px;    
    }
    .mw-part03_head{    
        height: 50px;
    }
    .mw-part03_title{
        font-size: 20px;
        height: 40px;
    }
    .mw-part03_items{
        margin: 0px -10px;
        margin-top: 15px;
    }
    .mw-part03_item{
        padding: 0 10px;
    }
    .mw-part03_item_box{
        padding: 10px;
    }
    .mw-part03_ad{
        margin-top: 20px;
    }
    
    .mw-footer-container {
        width: 900px;
        padding: 10px 0;
    }
    .mw-footer_info_menu {
        font-size: 14px;
    }


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


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

    .mw-footer_info_right {
        font-size: 14px;
    }

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

    
}

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

    .body-m {
        display: block;
    }    
  

}