/* #region 基础样式 */
/* *,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none !important;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
ol,ul{list-style:none}
a{text-decoration:none}
img{border:none}
input,textarea,select{border:none}
textarea{resize:none}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
select::-ms-expand {display:none} */

.mzw-prel{position:relative}
.mzw-ofh{overflow:hidden}
.mzw-clear::after{content:"";display:block;clear: both}

.mzw-img1 img{display:block;width:100%;height:auto}
.mzw-img2 img{display:block;width:auto;height:100%}
.mzw-img3 .img{background-repeat:no-repeat;background-position:center;background-size:cover}
.mzw-img3 .img,.mzw-img3 img{display:block;width:100%;height:100%}
.mzw-img3 .img img{opacity:0}
.mzw-img4{height:0;overflow:hidden;position:relative;z-index:0}
.mzw-img4 .img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover}
.mzw-img4 .img img{display:block;width:100%;height:100%;opacity:0}

.mzw-imgHvr img{transition:.4s}
.mzw-imgHvr:hover img{transform:scale(1.2)}
.mzw-imgHvr2 .img{transition:.4s}
.mzw-imgHvr2:hover .img{transform:scale(1.2)}

.mzw-bg1{overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover}

/* body,input,textarea,select{
	font-size:14px;
	line-height:1.5;
	font-weight:400;
	font-family:'Microsoft YaHei',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} */
/* #endregion */

/* #region 公共样式 */
.wp1400,
.wp1800{
    width: calc(100% - 120px);
    margin: 0 auto;
}
.wp1400{
    max-width: 1400px;
}
.wp1800{
    max-width: 1800px;
}
/* #endregion */

/* #region 标题 */
.g-mzw-tit1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.g-mzw-tit1 .tit1{
    color: #cca91e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.g-mzw-tit1 .tit2{
    color: #999;
    font-size: 16px;
    line-height: 1.5;
}
/* #endregion */

/* #region 按钮1 */
.g-mzw-btn1{
    display: inline-block;
    background-color: #0f6cb8;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.g-mzw-btn1:hover{
    color: #fff;
}
.g-mzw-btn1.bg1{
    background-color: #7092be;
}
.g-mzw-btn1.sty2{
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0;
}
/* #endregion */

/* #region 按钮2 */
.g-mzw-btn2{
    display: inline-block;
    background-color: #fff;
    min-width: 96px;
    text-align: center;
    border-radius: 4px;
    color: #0f6cb8;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 20px;
    box-sizing: content-box;
}
.g-mzw-btn2:hover{
    color: #fff;
}
.g-mzw-btn2.bg1{
    background-color: #e34b3f;
    color: #fff;
}
.g-mzw-btn2.bg2{
    background-color: #235fab;
    color: #fff;
}
.g-mzw-btn2.sty2{
    border-radius: 40px;
}
/* #endregion */

/* #region 首页 */
.mzw-row-a2{
    margin-bottom: 30px;
}
.mzw-row-a1{
    background-color: #edf0f3;
}
.mzw-row-a1-1{
    margin-bottom: 30px;
}

