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

a {
    color: #333;
}

a:hover {
    color: #AE0319;
}

.mw-pc {
    max-width: 1920px;
    overflow: hidden;    
    min-height: 1200px;
    position: relative;
}

.mw-container{
    width: 1000px;
    margin: 0 auto;   
    z-index: 1;
    position: relative
}
.mw-header {
    background: url(../images/header.jpg) no-repeat center;     
    height: 400px;
}

.mw-part01{
    padding: 100px 0;
    background: url(../images/part01_back.jpg) no-repeat center;
}
.mw-title{
    color: #c30000;
    font-size:60px;
    font-weight: bold;
    text-align: center;
    line-height: 1;    
}
.mw-part01_main{
    position: relative;
    padding: 40px 0 ;
    font-size: 0;
    text-align: center;
    margin-top: 80px;
}
.mw-part01_main::after,
.mw-part01_main::before{
    content: '\20';
    background: url(../images/icon_s.png) no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: -40px;
    top: 0;
}
.mw-part01_main::after{
    left: auto;
    top: auto;
    bottom: 0;
    right: -40px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mw-part01_item:nth-child(1) .mw-part01_item_title{
    text-align: left;
}
.mw-part01_item:nth-child(2) .mw-part01_item_title{
    text-align: center;
}
.mw-part01_item:nth-child(3) .mw-part01_item_title{
    text-align: right;
}
.mw-part01_item{    
    padding: 0 40px;
    display: inline-block;
    vertical-align: top;   
    position: relative;
}
.mw-part01_item::before,
.mw-part01_item::after{
    content: '\20';    
    width: 2px;
    background: #ff9700;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.mw-part01_item:last-child::after,
.mw-part01_item:last-child::before{
    display: none;
}
.mw-part01_item::after{
    right: 5px;
}
.mw-part01_item_title{
    height: 36px;  
    font-size: 36px;    
    color: #c30000;
    line-height: 1;
    font-weight: bold;
}
.mw-part01_item_title a{
    color: #c30000;
}
.mw-part01_item_title a:hover{
    color: #ff9700;
}

.mw-part02{
    background: url(../images/part02_back.jpg) no-repeat;
    background-size: 100% 100%; 
    padding: 55px 0 20px;
}

.mw-part02_main{
    padding-bottom: 50px;
}
.mw-part02_slide{
    position: relative;    
}
.mw-part02_slide_img{
    height: 0;
    padding-bottom: 52%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.mw-part02_slide_title{
    background-color: rgba(0,0,0,.6);
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.mw-part02_slide_title a{
    color: #fff;
}
.mw-part02_slide_title a:hover{
    color: #ff9700;
}
.mw-pople-swiper_prev,
.mw-pople-swiper_next {
    background:rgba(0,0,0,.4) url(../images/arrow.png) no-repeat center;
    background-size: 13px auto; 
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -68px;
    cursor: pointer;
    z-index: 1;
}

.mw-pople-swiper_next {
    left: auto;
    right:-68px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-pople-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;    
}

.mw-pople-pagination .swiper-pagination-switch {
    height: 9px;
    width: 9px;
    background-color:#fff;    
    display: inline-block;
    margin: 0px 10px;
    border-radius: 9px;
    opacity: .6;
}

.mw-pople-pagination .swiper-active-switch {
    opacity: 1;
}

.mw-part03{    
    background: url(../images/part01_back.jpg) no-repeat center;
    background-size: 100% 100%; 
    padding: 60px 20px;
}
/*竖向改横向*/
.mw-part03_lists{
    font-size: 0;
    margin: 0 -40px;
    padding: 0 60px;
}
.mw-part03_list{
    width: 330px;    
    font-size: 0;
    display: inline-block;
    margin: 0px 70px;
    text-align: center;
}

.mw-part03_list_photo{
    width: 285px;
    display: inline-block;
    vertical-align:middle;
}
.mw-part03_list_photo_img{
    height: 0;
    padding-bottom: 88.77193%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.mw-part03_list_info{
    width: 100%;
    margin-top: 20px;
}
.mw-part03_list_info .title{
    font-size: 18px;
    font-weight: bold;  
    text-align: center; 
    line-height: 1.6; 
}

.mw-part03_list_info .title a{
    color: #AE0319;
}
.mw-part03_list_info .title a:hover{
    color: #ff9700;
}
.mw-part04{
    background: url(../images/part04_back.jpg) repeat-x;    
}
.mw-part04_head{
    height: 82px;
    line-height: 82px;
    color: #fff;
    font-size: 30px;
}
.mw-part04_main{
    padding: 10px 0 50px;
}
.mw-part04_list{
    background: url(../images/part04_bg.jpg);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 38px;
    font-size: 0;
    margin-top: 40px;
}
.mw-part04_list_photo{
    width: 27%;
    display: inline-block;
    vertical-align: middle;
}
.mw-part04_list_img{
    height: 0;
    padding-bottom: 76%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat; 
    position: relative;
}
.mw-part04_list_info{
    width: 73%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px;
}
.mw-part04_list_title{
    font-size: 28px;
    font-weight: bold;    
}
.mw-part04_list_title a{
    color: #AE0319;
}
.mw-part04_list_title a:hover{
    color: #ff9700;
}
.mw-part04_list_main{
    position: relative;
    padding-bottom: 35px;  
    margin-top: 20px;  
    line-height: 1.6;
    font-size: 16px;
}
.mw-part04_list_more{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #AE0319;
}
.mw-part04_list_more:hover{
    color: #ff9700;
}
.mw-footer {
    padding: 40px 0;
    background: #AE0319;
}

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

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

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

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

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

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

.mw-footer_info_copy span {
    font-size: 16px;
    margin: 0px 15px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
}

.mw-footer_weach {
    display: inline-block;
    width: 15.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-m{
    display: none;
}   

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