@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: #cd0000;
}

a:hover {
    color: #ff4800;
}

.body-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: url(../images/back.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

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


.mw-body {
    position: relative;
    padding-bottom: 150px;
    
}

.mw-container {
    width: 1446px;
    margin: 0 auto;
    position: relative;
}

.mw-public_header {
    text-align: center;
    width: 100%;
    margin: 50px 0px;
}


.mw-part01 {
    position: relative;  
    height: 600px;
    margin-top: 70px;
}

.mw-part01_main {
    position: relative;
}

.mw-part01_post {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.mw-part01_slide .mw-photo {
    height: 600px;
    background-size: 100% 100%;
}
.mw-part01-swiper_prev {
    width: 66px;
    height: 118px;
    background: url(../images/p1_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -128px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}
.mw-part01-swiper_next {
    width: 66px;
    height: 118px;
    background: url(../images/p1_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: -128px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}
.mw-part02 {
    /*position: relative;  
    height: 288px;*/
}
.mw-part02 .mw-title {
    font-size: 40px;
    font-weight: bold;
    color: #1e6b72;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 63px;
}
.mw-part02 .mw-intor {
    font-size: 25px;
    color: #000000;
    line-height: 44px;
}
.mw-part02 .mw-intor p {
    text-indent: 2em;
    font-weight: lighter;
}
.line{
    background: url(../images/line.png) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 4px;
    margin-top: 34px;
}


.mw-part03 {
  /*  position: relative;
    height: 330px;*/
    margin-top: 50px;
}

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

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

.mw-part03_main {
   
    font-size: 0;
}

.mw-part03_left {
    width: 37%;
    display: inline-block;
    vertical-align: top;
}

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

.mw-part03_left .mw-photo {
    height: 0;
    padding-bottom: 61%;
    position: relative;
}

.mw-part03_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-part03_right {
    padding-left: 24px;
    width: 63%;
    vertical-align: top;
    display: inline-block;
}
.mw-part03_right .mw-list {
    background-color: #fff;
    height: 0;
    padding-bottom: 37%;
}
.mw-part03_right .mw-list ul{
    padding-top: 30px;
}
.mw-part03_right .mw-list li {
    font-size: 24px;
    position: relative;
    min-height: 80px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.mw-part03_right .mw-list li a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: lighter;
}

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

.mw-part03_right .mw-list li a span::before {
    content: '\20';
    width: 10px;
    height: 10px;
    background-color: #1e6b72;
    border-radius: 10px;
    position: absolute;
    left: 77px;
    top: 10px;
}

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

.mw-part03_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-part04 {
    
}

.mw-part04_items {
}

.mw-part04_item {
    width: 19.7%;
    padding: 3px;
    display: inline-block;
}

.mw-part04_item .mw-photo {
    height: 340px;
    position: relative;
}
.mw-part04_item .mw-title {
    height: 65px;
    display: table;
    width: 100%;
    background-color: #fff;
}

.mw-part04_item .mw-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}
.mw-part05 {
}
.mw-part05 .mw-title {
    font-size: 40px;
    font-weight: bold;
    color: #1e6b72;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 63px;
}
.mw-part05 .mw-intor {
    font-size: 25px;
    color: #000000;
    line-height: 44px;
}
.mw-part05 .mw-intor p {
    text-indent: 2em;
    font-weight: lighter;
}

.mw-part06_main {
    margin: 0px -570px;
    margin-top: 60px;
    position: relative;
}

.mw-part06_main .swiper-slide {
    opacity: 0;

}

.mw-part06_main .swiper-slide.swiper-slide-visible {
    opacity: 1;

}

.mw-part06_slide {
    box-shadow: 0px 0px 10px #1e6b72;
    width: 862px;
    position: relative;
    -ms-transition: 300ms all ease;
    transition: 300ms all ease;
    display: block;
    position: relative;
    z-index: 1;
}

.mw-part06_post {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
}

.mw-part06_slide::before {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mw-part06_main .swiper-slide.swiper-slide-active .mw-part06_slide {
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    position: relative;
}

.mw-part06_main .swiper-slide.swiper-slide-active .mw-part06_slide::before {
    opacity: 0;
}

.mw-part06_slide .mw-photo {
    height: 516px;
    width: 862px;

}

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

.mw-part06_slide .mw-title span {
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4;
}

.mw-part06-swiper_prev {
    width: 66px;
    height: 118px;
    background: url(../images/p1_left.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 440px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}


.mw-part06-swiper_next {
    width: 66px;
    height: 118px;
    background: url(../images/p1_right.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 440px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
}

.mw-part07 .swiper{
    padding-bottom: 70px;
}
.mw-part07 .mw-work_swiper{
    margin-top: 30px;
    padding: 0;
    position: relative;
}
.mw-part07 .mw-work_slide{
    display: table;
    width: 100%;
}
.mw-part07 .mw-work_slide .mw-big{
    width: 48.82434%;
    display: table-cell;
    padding-right: 40px;
    vertical-align: top;
}
.mw-part07 .mw-work_slide .mw-big_photo{
    height: 443px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    display: block;
}
.mw-part07 .mw-work_slide .mw-title{
    display: table;
    width: 100%;
    height: 68px;        
    font-size: 14px;
    background-color: #fff;
}
.mw-part07 .mw-work_slide .mw-title span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mw-part07 .mw-work_slide .mw-small{
    width: 51.17566%;
    display: table-cell;
    vertical-align: top;
}
.mw-part07 .mw-work_slide .mw-small_items{
    margin: 0px -18px;
    font-size: 0;
    margin-top: -13px;
}
.mw-part07 .mw-work_slide .mw-small_item{
    padding: 13px 18px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.mw-part07 .mw-work_slide .mw-small_item .mw-title{
    height: 52px;        
}
.mw-part07 .mw-work_slide .mw-small_item .mw-small_photo{
    height: 190px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    display: block;
}
.mw-part07 .mw-work_arrow-prev,
.mw-part07 .mw-work_arrow-next{
    width: 66px;
    height: 118px;
    background: url(../images/p1_left.png) no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: -128px;
    cursor: pointer;
}
.mw-part07 .mw-work_arrow-next{
    left: auto;
    right: -128px; 
    -ms-transform:rotateY(180deg);
    transform:rotateY(180deg);
}

.mw-part07 .mw-news_pagination{
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 10px;
}
.mw-part07 .mw-news_pagination .swiper-pagination-switch{
    background-color: #d3d8db;
    width: 16px;
    height: 16px;  
    margin: 0 15px;  
}
.mw-part07 .mw-news_pagination .swiper-active-switch{
    width: 180px;
}




.body-m {
    display: none;
}






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



.body-pc {
    background-size: 100% 100%;
}
.mw-header{
    height: 360px;
}

.mw-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.mw-part01 {
    margin-top: 40px;
}
.mw-part03_right .mw-list ul {
    padding-top: 15px;
}
.mw-part03_right .mw-list li {
    font-size: 20px;
    margin-bottom: 0px;
}
.mw-public_header img{
    width: 100%
}
.mw-part04_item {
    width: 19.5%;
}


}


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

    .body-m {
        display: block;
    }    
}