.mzw-box2{
    position: relative;
}
.mzw-box2::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1f354e 30%, rgba(31, 53, 78, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
}
.mzw-box2 .con{
    min-height: 420px;
    padding: 92px 0 45px;
    position: relative;
}
.mzw-box2 .txt{
    color: #fff;
}
.mzw-box2 .tag{
    margin-bottom: 22px;
}
.mzw-box2 .tit{
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
}
.mzw-box2 .info{
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 66px;
}
.mzw-box2 .info dd{
    float: left;
    margin-right: 1em;
    line-height: 1.5;
}
.mzw-box2 .info dd:last-child{
    margin-right: 0;
}
.mzw-box3{
    background-color: #fff;
}
.mzw-box3 .box-con{
    display: flex;
    overflow: hidden;
    padding: 30px 0;
}
.mzw-box3 .left{
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 30px;
}
.mzw-box3 .right{
    flex: 1;
    overflow: hidden;
}
.mzw-box3 .list{
    min-height: 255px;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
}
.mzw-box3 .list .li1,
.mzw-box3 .list .li3{
    flex: 1 0 auto;
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.mzw-box3 .list .li1{
    border-right: none;
}
.mzw-box3 .list .li3{
    border-left: none;
}
.mzw-box3 .list .li2{
    width: 29.5%;
    overflow: hidden;
}
.mzw-box3 .list .pic{
    width: 100%;
    height: 100%;
}
.mzw-box3 .list .item{
    flex-shrink: 0;
    width: 165px;
    padding: 12px 0;
}
.mzw-box3 .list .num,
.mzw-box3 .list .tit1{
    font-weight: bold;
}
.mzw-box3 .list .item:nth-child(1) .num,
.mzw-box3 .list .item:nth-child(1) .tit1{
    color: #00a2e8;
}
.mzw-box3 .list .item:nth-child(2) .num,
.mzw-box3 .list .item:nth-child(2) .tit1{
    color: #23b14c;
}
.mzw-box3 .list .num{
    font-size: 40px;
    line-height: 1.5;
}
.mzw-box3 .list .tit1{
    font-size: 16px;
    line-height: 1.5;
}
.mzw-box3 .list .tit2{
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.mzw-box3 .list .info{
    color: #494646;
    font-size: 12px;
    line-height: 1.55;
}
.mzw-box3 .list .info p{
    line-height: inherit;
}
.mzw-box3 .list2{
    overflow: hidden;
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}
.mzw-box3 .list2 li{
    width: 20%;
}
.mzw-box3 .list2 .con{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 18px;
}
.mzw-box3 .list2 .pic{
    padding-top: 147.5%;
    border-radius: 12px;
     margin-bottom: 13px;
}
.mzw-box3 .list2 .txt{
    color: #183255;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.mzw-box3 .list2 .tit{
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 17px;
}
.mzw-box3 .list2 .desc{
    flex: 1;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.mzw-box3 .list2 .desc p{
    margin-bottom: 0.4em;
    line-height: inherit;
}
.mzw-box3 .list2 .btn{
    font-size: 18px;
    line-height: 1.5;
    color: #999;
    transition: .4s;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
.mzw-box3 .list2 .btn::after{
    content: '';
    display: block;
    width: 28%;
    margin-left: 2%;
    height: 1px;
    background-color: #183255;
    transform: scaleX(0);
    transition: transform .4s;
    transform-origin: left;
}
.mzw-box3 .list2 .btn:hover{
    color: #183255;
}
.mzw-box3 .list2 .btn:hover::after{
    transform: scaleX(1);
}
/* #endregion */

/* #region 首页-五六屏 */
.mzw-box4 .con{
    color: #fff;
    min-height: 270px;
    padding: 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.mzw-box4 .tit{
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
}
.mzw-box4 .desc{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.mzw-row-a3{
    padding-top: 30px;
    background-color: #fff;
}

.mzw-litpic1{
    margin: 0 -40px;
    overflow: hidden;
}
.mzw-litpic1 li{
    width: 33.333%;
    float: left;
    margin-bottom: 30px;
}
.mzw-litpic1 .con{
    display: block;
    margin: 0 40px;
}
.mzw-litpic1 .pic{
    padding-top: 69%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.mzw-litpic1 .tit{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mzw-litpic1 .desc{
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.mzw-box5 .con{
    color: #fff;
    min-height: 500px;
    padding: 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mzw-box5 .tit{
    font-size: 50px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.mzw-box5 .tit p{
    line-height: inherit;
}
.mzw-box5 .desc{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.mzw-row-a4{
    padding-top: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.mzw-litpic2{
    overflow: hidden;
    margin: 0 5%;
}
.mzw-litpic2 li{
    width: 33.333%;
    margin-bottom: 30px;
    float: left;
}
.mzw-litpic2 .con{
    display: block;
    margin: 0 15px;
    position: relative;
}
.mzw-litpic2 .pic{
    padding-top: 59%;
}
.mzw-litpic2 .txt{
    width: 100%;
    padding: 0 15px 28px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mzw-litpic2 .tit1{
    font-size: 16px;
    line-height: 1.5;
}
.mzw-litpic2 .tit2{
    font-size: 28px;
    line-height: 1.5;
    max-height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}
/* #endregion */

/* #region 底部 */
.mzw-box6{
    width: 310px;
    display: inline-block;
    background-color: #24365e;
    padding: 20px 40px;
    text-align: center;
}
.mzw-box6 .row1{
    color: #CFB67B;
    margin-bottom: 5px;
}
.mzw-box6 .row1 .tit1{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
.mzw-box6 .row1 .tit2{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 3px;
}
.mzw-box6 .row2{
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
}
.mzw-box6 .row2 .tit1{
    line-height: 1.5;
    letter-spacing: 0.5em;
}
.mzw-box6 .row2 .tit2{
    line-height: 1.5;
}
.mzw-box6 .list{
    display: flex;
    justify-content: center;
}
.mzw-box6 .list li{
    width: 55px;
    border-right: 1px solid #fff;
}
.mzw-box6 .list li:last-child{
    border-right: none;
}
.mzw-box6 .list .icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mzw-box6 .list .icon img{
    width: 60%;
}
.mzw-box6 .list .txt{
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.mzw-box6 .list .tit{
    font-size: 12px;
    line-height: 1.5;
}
.mzw-box6 .list .info{
    font-size: 8px;
    line-height: 1.5;
}

.mzw-footer .t_content1{
    width: calc(100% - 120px);
    max-width: 1800px;
}
.mzw-footer .t_fotnav{
    padding-left: 5%;
    padding-right: 0;
    width: auto;
}
.mzw-footer .ftr-r{
    padding-right: 0;
    display: flex;
    align-items: center;
}
.mzw-footer .t_fotul{
    width: auto;
    margin-right: 40px;
}
.mzw-footer .t_fotul:last-of-type{
    margin-right: 0;
}
.mzw-footer .t_fotercode{
    margin-right: 30px;
}
.mzw-footer .t_fotzong{
    width: auto;
}
.mzw-footer .ftr-r .t_fotone{
    width: 220px;
}
.mzw-footer .t_fotwen{
    width: auto;
}
.mzw-footer .banqu_di{
    padding-right: 0;
}
/* #endregion */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .mzw-litpic1{
        margin: 0 -2.083vw;
    }
    .mzw-litpic1 .con{
        margin: 0 2.083vw;
    }

    .mzw-litpic2 .tit2{
        font-size: 1.458vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1680px) {
    .mzw-footer .t_fotnav{
        padding-left: 2%;
    }
    .mzw-footer .t_fotul{
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1520px) {
    .mzw-box6{
        width: 270px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mzw-footer .t_fotercode{
        margin-right: 20px;
    }
    .mzw-footer  .t_fotimg{
        width: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .mzw-box3 .list2 .desc,
    .mzw-box3 .list2 .btn{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .mzw-box3 .list .item{
        width: 145px;
    }
    .mzw-footer .t_fotnav{
        display: none;
    }
    .mzw-footer .t_fotshang{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mzw-footer .ftr-l{
        margin-bottom: 30px;
    }
    .mzw-footer .t_fotercode{
        margin-right: 0;
    }
    .mzw-footer .t_fotzong{
        display: none;
    }
    .mzw-footer .t_fotxia{
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 1199px) {
	/* #region 公共模块 */
    .wp1400,
    .wp1800{
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }
    /* #endregion */

    /* #region 标题 */
    .g-mzw-tit1{
        flex-direction: column;
        align-items: flex-start;
    }
    .g-mzw-tit1 .title{
        white-space: nowrap;
        margin-bottom: 10px;
    }
    /* #endregion */

    /* #region 按钮1 */
    .g-mzw-btn1{
        font-size: 14px;
    }
    .g-mzw-btn1.sty2{
        font-size: 16px;
        padding: 0;
    }
    /* #endregion */

    /* #region 按钮2 */
    .g-mzw-btn2{
        min-width: 76px;
        font-size: 14px;
        padding: 4px 15px;
    }
    /* #endregion */

    /* #region 首页 */
    .mzw-box2 .con{
        min-height: 320px;
        padding: 60px 0 40px;
    }
    .mzw-box2 .tag{
        margin-bottom: 22px;
    }
    .mzw-box2 .tit{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .mzw-box2 .info{
        font-size: 14px;
        margin-bottom: 40px;
    }

    .mzw-box3 .box-con{
        display: block;
        padding: 40px 0 0;
    }
    .mzw-box3 .left{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mzw-box3 .list{
        display: block;
        min-height: 0;
        margin-bottom: 30px;
    }
    .mzw-box3 .list .li1,
    .mzw-box3 .list .li3{
        flex: 1 0 auto;
        display: flex;
        justify-content: space-around;
        flex-shrink: 0;
    }
    .mzw-box3 .list .li1{
        border-right: 1px solid #e8e8e8;
        border-bottom: none;
    }
    .mzw-box3 .list .li3{
        border-left: 1px solid #e8e8e8;
        border-top: none;
    }
    .mzw-box3 .list .li2{
        width: 100%;
    }
    .mzw-box3 .list .pic{
        width: 100%;
        height: 200px;
    }
    .mzw-box3 .list .item{
        width: 150px;
        padding: 12px 0;
    }
    .mzw-box3 .list .num{
        font-size: 32px;
    }
    .mzw-box3 .list2{
        margin: 0 -10px;
    }
    .mzw-box3 .list2 li{
        width: 50%;
        margin-bottom: 20px;
    }
    .mzw-box3 .list2 .con{
        margin: 0 10px;
    }
    .mzw-box3 .list2 .tit{
        font-size: 18px;
    }
    .mzw-box3 .list2 .desc{
        font-size: 14px;
    }
    .mzw-box3 .list2 .btn{
        font-size: 14px;
    }
    .mzw-box3 .list2 .btn::after{
        content: '';
        display: block;
        width: 28%;
        margin-left: 2%;
        height: 1px;
        background-color: #183255;
        transform: scaleX(0);
        transition: transform .4s;
        transform-origin: left;
    }
    .mzw-box3 .list2 .btn:hover{
        color: #183255;
    }
    .mzw-box3 .list2 .btn:hover::after{
        transform: scaleX(1);
    }
    /* #endregion */

    /* #region 首页-五六屏 */
    .mzw-box4 .tit{
        font-size: 24px;
    }
    .mzw-box4 .desc{
        font-size: 14px;
    }

    .mzw-row-a3{
        padding-top: 30px;
    }

    .mzw-litpic1{
        margin: 0 -10px;
    }
    .mzw-litpic1 li{
        width: 100%;
        margin-bottom: 30px;
    }
    .mzw-litpic1 .con{
        margin: 0 10px;
    }
    .mzw-litpic1 .pic{
        border-radius: 12px;
    }
    .mzw-litpic1 .tit{
        font-size: 18px;
    }
    .mzw-litpic1 .desc{
        font-size: 14px;
    }

    .mzw-box5 .con{
        min-height: 320px;
    }
    .mzw-box5 .tit{
        font-size: 24px;
    }
    .mzw-box5 .desc{
        font-size: 14px;
    }

    .mzw-row-a4{
        padding-top: 30px;
    }

    .mzw-litpic2{
        margin: 0;
    }
    .mzw-litpic2 li{
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .mzw-litpic2 .con{
        margin: 0;
    }
    .mzw-litpic2 .txt{
        padding: 0 10px 15px;
    }
    .mzw-litpic2 .tit1{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .mzw-litpic2 .tit2{
        font-size: 18px;
    }
    /* #endregion */

    /* #region 底部 */
    .mzw-footer .t_content1{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mzw-footer .t_fotshang{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mzw-footer .ftr-l{
        margin-bottom: 30px;
    }
    .mzw-footer .t_fotercode{
        margin-right: 0;
    }
    /* #endregion */
}