/* #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-img5{height:0;overflow:hidden;position:relative;z-index:0}
.mzw-img5 .img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;}
.mzw-img5 .img img{display:block;width:100%;height:auto;}

.mzw-imgHvr img{transition:.4s}
.mzw-imgHvr:hover img{transform:scale(1.1)}
.mzw-imgHvr2 .img{transition:.4s}
.mzw-imgHvr2:hover .img{transform:scale(1.1)}

.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',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* #endregion */

/* #region 公共样式 */
.wp1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* #endregion */

/* #region 头部 */
.mzw-header{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.851);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: background-color .4s;
}
.mzw-header.active{
    background-color: #fff;
}
.mzw-header .hdr-con{
    height: 73px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mzw-header .logo{
    display: block;
    height: 42px;
    cursor: pointer;
}
.mzw-header .hdr-menu {
    display: none;
}
.nav{
    overflow: hidden;
}
.nav li{
    float: left;
    margin-left: 50px;
}
.nav li:first-child {
    margin-left: 0;
}
.nav .a1{
    display: block;
    font-size: 16px;
    color: rgb(70, 70, 55);
    transition: color .4s;
}
.nav li.on .a1,
.nav .a1:hover{
    color: #005bff;
}
/* #endregion */

/* #region banner */
.m-mzw-banner1 {
    position: relative;
    overflow: hidden;
}

.m-mzw-banner1::after {
    content: '';
    display: block;
    width: 100%;
    height: 12%;
    background: url(../images/mzw/icon-a1.png) no-repeat left bottom/100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* #endregion */

/* #region 标题*/
.g-mzw-tit1 {
    text-align: center;
    line-height: 1.2;
}

.g-mzw-tit1 .tit-ch {
    font-size: 38px;
    color: rgb(68, 68, 68);
    font-weight: bold;
}

.g-mzw-tit1 .tit-en {
    font-size: 32px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
}

.g-mzw-tit1 .tit-en span {
    background-clip: text;
    background-image: linear-gradient( to right, #5EADFE 0%,#20C6FE 32%,#FE00EA 62%, #FE3826 100%);
    -webkit-text-fill-color: transparent;
}

/* #endregion */

/* #region 视频 */
.m-mzw-popup1 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.m-mzw-popup1 .con {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-mzw-popup1 .close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAlElEQVRIic3WUQqAIBAE0KHL62U9w/SRgVnqWjvSQj+h89BMBQCQTCQDSTg/gWRCRgKPio5AzJnhRMqXHtAlq0S8oFtGjXyFHvs+IW+hZp8WMgt12/YQKzRsM0JGIabRWpBWmHk6rUgdOrUwZpASMgMksWFV/WW65B9evoTlP6N8W5FvkPKtXn5oyY/fJRcJ/ZVIXTv8GM0XhxTytgAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.m-mzw-popup1 .video {
    width: 100%;
    display: block;
}
/* #endregion */

/* #region 首页 */
.mzw-bgpic1{
    background-image: url(../images/mzw/bgpic-a1.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.mzw-row-a1{
    padding-top: 43px;
}
.mzw-row-a1-1{
    margin-bottom: 26px;
}

.mzw-box1{
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 1.77;
}

.mzw-row-a2{
    padding-top: 85px;
}
.mzw-row-a2-1{
    margin-bottom: 16px;
}

.mzw-video1{
  background-color: rgb(68, 68, 68);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mzw-video1 .pic{
    padding-top: 38.25%;
}
.mzw-video1 .playBtn{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.mzw-row-a3{
    padding-top: 54px;
}
.mzw-row-a3-1{
    margin-bottom: 27px;
}

.mzw-litpic1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin: 0 -40px;
}
.mzw-litpic1 li{
    width: 25%;
    margin-bottom: 44px;
}
.mzw-litpic1 .con{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(94,173,254, 0.2) 0%, rgba(254,0,234, 0.2) 42%, rgba(254,56,38, 0.2) 71%, rgba(32,198,254, 0.2) 100%);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 40px;
}
.mzw-litpic1 .pic{
    padding-top: 143.9834%;
}
.mzw-litpic1 .img{
    padding-top: 30px;
}
.mzw-litpic1 .txt{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 12px;
    text-align: center;
    color: rgb(70, 70, 55);
    line-height: 1.3;
    padding: 23px 30px;
}
.mzw-litpic1 .name{
  font-size: 20px;
  margin-bottom: 10px;
}
.mzw-litpic1 .job{
  font-size: 14px;
  line-height: 1.3;
  height: 2.6em;
}

.mzw-row-a4{
    padding-top: 58px;
}
.mzw-row-a4-1{
    margin-bottom: 17px;
}

.mzw-box2{
    background-image: linear-gradient(to bottom, rgba(94,173,254, 0.2) 0%, rgba(254,0,234, 0.2) 42%, rgba(254,56,38, 0.2) 71%, rgba(32,198,254, 0.2) 100%);
    padding: 27px 30px 35px;
    border-radius: 20px;
    overflow: hidden;
}
.mzw-box2 .title{
    text-align: center;
    font-size: 28px;
    color: rgb(70, 70, 55);
    font-style: italic;
    margin-bottom: 24px;
}
.mzw-box2 .body{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    color: rgb(70, 70, 55);
    line-height: 1.3;
    display: flex;
    overflow: hidden;
    padding: 44px 20px;
}
.mzw-box2 .txt1,
.mzw-box2 .txt2{
    padding: 0 40px;
    line-height: 24px;
}
.mzw-box2 .txt1{
    width: 51.8%;
    font-size: 18px;
    border-right: 2px solid #9c9397;
}
.mzw-box2 .body p{
    margin-bottom: 27px;
}
.mzw-box2 .txt2{
    width: 48.2%;
    font-size: 15px;
    padding-left: 55px;
}
.mzw-box2 p:last-child{
    margin-bottom: 0;
}

.mzw-row-a5{
    padding-top: 54px;
}
.mzw-row-a5-1{
    margin-bottom: 14px;
}

.mzw-litpic2{
    overflow: hidden;
    margin: 0 -13px;
}
.mzw-litpic2 li{
    float: left;
    width: 33.333%;
    margin-bottom: 20px;
}
.mzw-litpic2 .con{
    display: block;
    margin: 0 13px;
}
.mzw-litpic2 .pic{
    background-color: #444;
    padding-top: 55.8746%;
}

.mzw-row-a6{
    padding-top: 45px;
}
.mzw-row-a6-1{
    margin-bottom: 17px;
}

.mzw-litpic3{
    overflow: hidden;
    margin: 0 -15px;
}
.mzw-litpic3 li{
    width: 33.333%;
    float: left;
    margin-bottom: 20px;
}
.mzw-litpic3 .con{
    display: block;
    margin: 0 15px;
    background-color: #fff;
    border: 1px solid #777777;
    overflow: hidden;
}
.mzw-litpic3 .pic{
    background-color: #444;
    padding-top: 46.5789%;
}
.mzw-litpic3 .txt{
    padding: 36px 30px 26px;
}
.mzw-litpic3 .tit{
  font-size: 28px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  height: 3em;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.mzw-litpic3 .date{
  font-size: 15px;
  color: rgb(51, 51, 51);
}

.mzw-row-a7{
    padding-top: 48px;
    margin-bottom: 85px;
}
.mzw-row-a7-1{
    margin-bottom: 42px;
}

.mzw-litpic4{
    overflow: hidden;
    margin: 0 -11px;
}
.mzw-litpic4 li{
    width: 25%;
    margin-bottom: 20px;
    float: left;
}
.mzw-litpic4 .con{
    display: block;
    margin: 0 11px;
    background-color: #fff;
}
.mzw-litpic4 .pic{
    padding-top: 69.5804%;
}
.mzw-litpic4 .txt{
    padding: 10px 20px;
    color: rgb(51, 51, 51);
}
.mzw-litpic4 .tit,
.mzw-litpic4 .desc{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mzw-litpic4 .tit{
    font-size: 16px;
    margin-bottom: 2px;
}
.mzw-litpic4 .desc{
    font-size: 12px;
    margin-bottom: 5px;
}
.mzw-litpic4 .date{
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/mzw/icon-a4.png) no-repeat left center/15px auto;
}

.mzw-row-a8{
    background-color: #e4e6ed;
    padding: 46px 0 57px;
}
.mzw-row-a8-1{
    margin-bottom: 30px;
}

.mzw-qrcode{
    display: flex;
    justify-content: center;
}
.mzw-qrcode li{
    display: flex;
    align-items: center;   
}
.mzw-qrcode li:first-child{
    margin-left: 9%;
    margin-right: 18%;
}
.mzw-qrcode .pic{
    flex-shrink: 0;
    width: 135px;
    margin-right: 26px;
}
.mzw-qrcode .txt{
  font-size: 18px;
  color: rgb(70, 70, 55);
}
/* #endregion */

@media only screen and (max-width:949px) {
    /* #region 公共模块 */
    .wp1200 {
        max-width: none;
        padding: 0 15px;
    }

    /* #endregion */
  
    /* #region 头部 */
    .mzw-header{
        background-color: #fff;
    }
    .mzw-header .hdr-con,
    .header-height{
        height: 60px;
    }
    .mzw-header .hdr-nav{
        width: 100%;
        height: calc(100vh - 60px);
        background-color: #fff;
        border-top: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 60px;
        padding: 0 15px;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    .nav{
        margin-top: 40px;
    }
    .nav li{
        float: none;
        margin-left: 0;
        border-bottom: 1px solid #ddd;
    }
    .nav .a1{
        font-size: 16px;
        padding: 10px 0;
    }
    .mzw-header .hdr-menu {
        width: 30px;
        height: 100%;
        display: block;
        position: relative;
    }
    
    .g-mzw-nav-a1{
        width: 100%;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .g-mzw-nav-a1 .s{
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005bff;
        transition: .4s;
        border-radius: 2px;
    }
    .g-mzw-nav-a1 .s2{
        margin: 5px 0;
    }
    .g-mzw-nav-a1.open .s1{
        transform: translateY(9px) rotateZ(45deg);
    }
    .g-mzw-nav-a1.open .s2{
        opacity: 0;
    }
    .g-mzw-nav-a1.open .s3{
        transform: translateY(-9px) rotateZ(-45deg);
    }
    /* #endregion */

    /* #region 标题*/

    .g-mzw-tit1 .tit-ch {
        font-size: 24px;
    }

    .g-mzw-tit1 .tit-en {
        font-size: 16px;
    }

    /* #endregion */

    /* #region 视频 */
    .m-mzw-popup1 .con {
        width: 95%;
    }
    .m-mzw-popup1 .close {
        width: 20px;
        height: 20px;
        top: calc(100% + 40px);
        right: 50%;
        transform: translateX(50%);
    }
    /* #endregion */

    /* #region 首页 */
    .mzw-row-a1{
        padding-top: 60px;
    }
    .mzw-row-a1-1{
        margin-bottom: 30px;
    }

    .mzw-box1{
        font-size: 14px;
    }

    .mzw-row-a2{
        padding-top: 60px;
    }
    .mzw-row-a2-1{
        margin-bottom: 30px;
    }

    .mzw-video1{
        border-radius: 12px;
    }
    .mzw-video1 .playBtn{
        width: 40px;
    }
    .mzw-row-a3{
        padding-top: 60px;
    }
    .mzw-row-a3-1{
        margin-bottom: 30px;
    }

    .mzw-litpic1{
        margin: 0 -7px;
    }
    .mzw-litpic1 li{
        width: 50%;
        margin-bottom: 20px;
    }
    .mzw-litpic1 .con{
        margin: 0 7px;
    }
    .mzw-litpic1 .img{
        padding-top: 30px;
    }
    .mzw-litpic1 .txt{
        padding: 15px 10px;
    }
    .mzw-litpic1 .name{
        font-size: 16px;
    }

    .mzw-row-a4{
        padding-top: 40px;
    }
    .mzw-row-a4-1{
        margin-bottom: 30px;
    }

    .mzw-box2{
        padding: 30px 15px;
        border-radius: 12px;
    }
    .mzw-box2 .title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .mzw-box2 .body{
        display: block;
        padding: 20px 15px;
    }
    .mzw-box2 .txt1,
    .mzw-box2 .txt2{
        width: 100%;
        padding: 0;
    }
    .mzw-box2 .txt1{
        font-size: 14px;
        border-right: none;
        border-bottom: 1px solid #9c9397;
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
    }
    .mzw-box2 .body p{
        margin-bottom: 1.5em;
    }
    .mzw-box2 .txt2{
        font-size: 14px;
    }
    .mzw-box2 p:last-child{
        margin-bottom: 0;
    }

    .mzw-row-a5{
        padding-top: 60px;
    }
    .mzw-row-a5-1{
        margin-bottom: 30px;
    }

    .mzw-litpic2{
        margin: 0 -7px;
    }
    .mzw-litpic2 li{
        width: 50%;
    }
    .mzw-litpic2 .con{
        margin: 0 7px;
    }

    .mzw-row-a6{
        padding-top: 40px;
    }
    .mzw-row-a6-1{
        margin-bottom: 30px;
    }

    .mzw-litpic3{
        margin: 0;
    }
    .mzw-litpic3 li{
        width: 100%;
    }
    .mzw-litpic3 .con{
        margin: 0;
    }
    .mzw-litpic3 .txt{
        padding: 20px 15px;
    }
    .mzw-litpic3 .tit{
        font-size: 18px;
    }
    .mzw-litpic3 .date{
        font-size: 14px;
    }

    .mzw-row-a7{
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .mzw-row-a7-1{
        margin-bottom: 30px;
    }

    .mzw-litpic4{
        margin: 0;
    }
    .mzw-litpic4 li{
        width: 100%;
        float: none;
    }
    .mzw-litpic4 .con{
        margin: 0;
    }
    .mzw-litpic4 .txt{
        padding: 20px 15px;
        border: 1px solid #777;
        border-top: none;
    }
    .mzw-litpic4 .tit{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mzw-litpic4 .desc{
        font-size: 14px;
    }
    .mzw-litpic4 .date{
        font-size: 14px;
        padding-left: 25px;
        background-size: 17px auto;
    }

    .mzw-row-a8{
        padding: 60px 0 40px;
    }

    .mzw-qrcode{
       flex-wrap: wrap;
    }
    .mzw-qrcode li{
        display: block;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .mzw-qrcode li:first-child{
        margin-left: 0;
        margin-right: 0;
    }
    .mzw-qrcode .pic{
        width: 120px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mzw-qrcode .txt{
        font-size: 14px;
        text-align: center;
    }
    /* #endregion */

}