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


/*2021-01-06*/

.body-page {
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    background: url(../images/back.jpg) repeat-x;
    font-size: 14px;
}
.body-page a {
    color: #666;
    text-decoration: none;
}
.body-page a:hover {
    color:#33c8a1;
}

.mw-container{
    margin: 0px auto;
    width: 1100px;
}
.mw-crumbs{
    font-size: 14px;
    color: #666;
    padding: 15px 0;
}
.mw-crumbs a{
    color: #666;
}
.mw-crumbs a:hover{
    color: #66bae5;
}
.mw-header{
    margin-top: 20px;
    display: table;
    width: 100%;
}
.mw-header_cell{
    display: table-cell;
    vertical-align: middle;
}
.mw-header_cell:nth-child(1){
    width: 300px;
}
.mw-header_cell:nth-child(2){
    width: 800px;
}
.mw-header .mw-textBox{
    height: 135px;
    background: url(../images/header_icon.png) no-repeat;
    font-weight: bold;
    padding-left: 22px;
    line-height: 1;
    color: #27ab85;
    padding-top: 25px;
}
.mw-header .mw-textBox .text-big{
    font-size: 78px;
    display: inline-block;
    background-image:-webkit-linear-gradient(left,#118c72,#37c293);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.mw-header .mw-textBox .text-small{
    font-size: 48px;
    display: inline-block;    
    background-image:-webkit-linear-gradient(left,#0e8870,#37c293);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.mw-header .mw-menus{
    font-size: 18px;
    color: #666;
}
.mw-header .mw-menus a{
    display: inline-block;
    font-size: 18px;
}
.mw-header .mw-menus span{
    display: inline-block;
    margin: 0px 5px;
}

.mw-part01{
    margin-top: 40px;
}
.mw-part01_main{
    font-size: 0;
}
.mw-part01_header{
    width: 95px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 40px;
}
.mw-part01_swiper{
    width: 540px;
    display: inline-block;
    vertical-align: top;
}
.mw-part01_list{
    width: 465px;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}
.mw-vhead{
    position: relative;
    height: 295px;
    padding-left: 5px;
}
.mw-vhead::before{
    content: '\20';
    width: 34px;
    height: 275px;
    background-color: #90f0db;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mw-vhead-title{
    font-size: 32px;
    font-weight: bold;
    color: #16956f;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    text-align: center;
}
.mw-vhead-title span{
    display: inline-block;
    position: relative;    
    border: 2px solid #3dd4b3;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 32px;
}

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

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


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

.mw-part01 .mw-photo_tips .mw-photo_title {
    min-height: 55px;
    display: table-cell;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    vertical-align: middle;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
}

.mw-part01 .mw-news_pagination {
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 12px;
}

.mw-part01 .mw-news_pagination .swiper-pagination-switch {
    background-color: #fff;
    width: 12px;
    height: 12px;
    opacity: .5;
}

.mw-part01 .mw-news_pagination .swiper-active-switch {
    background-color: #01c79e;
    opacity: 1;
}

.mw-part01_more{
    height: 30px;
    display: table;
    width: 100%;
}
.mw-part01_more-cell{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    line-height: 1;
}
.mw-public_more{
    color: #00ad80!important;
    font-size: 14px;
    display: inline-block;
}
.mw-public_ul li{
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 18px;    
    padding-left: 20px;
}
.mw-public_ul li a{
    font-size: 18px;
}
.mw-public_ul li::before{
    content: '\20';
    width: 8px;
    height: 8px;
    background-color: #33c8a1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
/*2021-07-31*/
.mw-part01_list .mw-public_ul li{
    white-space:normal;
    line-height: 1.6;
    text-overflow: initial;
}
.mw-part01_list .mw-public_ul li::before{
    top: 22px;
    margin-top: 0;
}
/*2021-07-31*/
.mw-part02{
    margin-top: 50px;
}
.mw-lhead{
    height: 60px;
    display: table;
    width: 100%;
    position: relative;
}
.mw-lhead::before{
    content: '\20';
    background: #90f0db;
    height: 1px;
    position: absolute;
    left: 100px;
    right: 0;
    top: 48px;
}
.mw-lhead_left{
    position: relative;
    width: 290px;
    height: 60px;
}
.mw-lhead_left::before{
    content: '\20';
    height: 34px;
    width: 275px;
    background-color: #90f0db;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mw-lhead-title{
    font-size: 32px;
    font-weight: bold;
    color: #16956f;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.mw-lhead-title span{
    display: inline-block;
    position: relative;    
    border: 2px solid #3dd4b3;
    margin-left: 10px;
    padding: 5px ;
    font-size: 32px;
}
.mw-lhead_right{
    text-align: right;
    vertical-align: middle;
    display: table-cell;
}
.mw-part02_main{
    margin-top: 30px;
    padding-left: 20px;
}
.mw-part02_table{
   font-size: 0;
}
.mw-part02_cell{
    display: inline-block;
    vertical-align: top;
}
.mw-part02_cell:nth-child(1){
    width: 615px;
}
.mw-part02_cell:nth-child(2){
    width: 465px;
    padding-left: 60px;
}
.mw-part02_top{
    font-size: 0;
}
.mw-part02_photo{
    display: inline-block;
    vertical-align: bottom;
    width: 240px;
}
.mw-part02_photo_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}
.mw-part02_infos{
    background-color: #d6faf2;
    height: 140px;
    padding: 5px 50px 5px 15px;
    display: inline-block;
    width: 375px;
}
.mw-part02_infos .mw-infos_table{
    width: 100%;
    display: table;
    height: 100%;
}
.mw-part02_infos .mw-infos_cell{
    display: table-cell;
    vertical-align: middle;
}
.mw-part02_infos .mw-infos_cell .title{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.49;
}
.mw-part02_infos .mw-infos_cell .intor{
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}
.mw-part02_infos .mw-infos_cell .intor a{
    color: #00ad80;
}
.mw-part03{
    margin-top: 50px;
}
.mw-part03_mian{
    margin-top: 20px;
    font-size: 0;
    padding-left: 20px;
    padding-right: 60px;
}
.mw-part03_list{
    width: 470px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.mw-part03_swiper{
    width: 550px;   
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.mw-part03_swap{
    overflow: hidden;
    padding-left: 120px;
}
.mw-part03_warp{
    margin:0 -240px;
}
.mw-part03_warp .swiper{
    margin-left: -220px;
}

.mw-part03-slide{
    padding: 10px 30px;
    position: relative;
    display: block;
}
.mw-part03-slide .photo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 234px;
}
.mw-part03-slide .title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    display: table;
    width: 100%;
    z-index: 1;
}
.mw-part03-slide .title span{
    display: table-cell;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    line-height: 1.49;
}
.mw-part03_swiper .swiper-slide-active .mw-part03-slide .title{
    opacity: 1;
}
.mw-part03_swiper .swiper-slide-active{
    z-index: 1;
    position: relative;
}
.mw-part03_swiper .swiper-slide-prev{
    background: #fff;
}
.mw-part03_swiper .swiper-slide-prev .photo{
    display: none;
}
.mw-part03-swiper_prev,
.mw-part03-swiper_next{
    position: absolute;
    left: -10px;
    top: 100px;
    width: 62px;
    height: 62px;
    background-image: url(../images/aorrw_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
}
.mw-part03-swiper_next{
    left: auto;
    right: -90px;
    background-image: url(../images/aorrw_right.png);
}
.mw-part03-swiper_prev:hover{
    background-image: url(../images/aorrw_left_hover.png);
}
.mw-part03-swiper_next:hover{
    background-image: url(../images/aorrw_right_hover.png);
}
.mw-part04{
    margin-top: 50px;
}
.mw-part04_main{
    font-size: 0;
}
.mw-part04_header{
    width: 95px;
    vertical-align: top;
    display: inline-block;
    padding-right: 40px;
}
.mw-part04_right{
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 1005px;
}
.mw-part04_content{
    position: relative;
    padding: 25px 25px 0;
}
.mw-part04_content::before{
    content: '\20';
    background-color: #d6faf2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
}
/*2021-07-31*/
.mw-part04_items{
    position: relative;
    z-index: 1;
    margin: 0px -28.5px;
    font-size: 0;
}
.mw-part04_item{
    vertical-align: top;
    width: 50%;
    padding: 0 25px;
    display: inline-block;
    line-height: 1.49;
}
.mw-part04_item .mw-box{
    position: relative;
    display: block;
}
.mw-part04_item .mw-box:hover::before{
    content: '\20';
    width: 456px;
    height: 342px;
    background-color: #76d4bf;
    position: absolute;
    right: -10px;
    bottom: -10px;
}
.mw-part04_item .photo{
    height: 342px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: relative;
}
/*2021-07-31*/
.mw-part04_item .title{
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 52px;
    display: table;
    width: 100%;
}
.mw-part04_item .mw-box:hover .title{
    background-color: rgba(0, 149, 116, .9);
}
.mw-part04_item .title span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
}
.mw-part05{
    margin-top: 65px;
}
.mw-part05_header{
    position: relative;
    height: 84px;
    text-align: center;
}
.mw-part05_header::before,
.mw-part05_header::after{
    content: '\20';
    height: 1px;
    width: 435px;
    background-color: #1eb092;
    position: absolute;
    top: 50px;
    left: 0;
}
.mw-part05_header::after{
    left: auto;
    right: 0;
}
.mw-part05_title{
    display: inline-block;
    background: url(../images/part05-title.png) no-repeat;
    width: 187px;
    height: 84px;
    display: inline-block;
    padding-top: 10px;
}
.mw-part05_title span{
    color: #16956f;
    font-weight: bold;
    font-size: 32px;
}
.mw-part05_more{
    position: absolute;
    right: 0;
    top: 20px;
}
.mw-part05_mian{
    margin-top: 25px;
    height: 350px;
    margin-left: -40px;
    position: relative;
}
.mw-part05_swiper{
    overflow: hidden;   
    margin: 0px -250px;
}
.mw-part05_swiper .swiper{
    padding: 30px;
    padding-bottom: 80px;
}
.mw-part05_slide{
    position: relative;
}
.mw-part05_slide .photo{
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
.mw-part05_slide .title{
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 50%;
    z-index: 3;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 0 30px;
    line-height: 1.8;
}
.mw-part05_slide .title span{
    display: block;
}
.mw-part05_slide .photo::before{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}
.mw-part05_swiper .swiper-slide{
    opacity: 0;
}
.mw-part05_swiper .swiper-slide.swiper-slide-visible{
    opacity: 1;
}
.mw-part05_swiper .swiper-slide-active{
    position: relative;
    z-index: 1;
}
.mw-part05_swiper .swiper-slide-active .mw-part05_slide .photo::before{
    display: none;
}
.mw-part05_swiper .swiper-slide-active .mw-part05_slide .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 100%;
    z-index: 3;
    -ms-transform: translate(-0%,-0%);
    transform: translate(-0%,-0%);
    color: #333;
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    padding-top: 10px;
    line-height: 1.8;
}
.mw-part05_swiper .swiper-slide-active .mw-part05_slide .title span{
    display: inline;
}
.mw-part05-swiper_prev,
.mw-part05-swiper_next{
    position: absolute;
    left: -40px;
    top: 100px;
    width: 82px;
    height: 82px;
    background-image: url(../images/aorrw_left.png);
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
    background-size:contain;
}
.mw-part05-swiper_next{
    left: auto;
    right: -80px;
    background-image: url(../images/aorrw_right.png);
}
.mw-part05-swiper_prev:hover{
    background-image: url(../images/aorrw_left_hover.png);
}
.mw-part05-swiper_next:hover{
    background-image: url(../images/aorrw_right_hover.png);
}