/* 公共 */
body{
    background: #F0F0F5;
}
.mz_width{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.mz_clear{
    clear: both;
}
.mz_margin_auto{
    margin: auto;
}
.mz_page_content{
    background: #fff;
    padding: 0;
}
.mz_padding_row40{
    padding: 0 40px;
}
.transition{
    transition: all 200ms ease-in-out;
}
.display-none{
    display: none !important;
}
.mz_text_right{
    text-align: right;
}
.mz_more_wrap{
    text-align: center;
    margin-bottom: 20px;
}
.mz_main_button,
a.mz_main_button{
    color: #fff;
    text-align: center;
    background: #F50043;
    border: 1px solid #F50043;
    display: inline-block;
    width: auto;
    line-height: 42px;
    padding: 0 20px;
}
a.mz_main_button:hover,
.mz_main_button:hover{
    color: #F50043;
    background: none;
}
img:hover{
    opacity: 1;
    background: none;
}
.img_wrap .img_hover{
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3) url("../img/imga_icons_1_icon_see_50_r.png")no-repeat center center / 50px;
}
.img_wrap:hover .img_hover{
    opacity: 1;
}

.mz_input{
    width: 100% !important;
    height: 52px !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 0 10px !important;
    background: #F5F5F7;
}
.mz_btn{
    padding: 0;
    width: 100%;
    height: 52px;
    background: #F50043;
    border: none;
    color: #fff;
    outline: none;
}
.mz_btn:hover{
    opacity: 0.8;
    color: #fff;
}
.mz_checkbox_label{
    padding: 8px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: normal;
}
.mz_checkbox[type='checkbox']{
    margin: 0 10px;
    width: 30px;
    height: 30px;
    position: relative;
}
.mz_checkbox[type='checkbox']:before{
    position: absolute;
    left: 0;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #f5004b;
}
.mz_checkbox[type='checkbox']:checked:before{
    position: absolute;
    left: 0;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #f5004b;
    background: #fff;
}
.mz_checkbox[type='checkbox']:checked:after{
    position: absolute;
    left: 3px;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: #f5004b;
}
a.mz_detail_link{
    position: relative;
    color: #000;
}
.mz_detail_link:hover{
    color: #000;
}
.mz_detail_link:after{
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f5004b;
}
.mz_breadcrumb_list{
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
    margin-top: 100px;
}

