@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;
    line-height: 1.6;
}

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

a {
    color: #333;
}

a:hover {
    color: #AE0319;
}

.body-pc {
    max-width: 1920px;
    overflow: hidden;
    min-height: 1200px;
    position: relative;
    margin: 0px auto;
}

.mw-body {
    background: url(../images/back.jpg) no-repeat;
    background-color: #b80000;
    background-size: 100% auto;
    background-position: center top;
}

.mw-header {
    padding-bottom: 29.166667%;
    height: 0;
    background: url(../images/banner.png) no-repeat;
    background-size: contain;
}

.mw-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    background-color: #fdf9f0;
    padding: 80px 100px 20px;
}

.mw-part01 {
    position: relative;
}

.mw-part01_title {
    font-size: 45px;
    text-align: center;
    color: #c30202;
    font-weight: bold;
}

.mw-part01_title a {
    color: #c30202;
}

.mw-part01_main {
    margin-top: 40px;
    font-size: 0;
}

.mw-part01_left {
    width: 47.333333%;
    display: inline-block;
    vertical-align: top;
}

.mw-photo {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mw-part01_left .mw-photo {
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

.mw-part01_left .mw-photo .mw-paly {
    background: url(../images/play.png) no-repeat;
    width: 88px;
    height: 88px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mw-part01_left .mw-title {
    background-color: rgba(0, 0, 0, .6);
    height: 60px;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.mw-part01_left .mw-title span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 20px;
}

.mw-part01_right {
    padding-left: 60px;
    width: 52.6666667%;
    vertical-align: top;
    display: inline-block;
}

.mw-part01_right .mw-topNew {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.mw-part01_right .mw-topNew h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mw-part01_right .mw-topNew p {
    color: #404040;
    font-size: 14px;
    text-indent: 2em;
    margin-top: 20px;
}

.mw-part01_right .mw-topNew p a {
    color: #d40000;
}

.mw-part01_right .mw-list {
    margin-top: 25px;
}

.mw-part01_right .mw-list li {
    font-size: 18px;
    position: relative;
    min-height: 50px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.mw-part01_right .mw-list li a {
    display: table-cell;
    vertical-align: middle;
}

.mw-part01_right .mw-list li a span {
    position: relative;
    padding-left: 20px;
    display: block;
}

.mw-part01_right .mw-list li a span::before {
    content: '\20';
    width: 8px;
    height: 8px;
    background-color: #d40000;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 10px;
}

.mw-part01_right .mw-more {
    text-align: right;
}

.mw-part01_right .mw-more a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: 2px solid #c30202;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #c30202;
}

.mw-part02 {
    margin: 60px -100px;
    padding: 50px 100px;
    background: url(../images/p2_bg.jpg) repeat-y;
}

.mw-part02_title {
    line-height: 1;
    color: #6c4621;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.mw-part02_main {
    text-align: justify;
    padding: 0 60px;
}

.mw-part02_main p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
}

.mw-part02_main p a {
    color: #d60a09;
}
.mw-part02_pic{
    margin-top: 40px;
    padding: 0 125px;
}
.mw-part02_pic img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}
.mw-part03 {
    position: relative;
}

.mw-public_header {
    position: relative;
    text-align: center;
}

.mw-public_title {
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #6c4621;
    position: relative;
}

.mw-public_title::before,
.mw-public_title::after {
    content: '\20';
    background: url(../images/title_af.png) no-repeat;
    width: 490px;
    height: 12px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
}

.mw-public_title::after {
    background-image: url(../images/title_bf.png);
    left: auto;
    right: 100%;
}

.mw-part03_items {
    margin: 5px -30px;
    font-size: 0;
}

.mw-part03_item {
    width: 50%;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: top;
}

.mw-part03_table {
    width: 100%;
    display: table;
}

.mw-part03_photo {
    display: table-cell;
    width: 28.070175%;
    vertical-align: top;
}

.mw-part03_photo .mw-photo {
    padding-bottom: 100%;
    height: 0;
    border-radius: 100%;
}

.mw-part03_infos {
    display: table-cell;
    width: 71.929825%;
    vertical-align: top;
    padding-left: 20px;
}

.mw-part03_infos .mw-name {
    display: inline-block;
    background-color: #c11111;
    padding: 5px 20px;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.mw-part03_infos .mw-info {
    margin-top: 20px;
}

.mw-part03_infos .mw-info_title {
    font-size: 20px;
    font-weight: bold;
}

.mw-part03_infos .mw-info_intor {
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
}

.mw-part03_infos .mw-info_intor a {
    color: #d40000;
}

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

.mw-part04_swiper {
    margin-top: 20px;
    position: relative;
    padding: 0px 100px;
}

.mw-part04_items {
    font-size: 0;
    margin: 0px -12px;
}

.mw-part04_item {
    width: 33.333333%;
    padding: 12px;
    display: inline-block;
}

.mw-part04_item .mw-photo {
    height: 226px;
    position: relative;
}

.mw-part04_item .mw-photo .mw-paly {
    background: url(../images/play.png) no-repeat;
    width: 59px;
    height: 59px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mw-part04_item .mw-title {
    background-color: rgba(0, 0, 0, .6);
    height: 50px;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.mw-part04_item .mw-title span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 20px;
}

.mw-part04-swiper_prev,
.mw-part04-swiper_next {
    content: '\20';
    width: 49px;
    height: 121px;
    background: url(../images/aoorw_left.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
    opacity: .5;
}

.mw-part04-swiper_next {
    background-image: url(../images/aoorw_right.jpg);
    left: auto;
    right: 0;
}

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

.mw-part05 {
    margin: 0px -100px;
    background-color: #fef0e2;
    padding: 50px 0 30px;
}

.mw-part05_swiper {
    position: relative;
    padding: 0px 100px;
    margin-top: 20px;
}

.mw-part05_items {
    font-size: 0;
    margin: 0px -12px;
}

.mw-part05_item {
    width: 25%;
    padding: 5px 12px;
    display: inline-block;
}

.mw-part05_item .mw-photo {
    height: 166px;
    position: relative;
}

.mw-part05_item .mw-title {
    height: 50px;
    display: table;
    width: 100%;
}

.mw-part05_item .mw-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

.mw-part05-swiper_prev,
.mw-part05-swiper_next {
    content: '\20';
    width: 49px;
    height: 121px;
    background: url(../images/aoorw_left.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
    opacity: .5;
}

.mw-part05-swiper_next {
    background-image: url(../images/aoorw_right.jpg);
    left: auto;
    right: 0;
}

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

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

.mw-part06 .mw-public_title::before {
    background-image: url(../images/title_af02.png);
    width: 170px;
}

.mw-part06 .mw-public_title::after {
    background-image: url(../images/title_bf02.png);
    width: 170px;
}

.mw-part06_items {
    margin: 5px -30px;
    font-size: 0;
    margin-top: 30px;
}

.mw-part06_item {
    width: 50%;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: top;
}

.mw-part06_table {
    width: 100%;
    display: table;
}

.mw-part06_photo {
    display: table-cell;
    width: 36.491228%;
    vertical-align: top;
}

.mw-part06_photo .mw-photo {
    padding-bottom: 56.25%;
    height: 0;
}

.mw-part06_infos {
    display: table-cell;
    width: 63.508772%;
    vertical-align: top;
    padding-left: 15px;
}

.mw-part06_infos .mw-name {
    background: url(../images/pt6_title.png) no-repeat;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    font-size: 18px;
    color: #fff;
}

.mw-part06_infos .mw-info {
    margin-top: 10px;
}

.mw-part06_infos .mw-info_title {
    font-size: 20px;
    font-weight: bold;
}

.mw-part06_infos .mw-info_intor {
    font-size: 14px;
    margin-top: 2px;
    text-align: justify;
}

.mw-part06_infos .mw-info_intor a {
    color: #d40000;
}

.mw-part07 {
    background: url(../images/p7_bg.jpg) repeat-x;
    margin: 40px -100px 0;
    padding: 60px 100px;
}

.mw-part07 .mw-public_title::before {
    width: 447px;
    background-image: url(../images/title_af03.png);
}

.mw-part07 .mw-public_title::after {
    width: 447px;
    background-image: url(../images/title_bf03.png);
}

.mw-part07 .mw-public_header.mw-two {
    margin-top: 40px;
}

.mw-part07 .mw-public_title.mw-two::before {
    width: 329px;
    background-image: url(../images/title_af04.png);
}

.mw-part07 .mw-public_title.mw-two::after {
    width: 329px;
    background-image: url(../images/title_bf04.png);
}

.mw-part07_main {
    margin: 30px -30px 20px;
    font-size: 0;
}

.mw-part07_main .mw-list {
    position: relative;
}

.mw-part07_main .mw-list::before {
    content: '\20';
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e3d8be;
    position: absolute;
}

.mw-part07_main .mw-list li {
    font-size: 18px;
    min-height: 30px;
    display: inline-block;
    width: 50%;
    margin-bottom: 25px;
    padding: 0px 30px;
    vertical-align: top;
}

.mw-part07_main .mw-list li a {
    padding-left: 20px;
    position: relative;
    display: block;
}

.mw-part07_main .mw-list li a::before {
    content: '\20';
    width: 8px;
    height: 8px;
    background-color: #d40000;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 10px;
}

.mw-part07_main .mw-more {
    text-align: right;
}

.mw-part07_main .mw-more a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: 2px solid #c30202;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #c30202;
}

.mw-footer {
    margin-top: 120px;
    padding: 45px 0 60px;
    background-color: #a01010;
}

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

.mw-footer_logo {
    display: inline-block;
    width: 12.142857%;
    vertical-align: bottom;
}

.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: 72.142857%;
    padding-left: 40px;
    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;
    display: inline-block;
}

.mw-footer_info_copy span {
    font-size: 16px;
    margin-right: 5px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    margin-top: 10px;
}

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

.body-m {
    display: none;
}

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

    .mw-container {
        width: 1200px;
        padding: 40px 70px 10px;
    }

    .mw-part01_title {
        font-size: 38px;
    }

    .mw-part01_title a {
        color: #c30202;
    }

    .mw-part01_main {
        margin-top: 40px;
        font-size: 0;
    }
    .mw-part01_left .mw-photo .mw-paly {
        width: 60px;
        height: 60px;
    }

    .mw-part01_left .mw-title {
        height: 50px;
    }

    .mw-part01_left .mw-title span {
        font-size:18px;
    }

    .mw-part01_right {
        padding-left:40px;
    }

    .mw-part01_right .mw-topNew {
        padding-bottom: 20px;
    }

    .mw-part01_right .mw-topNew h3 {
        font-size: 20px;
    }

    .mw-part01_right .mw-topNew p {
        font-size: 12px;
        margin-top: 15px;
    }


    .mw-part01_right .mw-list {
        margin-top: 20px;
    }

    .mw-part01_right .mw-list li {
        font-size: 16px;
        min-height: 40px;
    }

    .mw-part02 {
        margin: 40px -70px;
        padding: 40px 70px;
    }

    .mw-part02_title {
        font-size: 36px;
    }

    .mw-part02_main p {
        margin-top: 30px;
        font-size: 16px;
    }
    .mw-public_title {
        font-size: 32px;
    }
    .mw-part03_items {
        margin: 5px -15px;
    }

    .mw-part03_item {
        padding: 15px 15px;
    }

    .mw-part03_table {
        width: 100%;
        display: table;
    }

    .mw-part03_infos {
        padding-left: 15px;
    }

    .mw-part03_infos .mw-name {
        padding: 5px 15px;
        font-size: 18px;
    }

    .mw-part03_infos .mw-info {
        margin-top: 15px;
    }

    .mw-part03_infos .mw-info_title {
        font-size: 16px;
    }

    .mw-part03_infos .mw-info_intor {
        font-size: 12px;
    }

    .mw-part03_infos .mw-info_intor a {
        color: #d40000;
    }

    .mw-part04 {
        margin: 50px -70px;
    }

    .mw-part04_swiper {
        padding: 0px 70px;
    }
   
    .mw-part05 {
        margin: 0px -70px;
        padding: 40px 0 20px;
    }

    .mw-part05_swiper {
        position: relative;
        padding: 0px 100px;
        margin-top: 20px;
    }

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

    .mw-part06_items {
        margin: 5px -15px;
        margin-top: 20px;
    }

    .mw-part06_item {
        padding: 10px 15px;
    }


    .mw-part06_infos {
        padding-left: 10px;
    }

    .mw-part06_infos .mw-name {
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        color: #fff;
    }

    .mw-part06_infos .mw-info {
        margin-top: 10px;
    }

    .mw-part06_infos .mw-info_title {
        font-size: 16px;
        font-weight: bold;
    }

    .mw-part06_infos .mw-info_intor {
        font-size: 12px;
    }
    

    .mw-part07 {
        margin: 40px -70px 0;
        padding: 40px 70px;
    }


    .mw-part07 .mw-public_header.mw-two {
        margin-top: 40px;
    }

    .mw-part07_main {
        margin: 20px -20px 15px;
    }


    .mw-part07_main .mw-list li {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }    

    .mw-footer {
        margin-top: 120px;
        padding: 45px 0 60px;
        background-color: #a01010;
    }

    .mw-footer-container {
        width: 1200px;
    }


    .mw-footer_info {
        padding-left: 20px;
    }

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

    .mw-footer_info_menu a {
        margin: 0px 15px;
    }


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

    .mw-footer_info_copy span {
        font-size: 14px;
    }

    .mw-footer_info_right {
        font-size: 14px;
        margin-top: 5px;
        color: #fff;
        margin-top: 5px;
    }
}

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

    .body-m {
        display: block;
    }
}