﻿@import 'swiper.css';
@import 'liMarquee.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: #572b10;
}

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

a {
    color: #572b10;
}

a:hover {
    color: #af191e;
}

/*2021-01-06*/
.body-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background:url(../images/bg.jpg) repeat-y;
}

.mw-header {
    padding-top: 280px;
    text-align: center;
    height: 500px;
    background: url(../images/banner.jpg) no-repeat;
    background-position: top center;
}

.mw-body {
    position: relative;
    padding-top: 75px;
    background: url(../images/back.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: 120px;
    background-position: center bottom;
}
.mw-body.list_body{
    background-position: center top;
    padding-top: 0;
} 
.mw-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.mw-part01 {
    height: 542px;
    margin: 0px -40px;
    background: url(../images/part01_bg.png) no-repeat;
    padding: 0px 90px 60px;
}

.mw-part01_header {
    text-align: center;
    height: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.mw-part01_header span {
    color: #a93831;
    font-size: 52px;
    display: inline-block;
    margin-top: -13px;
}

.mw-part_main {
    font-size: 32px;
    color: #572b10;
    line-height: 1.8;
}

.mw-part_main p {
    text-indent: 2em;
    text-align: justify;
}

.mw-part_main a,
.mw-part_main a:link {
    color: #be1315;
}

.mw-part_main a:hover {
    color: #af191e;
}

.mw-part02 {
    margin-top: 80px;
}

.mw-public_header {
    text-align: center;
    font-size: 0;
}

.mw-public_title {
    display: inline-block;
    height: 213px;
}

.mw-public_title img {
    height: 100%;
    width: auto;
}

.mw-part02_swiper {
    margin-top: 25px;
    padding: 0px 175px;
    position: relative;
    margin-bottom: 40px;
}

.mw-part02_swiper .swiper {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.mw-part02 .mw-photo_box {
    position: relative;
    display: block;
}

.mw-part02 .mw-photo_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 594px;
}

.mw-part02 .mw-photo_tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
}

.mw-part02 .mw-photo_tips .mw-photo_title {
    min-height: 60px;
    display: table-cell;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    vertical-align: middle;
    padding: 10px 150px 10px 20px;
    font-size: 24px;
}

.mw-part02 .mw-part02_pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 32px;
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch {
    background-color: #b21d23;
    width: 32px;
    height: 32px;
    opacity: .7;
    border-radius: 0;
    position: relative;
}

.mw-part02 .mw-part02_pagination .swiper-active-switch {
    background-color: #b21d23;
    width: 32px;
    opacity: 1;
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch::after {
    line-height: 32px;
    font-size: 24px;    
    color: #fff;
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(1):after {
    content: '1';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(2):after {
    content: '2';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(3):after {
    content: '3';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(4):after {
    content: '4';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(5):after {
    content: '5';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(6):after {
    content: '6';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(7):after {
    content: '7';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(8):after {
    content: '8';
}

.mw-part02 .mw-part02_pagination .swiper-pagination-switch:nth-child(9):after {
    content: '9';
}

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

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

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

.mw-part03 {
    background: url(../images/part03_bg.png) no-repeat;
    height: 905px;
    margin: 0px -147px;
    margin-top: 120px;
    padding: 0 147px;
}

.mw-part03 .mw-public_title {
    margin-top: -70px;
}

.mw-photo_items {
    font-size: 0;
    margin: 0px -15px;
}

.mw-part03 .mw-photo_items {
    margin-top: 25px;
}

.mw-photo_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    white-space: normal;
}

.mw-photo_item .mw-box {
    position: relative;
    display: block;
}

.mw-photo_item .mw-box_photo {
    height: 252px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mw-photo_item .mw-box_title {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: table;
    min-height: 60px;
    padding: 10px 20px;
}

.mw-photo_item .mw-box_title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
}

.mw-part04 {
    margin-top: 60px;
}

.mw-part04 .mw-part_main {
    margin-top: 10px;
}

.mw-part04_videos {
    position: relative;
}

.mw-part04_more {
    text-align: right;
}

.mw-part04_more a,
.mw-part04_more a:link {
    color: #be1315;
    font-size: 32px;
}

.mw-part04 .mw-box_photo,
.mw-part05 .mw-box_photo,
.mw-part06 .mw-box_photo {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.mw-part04 .mw-photo_item .mw-box::after {
    content: '\20';
    width: 80px;
    height: 80px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.mw-part05 {
    margin-top: 60px;
}

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

.mw-part05_work .mw-photo_items {
    margin: 0 0;
}

.mw-part05_work .mw-photo_item {
    width: 476.66px;
}

.mw-part06 {
    margin-top: 80px;
}

.mw-part06 .mw-public_header {
    margin-bottom: 40px;
}

.mw-part06 .mw-public_title {
    height: 131px;
}

.mw-part06-swiper {
    position: relative;
    margin-top: 20px;
}

.mw-part06-swiper .mw-photo_item {
    width: 100%;
}

.mw-part06-swiper .mw-show-swiper_prev {
    left: -70px;
}

.mw-part06-swiper .mw-show-swiper_next {
    left: auto;
    right: -70px;
}


.mw-footer {
    padding: 45px 0;
    color: #fff;
    background-color: #831c16;
}

.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 {
    color: #fff;
    margin: 0px 20px;
}

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

.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 {
    margin-top: 15px;
    border-top: 1px solid #bd8683;
    text-align: center;
    padding-top: 20px;
}

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

/*内容页面*/

.mw-crumbs{
    padding-top: 50px;
    color: #572b10;
    font-size: 32px;
}
.mw-crumbs a:link,
.mw-crumbs a:visited,
.mw-crumbs a:active{
    color: #572b10;
}
.mw-crumbs a:hover{
    color: #b62d30;
}

.mw-list_content{
    padding: 70px 0 30px 0;
}
.mw-list_content .mw-title{
    color: #572b10;
    font-size: 52px;
    text-align: center;
}

.mw-list_content .mw-main{
    margin-top:50px;
    font-size: 32px;
}
.mw-list_content .mw-main p{
    text-indent: 2em;
    margin: 30px 0;
}
.mw-list_content .mw-main img{
    max-width: 90%;
    height: auto;
}

.mw-list_main{
    padding: 60px 0;
}
.mw-list_items{
    font-size: 0;
    margin: 0 -15px;
}
.mw-list_item{
    width: 33.333333%;
    display: inline-block;
    padding: 15px;
}

.mw-list_item .mw-box {
    position: relative;
    display: block;
}

.mw-list_item .mw-box_photo {
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.mw-list_item .mw-box_title {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: table;
    min-height: 60px;
    padding: 10px 20px;
}

.mw-list_item .mw-box_title span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
}

.mw-video .mw-list_item .mw-box::after {
    content: '\20';
    width: 80px;
    height: 80px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.body-m {
    display: none;
}

@media screen and (max-width: 1450px) {

    .mw-header {
        padding-top: 0px;
        height: 350px;
        background-size:cover;
    }

    /*2021-01-06*/
    .mw-body {
        padding-top: 55px;
        padding-bottom: 80px;
    }

    /*2021-01-06end*/
    .mw-container {
        width: 1100px;
    }

    .mw-part01 {
        height: 425px;
        margin: 0px -30px;
        background-size:100% 100%;
        padding: 0px 70px 40px;
    }

    .mw-part01_header {
        height: 36px;
        margin-bottom: 20px;
    }

    .mw-part01_header span {
        font-size: 36px;
        margin-top: -10px;
    }

    .mw-part_main {
        font-size: 26px;
    }
    
    .mw-part02 {
        margin-top: 50px;
    }


    .mw-public_title {
        height: 140px;
    }

    .mw-part02_swiper {
        margin-top: 15px;
        padding: 0px 150px;
        margin-bottom: 30px;
    }


    .mw-part02 .mw-photo_img {
        height: 450px;
    }

    .mw-part02 .mw-photo_tips .mw-photo_title {
        min-height: 50px;
        display: table-cell;
        padding: 5px 100px 5px 10px;
        font-size: 18px;
    }

    .mw-part02 .mw-part02_pagination {
        bottom: 5px;
        right: 5px;
        height: 24px;
    }

    .mw-part02 .mw-part02_pagination .swiper-pagination-switch {
        width: 24px;
        height: 24px;
    }

    .mw-part02 .mw-part02_pagination .swiper-active-switch {
        width: 24px;
        opacity: 1;
    }

    .mw-part02 .mw-part02_pagination .swiper-pagination-switch::after {
        line-height: 24px;
        font-size: 16px;
    }
   

    .mw-show-swiper_prev,
    .mw-show-swiper_next {
        position: absolute;
        left: 80px;
        width: 25px;
        height: 44px;
        background-size: contain;
        margin-top: -22px;
    }

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

    .mw-part03 {
        background: url(../images/part03_bg.png) no-repeat;
        background-size:contain;
        height: 700px;
        margin: 0px -105px;
        margin-top: 90px;
        padding: 0 105px;
    }

    .mw-part03 .mw-public_title {
        margin-top: -40px;
    }

    .mw-photo_items {
        margin: 0px -10px;
    }

    .mw-part03 .mw-photo_items {
        margin-top: 0;
    }

    .mw-photo_item {
        padding: 10px;
    }


    .mw-photo_item .mw-box_photo {
        height: 199px;
    }

    .mw-photo_item .mw-box_title {
        min-height: 50px;
        padding: 5px 10px;
    }

    .mw-photo_item .mw-box_title span {
        font-size: 18px;
    }

    .mw-part04 {
        margin-top: 40px;
    }

    .mw-part04 .mw-part_main {
        margin-top: 5px;
    }


    .mw-part04_more a,
    .mw-part04_more a:link {
        font-size: 18px;
    }

    .mw-part04 .mw-photo_item .mw-box::after {
        width: 50px;
        height: 50px;
        background-size: contain;
        margin-left: -25px;
        margin-top: -25px;
    }

    .mw-part05 {
        margin-top: 40px;
    }

    .mw-part05_work {
        margin-top: 5px;
    }


    .mw-part05_work .mw-photo_item {
        width: 376.66px;
    }

    .mw-part06 {
        margin-top: 60px;
    }

    .mw-part06 .mw-public_header {
        margin-bottom: 30px;
    }

    .mw-part06 .mw-public_title {
        height: 80px;
    }



    .mw-part06-swiper .mw-show-swiper_prev {
        left: -50px;
    }

    .mw-part06-swiper .mw-show-swiper_next {
        left: auto;
        right: -50px;
    }


    .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;
        text-align: center;
        padding-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-crumbs{
        padding-top: 30px;
        font-size: 24px;
    }

    .mw-list_content{
        padding: 40px 0 20px 0;
    }
    .mw-list_content .mw-title{
        color: #572b10;
        font-size: 36px;
        text-align: center;
    }

    .mw-list_content .mw-main{
        margin-top:30px;
        font-size: 24px;
    }
    .mw-list_content .mw-main p{
        text-indent: 2em;
        margin: 20px 0;
    }

    .mw-list_main{
        padding: 60px 0;
    }
    .mw-list_items{
        margin: 0 -0px;
    }
    .mw-list_item{
        padding: 10px;
    }


    .mw-list_item.mw-box_photo {
        height: 199px;
    }

    .mw-list_item .mw-box_title {
        min-height: 50px;
        padding: 5px 10px;
    }

    .mw-list_item .mw-box_title span {
        font-size: 18px;
    } 
    .mw-video .mw-list_item .mw-box::after {
        content: '\20';
        width: 50px;
        height: 50px;
        background-size:contain;
        margin-left: -25px;
        margin-top: -25px;
    }
    

}


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

    .body-m {
        display: block;
    }    
    /*2021.05.11*/
    .mw-body {
        background-size:cover;
    }
    .mw-container{
        width: 95%;
    }
    .mw-crumbs {
        padding-top: .3rem;
        color: #666;
        font-size: .24rem;
        margin-left: .2rem;
    }     
    
    .mw-list_content{
        padding: .5rem 0 .3rem 0;
    }
    .mw-list_content .mw-title{
        color: #572b10;
        font-size: .36rem;
        text-align: center;
    }

    .mw-list_content .mw-main{
        margin-top:.5rem;
        font-size: .24rem;
    }
    .mw-list_content .mw-main p{
        text-indent: 2em;
        margin: .2rem 0;
    }
    .mw-list_content .mw-main img{
        max-width: 90%;
        height: auto;
    }

}