.pagelist li.active a{
    border-color: #f5004b;
    background: #f5004b;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
.pagelist li a:hover{
    border-color: #1E1E28;
    background: #1E1E28;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.loading4 >div{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display:inline-block;
    background-color: #f5004b;
    -webkit-animation: three 1.4s infinite ease-in-out;
    animation: three 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.loading4 .three1{
    -webkit-animation-delay: -0.30s;
    animation-delay: -0.30s;
}
.loading4 .three2{
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes three {
    0%, 80%, 100% {-webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes three {
    0%, 80%, 100% {-webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
/* 公共 */

/* header部分 */

.mz_header{
    z-index: 999;
    box-shadow: 0 0 15px 1px rgba(0,0,2,.1);
    position: fixed;
    top: 0;
    width: 100%;
}
.top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #1E1E28;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.top .left {
    display: flex;
}
.top .left a{
    padding: 0 8px;
    color: #fff;
}
.top .left a.all{
    position: relative;
    padding: 0 15px;
}
.top .left a.all:after{
    position: absolute;
    right: 2px;
    top: 8px;
    width: 1px;
    height: 14px;
    display: inline-block;
    content: '';
    background: #fff;
}
.top .left a.cn{
    color: #F5004B;
}
.top .right a.become{
    display: block;
    height: 30px;
    background: #bd8f33;
    padding: 0 51px 0 52px;
    color: #fff;
    text-transform: uppercase;
    animation: become 1s infinite alternate;
    line-height: 30px;
}
@keyframes become {
    0% {
        background: #bd8f33;
    }
    100% {
        background: #e2a936;
    }
}
.header,
.header .fr{
    min-height: 70px;
}
.header .fl{
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #F0F0F5;
}
.header img{
    height: 56px;
    vertical-align: middle;
    margin-left: 10px;
}
.header .fc{
    float: left;
}
.header .fc .nav li a{
    color: #0b0b0b;
    height: 70px;
    padding: 0 25px;
    line-height: 70px;
    font-size: 17px;
}
.header .fc .nav .hover a,
.header .fc .nav li:hover a,
.header .fc .nav li a:hover{
    background: #000002;
    color: #fff;
}
.header .fc .nav li .subnav{
    margin: 0;
    border-top: none;
    padding: 0;
    top: 70px;
    left: 0;
}
.header .fc .nav li .subnav li{
    text-align: left;
}
.header .fc .nav li:hover .subnav li a{
    background: none;
    color: #0b0b0b;
    font-size: 15px;
}
.header .fc .nav li .subnav li a{
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 22px;
    border-bottom: none;
}
.header .fc .nav li:hover .subnav a:hover,
.header .fc .nav li:hover .subnav a.hover{
    background: none;
    color: #F5004B;
    padding-left: 30px;
    transition: all 200ms ease-in-out;
}
.header .fc .nav li .subnav:after{
    border-bottom: none;
}
.withSub:after{
    content: "";
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    border: solid 1px #F5004B;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    bottom: .2em;
    margin-left: .5em;
    z-index: 0;
}
.header .fr{
    padding: 0;
}
.header .fr .icon_wrap{
    display: block;
    float: left;
    width: 73px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-left: 1px solid #F0F0F5;
}
.header .fr .search{
    position: relative;
}
.header .fr .search:hover{
    background: #000002;
}
.search_inner{
     background: #000002;
     position: absolute;
     right: 0;
     padding: 14px 14px 0;
     display: none;
 }
.search_inner .search_input{
    padding: 0 10px;
    width: 236px;
    height: 52px;
    font-size: 15px;
    background: #F5F5F7;
    border: none;
}
.search_inner .search_input:focus{
    outline: none;
}
.header .fr .search:hover .search_inner{
    display: block;
}
.header .fr .icon_wrap i{
    font-size: 20px;
}

.mz_header_mobile{
    display: none;
}
.mz_header_mobile_header{
    width: calc(100% - 40px);
    height: 60px;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0,0,2,.1);
    padding: 10px 20px;
    display: inline-block;
    box-sizing: content-box;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
}
.mz_header_mobile .mz_header_mobile_header:hover{
    color: #333 !important;
}
.mz_header_mobile_header .logo{
    height: 60px;
    float: left;
}
.mz_header_mobile_header .text{
    font-size: 17px;
    text-align: center;
    line-height: 60px;
}
.mz_header_mobile_header .icon{
    float: right;
    line-height: 60px;
}
.mz_header_mobile .am-offcanvas{
    background: none;
}
.am-offcanvas-bar.mz_offcanvas_bar{
    width: 100%;
    background: #000002;
}
.mz_offcanvas-content{
    margin-top: 80px;
    height: calc(100% - 80px);
    overflow-y: auto;
    padding: 0;
}
.mz_header_mobile .top{
    background: #1E1E28;
    flex-wrap: wrap;
    height: auto;
    padding: 0 20px;
}
.mz_header_mobile a:hover{
    color: #f5004b !important;
}
.mz_header_mobile .top > a{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    width: 100%;
}
.mz_header_mobile .top > a.all{
    position: relative;
}
.mz_header_mobile .top > a.all:before{
    position: absolute;
    left: 46px;
    top: 8px;
    display: inline-block;
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
}
.mz_header_mobile .top > a.cn{
    color: #f5004b;
}
.mz_header_mobile .top > a.become{
    line-height: 46px;
    font-size: 16px;
    padding: 0 0 10px 36px;
}
.mz_header_mobile .list{
    padding: 0;
}
.mz_header_mobile .list li{
    text-align: center;
    line-height: 50px;
}
.mz_header_mobile .list li a{
    font-size: 26px;
    color: #fff;
}
.mz_header_mobile .list>li>a{
    color: #64646E;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    display: block;
}
.mz_header_mobile .list>li>a:hover{
    color: #64646E!important;
}
.mz_header_mobile .account_btn_wrap{
    padding: 60px 0 80px;
}
.mz_header_mobile .account_btn{
    display: block;
    width: 100%;
    line-height: 80px;
    background: #f5004b;
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.mz_header_mobile .account_btn:hover{
    color: #fff !important;
}
.mz_header_mobile .list li a.hover{
    color: #f5004b;
}
@media (max-width: 1024px) {
    .mz_header.pc{
        display: none;
    }
    .mz_header_mobile{
        display: block;
    }
    .mz_breadcrumb_list{
        margin-top: 80px;
    }
}
/* header部分 end */

/* footer部分 */

.bg_footer{
    background: #000;
    padding-top: 50px;
}
.mz_footer_wrap{
    background: #060710;
}
.footer_flex_wrap{
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer_flex_item h4{
    font-size: 24px;
    margin-bottom: 25px;
}
.footer_flex_item ul li {
    margin-bottom: 10px;
}
.footer_flex_wrap a{
    color: #fff;
    font-size: 16px;
}
@media (max-width: 1024px) {
    .footer_flex_wrap{
        flex-wrap: wrap;
    }
    .footer_flex_item{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .footer_flex_item:last-child{
        margin-bottom: 0;
    }
}
/* footer部分 end */

/* 公共banner部分 */

.mz_common_banner_wrap{
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 100px;
}
.mz_common_banner_wrap .typename{
    width: 100%;
    text-align: center;
    font-size: 80px;
    color: #fff;
}
.mz_common_banner_wrap .banner_title{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    line-height: 26px;
    margin-top: 40px;
}

.weibo_wrap{
    width: 100%;
}

/* 公共banner部分 end */

/* 公共 侧边[关注+点赞] 部分 */
.mz_slid_type_bottom{
    background: #E6E6EB;
    padding: 40px 0;
}
.mz_slide_wrap{
    margin-top: 100px;
}
@media screen and (max-width: 1024px) {
    .mz_slide_wrap{
        margin-top: 40px;
    }
    .mz_common_banner_wrap .typename{
        font-size: 36px;
    }
}
.mz_slide_flex{
    display: flex;
    flex-wrap: wrap;
}
.mz_slide_item{
    width: calc(100% / 3);
    padding: 0 5px;
}
.mz_slide_item.wechat{
    padding: 0 10px;
}
.mz_slid_type .mz_slide_item{
    width: 100%;
}
@media screen and (max-width: 900px) {
    .mz_slide_item{
        width: 100%;
    }
}
.mz_follow_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mz_follow_list li {
    margin-right: 10px;
}
.mz_follow_list li:last-child{
    margin-right: 0;
}
.mz_follow_tit{
    padding: 25px 0 15px;
    margin-bottom: 0;
    font-size: 22px;
    color: #F5004B;
    text-align: center;
    font-weight: normal;
}
.mz_follow_img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.mz_follow_img:hover{
    filter: grayscale(100%);
}

.mz_slide_form_box{
    padding: 50px 30px 25px;
    width: 100%;
}
.mz_slide_form_box .tit{
    text-align: center;
    color: #F5004B;
    font-size: 22px;
    font-weight: normal;
}
.mz_slide_form_box .int{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
}
.mz_slid_type_bottom.newsletter .mz_slide_form_box.newsletter{
    display: none;
}
.mz_form_wrap .mz_btn{
    border-radius: 24px;
}
.mz_form_wrap .mz_input{
    background: #F5F5F7 !important;
}

.interest_form_item .am-g,
.interest_form_item .am-u-sm-8,
.interest_form_item .am-u-sm-4{
    margin: 0;
    padding: 0;
}

.mz_slide_news_wrap .tit{
    font-size: 32px;
    color: #F5004B;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.mz_slide_news_item {
    margin-bottom: 25px;
}
.mz_slide_news_item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mz_slide_news_item a:hover{
    color: #000;
}
.mz_slide_news_item a img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #C4D2D4;
    object-fit: cover;
}
.mz_slide_news_item a:hover img{
    transform: rotate(360deg) scale(1.1);
}
.mz_slide_news_item .title{
    width: calc(100% - 85px);
}
.mz_slide_code_wrap{
    margin-bottom: 25px;
    text-align: center;
}
.mz_slid_type_bottom.newsletter .mz_slide_code_wrap{
    margin-top: 30px;
}
.mz_slide_code_wrap img{
    width: 160px;
    margin-bottom: 15px;
}
.mz_slide_code_wrap .int{
    font-size: 16px;
}

.partner_title{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    width: 83%;
    margin: auto;
    padding: 50px 15px 25px;
}

.wechat_title{
    padding: 10px;
    font-size: 20px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #D4DBE3;
}
.wechat_title .name{
    color: #2b7bb9;
    cursor: pointer;
    font-size: 12px;
    padding-left: 10px;
}
.wechat_img_wrap{
    display: none;
    width: 110px;
    background: #fff;
    border: 1px solid #D9DADC;
    padding: 12px;
    position: absolute;
    top: 20px;
    left: 240px;
}
.wechat_img{
    width: 100%;
}
.wechat_img_wrap .text{
    text-align: center;
    font-size: 13px;
    color: #999;
}
.wechat_title .name:hover .wechat_img_wrap{
    display: block;
}
.wechat_wrap{
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.wechat_item{
    border-bottom: 1px solid #D4DBE3;
}
.wechat_item:nth-last-child(2){
    border-bottom: none;
}
.wechat_item a{
    display: block;
    padding: 10px;
}
.wechat_item a:hover{
    background: #fff;
    color: #333;
}
.wechat_item .top{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: none;
}
.wechat_item .head_pic_wrap{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
.wechat_item img{
    width: 100%;
    margin: 10px 0;
}
.wechat_item img.head_pic{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wechat_item .top .text{
    width: calc(100% - 70px);
    padding: 0 10px;
}
.wechat_item .title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
}
.wechat_item .author{
    font-size: 13px;
    color: #999;
}
.wechat_item .int{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}
.wechat_item .date{
    text-align: right;
    font-size: 13px;
    color: #999;
}
.load_more_wrap{
    text-align: center;
    line-height: 46px;
    font-size: 13px;
    color: #999;
}
/* 公共 侧边[关注+点赞] 部分 end */

/* 首页banner部分 */

.mz_banner{
    background: #000;
    margin-top: 100px;
}
.mz_banner .back_img_wrap {
    width: 100%;
    height: 1001px;
    position: relative;
    overflow: hidden;
}
.mz_banner .back_img{
    width: 2000px;
    height: 1001px;
    z-index: 0;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}
.mz_banner img.back_img:hover{
    background: none;
}
.mz_banner_content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mz_banner .banner_btn_wrap{
    text-align: center;
}
.mz_banner .index_img_link{
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
}
.mz_banner .check_nominees_btn{
    display: inline-block;
    background: #F5004B;
    border: 1px solid #F5004B;
    color: #fff;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    box-sizing: unset;
}
.mz_banner .check_nominees_btn:hover{
    background: none;
    border: 1px solid #F5004B;
    color: #F5004B;
}
.countdown_wrap{
    width: 100%;
    text-align: center;
    bottom: 200px;
    position: absolute;
    vertical-align: bottom;
}
.countdown_text,
.countdown_text a{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #9696a0;
}
.countdown_explain{
    max-width: 990px;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    margin: auto;
    padding: 12px 0;
}
.countdown{
    padding-bottom: 50px;
}
.countdown span{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 60px;
    width: 90px;
    line-height: 60px;
    text-align: center;
    font-family: 'hkgrotesklight', sans-serif;
}
.countdown span.days{
    width: 120px;
}
.countdown span:before{
    content: ':';
    animation: blink 1s infinite alternate;
    position: absolute;
    left: -.15em;
}
.countdown span:first-child:before{
    content: '';
}
@keyframes blink {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.countdown span:after{
    content: '';
    font-size: 14px;
    color: #9696a0;
    word-wrap: normal;
    position: absolute;
    bottom: -2.5em;
    right: 0;
    display: block;
    width: 100%;
}
.countdown span.years:after {
    content: ' 年';
}
.countdown span.months:after {
    content: ' 月';
}
.countdown span.days:after {
    content: ' 天';
}
.countdown span.hours:after {
    content: ' 时';
}
.countdown span.minutes:after {
    content: ' 分';
}
.countdown span.seconds:after {
    content: ' 秒';
}

.agenda_wrap{
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: -142px;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom;
}
.agenda{
    font-size: 0;
    display: inline-block;
    width: 100%;
    padding: 2% 0;
    position: relative;
}
.agenda:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0;
    z-index: 0;
}
.agenda > div{
    vertical-align: top;
    margin: 0;
    position: relative;
    min-height: 1px;
    width: 25%;
    display: inline-block;
}
.agenda .date {
    height: 22px;
    line-height: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #9696a0;
    text-align: center;
}
.agenda .barre {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    margin: 0 auto 9px;
    float: none;
}
.agenda .title {
    height: 22px;
    color: #9696a0;
    font-size: 17px;
    line-height: 20px;
    margin: 0px 0 0;
}
.agenda .place {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    width: 100%;
    display: inline-block;
    padding-top: 4px;
    height: 20px;
}
@media (max-width: 1024px) {
    .mz_banner,
    .mz_common_banner_wrap{
        margin-top: 80px;
    }
    .mz_banner_content,
    .countdown_wrap{
        position: static;
    }
    .mz_banner_content{
        margin-top: 218px;
    }
    .mz_banner .back_img_wrap{
        height: auto;
        text-align: center;
    }
    .mz_banner .banner_btn_wrap{
        position: absolute;
        width: 100%;
        top: 0;
    }
    .mz_banner .back_img{
        width: 400px;
        height: auto;
        position: absolute;
        left: 50%;
        margin-left: -200px;
    }
    .countdown_text{
        color: #fff;
    }
    .countdown span{
        width: 23% !important;
        font-size: 24px;
        line-height: 20px;
    }
    .agenda_wrap{
        position: static;
        margin-top: 0;
    }
    .agenda:before{
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
    }
    .agenda > div {
        vertical-align: top;
        margin: 16px 0 10px !important;
        width: 100%;
        font-size: 0;
    }
    .agenda > div > div{
        display: inline-block;
        padding: 0 0 0 20px!important;
        margin: 0 !important;
        vertical-align: top;
        width: 50%;
        text-align: left;
    }
    .agenda > div:before{
        border: 1px solid #ffffff;
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background: #000000;
        content: "";
        left: 50%;
        top: 0;
        margin: -2px -9px;
        position: absolute;
    }
    .agenda .date{
        font-size: 16px;
        font-weight: bold;
        white-space: pre;
        color: #9696a0;
        text-align: right;
        padding-right: 20px!important;
        line-height: 19px;
    }
    .agenda .barre{
        display: none;
    }
    .agenda .titletop{
        padding-left: 20px!important;
        text-align: left;
        line-height: 20px;
    }
}
/* 首页banner部分 end */

/* 首页新闻部分 */
.mz_news_wrap {
    padding: 50px 0 10px;
    background: #F0F0F5;
}
.news_title {
    font-size: 30px;
    color: #F5004B;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.news_title.large{
    font-size: 48px;
    margin-bottom: 40px;
}
.mz_news_swiper_wrap{
    padding: 0 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.mz_news_swiper_wrap .swiper-container{
    overflow: unset;
}
.mz_news_swipe_slide a:hover{
    color: #F5004B;
}
.mz_news_swipe_slide .img_wrap{
    height: 130px;
    overflow: hidden;
    background: #C4D2D4;
    position: relative;
}
.mz_news_swipe_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mz_news_wrap .swiper-button-prev,
.mz_news_wrap .swiper-button-next{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid #f5004b;
    transform: rotate(-45deg);
    float: left;
    margin: -40px 10px 0 -4px;
    color: transparent;
    background: transparent;
}
.mz_news_wrap .swiper-button-next:after,
.mz_news_wrap .swiper-button-prev:after{
    content: none;
}
.mz_news_wrap .swiper-button-prev{
    border-width: 2px 0 0 2px;
    left: -20px;
}
.mz_news_wrap .swiper-button-next{
    border-width: 0px 2px 2px 0;
    right: -35px;
}
.mz_news_wrap .title{
    font-size: 19px;
    text-align: center;
    margin: 10px 0;
}
/* 首页新闻部分 end */

/* 首页历史部分 */
.mz_history_wrap {
    padding: 50px 0;
    background: #fff;
}
.mz_history_wrap .seo_description{
    max-width: 1100px;
    text-align: center;
    font-size: 25px;
    padding-bottom: 50px;
}
/* 首页历史部分 end */

/* 首页赞助商部分 */
.mz_sponsor_box{
    background: #fff;
}
.mz_sponsor_wrap {
    padding: 50px 0 0;
    border: solid 1px #F0F0F5;
}
.mz_sponsor_content{
    display: flex;
    /*height: 370px;*/
    width: 100%;
    max-width: 876px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.mz_sponsor_wrap .img_wrap{
    width: 232px;
    height: 125px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: unset;
}
.mz_sponsor_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 首页赞助商部分 end */