/* #region 样式 */
.mzw-ofh{overflow:hidden}
.mzw-clear::after{content:"";display:block;clear: both}
.mzw-l{float:left}
.mzw-r{float:right}

.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:auto;position:absolute;top:0;left: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}

.mzw-textarea-placeholder textarea::-webkit-input-placeholder{color: rgb(176, 183, 200)}
.mzw-textarea-placeholder textarea:-moz-placeholder{color: rgb(176, 183, 200)}
.mzw-textarea-placeholder textarea::-moz-placeholder{color: rgb(176, 183, 200)}
.mzw-textarea-placeholder textarea::-ms-input-placeholder{color: rgb(176, 183, 200)}

@media only screen and (max-width:949px) {
	.mzw-l,.mzw-r{float:none}
}
/* #endregion */

/* #region 公共模块 */
.wp1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.g-mzw-tit1 .tit {
    font-size: 48px;
    color: rgb(61, 96, 175);
    line-height: 1.25;
    font-weight: bold;
}

.g-mzw-tit1 .desc {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    margin: 0 18.4%;
}

.g-mzw-tit1 .info {
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-size: 30px;
    font-weight: 500;
}

.g-mzw-tit1 .line {
    background-color: rgb(228, 153, 55);
    width: 40px;
    height: 4px;
}

.g-mzw-tit1.center {
    text-align: center;
}

.g-mzw-tit1.center .line {
    margin: 0 auto;
}

.g-mzw-tit1.sty1 .tit {
    margin-bottom: 60px;
}

.g-mzw-tit1.sty2 .tit {
    margin-bottom: 4px;
}

.g-mzw-tit1.sty2 .info {
    margin-bottom: 16px;
}

.g-mzw-tit1.sty3 .info {
    font-size: 30px;
    color: rgb(61, 96, 175);
    line-height: 1.15;
}

.g-mzw-tit2 {
    display: inline-block;
    background-color: rgba(65, 91, 160, 0.7);
    height: 27px;
    padding: 0 20px;
    border-radius: 14px;
    color: #fff;
    line-height: 27px;
    font-size: 16px;
}

.mzw-swiperBtn .swiper-button-prev,
.mzw-swiperBtn .swiper-button-next {
    margin-top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px auto;
    border-radius: 50%;
    background-color: rgb(196, 206, 227);
    width: 45px;
    height: 45px;
    transition: .4s;
    cursor: pointer;
}

.mzw-swiperBtn .swiper-button-prev {
    background-image: url(../images/mzw2/icon-a1-2.png);
}

.mzw-swiperBtn .swiper-button-next {
    background-image: url(../images/mzw2/icon-a1-3.png);
}

.mzw-swiperBtn .swiper-button-next.swiper-button-disabled,
.mzw-swiperBtn .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.mzw-swiperBtn .swiper-button-prev:hover,
.mzw-swiperBtn .swiper-button-next:hover {
    background-color: rgb(230, 160, 57);
}

.g-mzw-top{
    display: none;
    background-color: rgb(75, 107, 181);
    width: 97px;
    min-height: 97px;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 20vh;
    z-index: 999;
    padding: 19px 0 14px;
    cursor: pointer;
}
.g-mzw-top .icon{
    width: 29px;
    margin: 0 auto 5px;
}
.g-mzw-top .txt{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.667;   
    text-align: center; 
}
  
.g-mzw-btn1 {
    display: block;
    border: none;
    outline: none;
    background-image: linear-gradient(to right, rgb(226, 150, 53) 0%, rgb(235, 170, 62) 47%, rgb(243, 189, 70) 97%);
    min-width: 300px;
    height: 60px;
    cursor: pointer;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}
/* #endregion */

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

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

.m-mzw-popup1 .popup-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: -45px;
    right: -45px;
    cursor: pointer;
}

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

/* #region 落地页 */
.mzw-banner {
    position: relative;
}

.mzw-banner .bgpic {
    height: 971px;
    position: relative;
}

.mzw-banner .logo {
    display: block;
    width: 491px;
    position: absolute;
    top: 187px;
    left: 50%;
    transform: translateX(-50%);
}

.mzw-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -90px;
}

.mzw-list1 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mzw-list1 li {
    width: 417px;
    transition: .4s;
}

.mzw-list1 .con {
    display: block;
    padding: 22px 22px 20px;
    transition: .4s;
    border-radius: 20px;
    background-color: #e2e7f1;
    overflow: hidden;
}

.mzw-list1 .pic {
    padding-top: 40%;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
    transition: .4s;
}

.mzw-list1 .txt {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mzw-list1 .left {
    flex: 1;
    overflow: hidden;
}

.mzw-list1 .tit {
    font-size: 22px;
    font-weight: bold;
    color: rgb(65, 91, 160);
    line-height: 1.25;
    margin-bottom: 2px;
    transition: .4s;
}

.mzw-list1 .date {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.5;
    font-weight: 600;
    transition: .4s;
}

.mzw-list1 .btn {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #c4cee3;
    transition: .4s;
    flex-shrink: 0;
}

.mzw-list1 .btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/mzw2/icon-a1-1.png) no-repeat center;
    background-size: 16px auto;
}

.mzw-list1 li.unline .tip {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.mzw-list1 li.on {
    width: 510px;
}

.mzw-list1 li.on .con {
    padding: 28px 26px 26px;
    background-color: #fff;
}

.mzw-list1 li.on .pic {
    margin-bottom: 22px;
}

.mzw-list1 li.on .tit {
    font-size: 28px;
}

.mzw-list1 li.on .date {
    font-size: 17px;
}

.mzw-list1 li.on .btn {
    background-image: linear-gradient(to right, rgb(226, 150, 53) 0%, rgb(235, 170, 62) 47%, rgb(243, 189, 70) 97%);
}

.mzw-row-a1 {
    padding: 200px 0 0;
    background: url(../images/mzw2/bgpic-a1.png) no-repeat left top/100% auto;
}

.mzw-row-a1-1 {
    margin-bottom: 48px;
}

.mzw-swiper1 {
    position: relative;
    overflow: hidden;
}

.mzw-swiper1 .row1{
    position: relative;
    /* padding-top: 45.7142%; */
    overflow: hidden;
}
.mzw-swiper1 video {
    display: block;
    width: 100%;
}
.mzw-swiper1 .videoBtn{
    width: 113px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mzw-swiper1 .row2 {
    display: flex;
    justify-content: flex-end;
    padding-top: 28px;
}

.mzw-swiper1 .btn {
    display: block;
    padding-left: 52px;
    cursor: pointer;
    font-size: 24px;
    color: rgb(61, 87, 155);
    line-height: 2;
    font-weight: 600;
    position: relative;
}
.mzw-swiper1 .btn::before{
	content: '';
	display: block;
	width: 34px;
	height: 100%;
	background: url(../images/mzw2/icon-a3.png) no-repeat left center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-10px);
	animation: mzw-ani1 1s linear infinite alternate;
}

@keyframes mzw-ani1 {
    form{transform: translateX(-10px);}
    to{transform: translateX(10px);}
  }


.mzw-row-a2 {
    padding-top: 16px;
    background: url(../images/mzw2/bgpic-a2.png) no-repeat;
    background-position: left 270px;
    background-size: 309px auto;
}

.mzw-row-a2-3,
.mzw-row-a4-1{
    font-size: 18px;
    color: rgb(61, 96, 175);
    font-weight: 600;
    margin-bottom: 29px;
}

.mzw-box1 {
    overflow: hidden;
}

.mzw-box1 .left {
    width: 50%;
    float: left;
}

.mzw-box1 .left .title {
    margin-bottom: 64px;
}

.mzw-box1 .left .item {
    margin-bottom: 29px;
}

.mzw-box1 .left .txt {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.mzw-box1 .left .tit2 {
    font-weight: bold;
}

.mzw-box1 .right {
    overflow: hidden;
    padding-top: 72px;
}

.mzw-box1 .right .item {
    width: 50%;
    float: left;
}

.mzw-box1 .right .pic {
    height: 338px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.mzw-box1 .right .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.mzw-box1 .right .txt {
    text-align: center;
}

.mzw-box1 .right .list {
    flex-wrap: wrap;
}

.mzw-box1 .right .list img {
    width: 50%;
    height: auto;
}

.mzw-swiper2 {
    position: relative;
    overflow: hidden;
    margin: 0 -12px;
}

.mzw-swiper2 .con {
    width: 180px;
    height: 300px;
    display: block;
    margin: 0 12px;
    overflow: hidden;
    transition: width .4s;
    position: relative;
}

.mzw-swiper2 .box1 {
    width: 180px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mzw-swiper2 .box1::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mzw-swiper2 .box1 .btn,
.mzw-swiper2 .box1 .tit {
    position: relative;
}

.mzw-swiper2 .box1 .btn {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 36px;
    height: 116px;
    border-radius: 18px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
}

.mzw-swiper2 .box1 .btn.bg1 {
    border: none;
    background-image: linear-gradient(to right, rgb(226, 150, 53) 0%, rgb(235, 170, 62) 47%, rgb(243, 189, 70) 97%);
    line-height: 36px;
}

.mzw-swiper2 .box1 .tit {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.167;
    font-weight: 500;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin-left: 10px;
    letter-spacing: 4px;
}

.mzw-swiper2 .box2 {
    display: block;
    background-color: rgb(75, 107, 181);
    width: 592px;
    height: 100%;
    padding: 17px 20px 0 15px;
    overflow: hidden;
    transition: .4s;
    position: relative;
    opacity: 0;
}

.mzw-swiper2 .box2 .pic {
    width: 297px;
    height: 267px;
    float: left;
    margin-right: 30px;
}

.mzw-swiper2 .box2 .txt {
    overflow: hidden;
    padding-top: 52px;
}

.mzw-swiper2 .box2 .tit {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    margin-bottom: 23px;
}

.mzw-swiper2 .box2 .desc {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 2;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}

.mzw-swiper2 .swiper-slide {
    width: auto;
}

.mzw-swiper2 .swiper-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}

.mzw-swiper2 .swiper-button-prev,
.mzw-swiper2 .swiper-button-next {
    position: static;
}

.mzw-swiper2 .swiper-button-prev {
    margin-right: 37px;
}

.mzw-swiper2 .on .con{
    width: 592px;
}
.mzw-swiper2 .on .box2 {
    opacity: 1;
}

.mzw-row-a3 {
    padding: 90px 0 0;
    background: url(../images/mzw2/bgpic-a3.png) no-repeat;
    background-position: right 260px;
    background-size: 633px auto;
}

.mzw-row-a3-1 {
    margin-bottom: 74px;
}

.mzw-row-a3-2 .left {
    width: 730px;
    padding-top: 40px;
}

.mzw-row-a3-2 .right {
    width: 545px;
}

.mzw-box2 {
    overflow: hidden;
    display: flex;
    margin-bottom: 40px;
}

.mzw-box2 .item {
    padding: 0 32px 0 40px;
    position: relative;
}

.mzw-box2 .line {
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(188, 202, 231) 0%, rgba(188, 202, 231, 0) 100%);
    position: absolute;
    left: 3px;
    top: 0;
}

.mzw-box2 .line::after {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: rgb(188, 202, 231);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    left: -3px;
}

.mzw-box2 .icon {
    margin-bottom: 18px;
}

.mzw-box2 .txt {
    color: rgb(102, 102, 102);
    line-height: 1.5;
}

.mzw-box2 .tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}

.mzw-box2 .desc {
    font-size: 18px;
    line-height: 1.66;
}

.mzw-box2 .item1 {
    width: 47%;
}

.mzw-box2 .item1 .icon {
    width: 17px;
}

.mzw-box2 .item2 {
    width: 53%;
    padding-right: 0;
}

.mzw-box2 .item2 .icon {
    width: 22px;
}

.mzw-swiper3 {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
    padding: 20px 0 50px;
}

.mzw-swiper3::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    position: absolute;
    left: 10px;
    bottom: 0;
    background-color: rgb(188, 202, 231);
}

.mzw-swiper3 .con {
    display: block;
    margin: 0 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(217, 217, 217, 0.8);
    height: 315px;
    padding-top: 30px;
    position: relative;
}

.mzw-swiper3 .pic {
    width: 208px;
    height: 228px;
    margin: 0 auto 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mzw-swiper3 .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.mzw-swiper3 .txt {
    text-align: center;
}

.mzw-swiper3 .swiper-slide {
    width: auto;
    position: relative;
}

.mzw-swiper3 .swiper-slide::after {
    content: '';
    display: block;
    background-color: rgb(122, 140, 188);
    width: 40px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
    opacity: 0;
}
.mzw-swiper3 .swiper-slide-active::after,
.mzw-swiper3 .swiper-slide:hover::after {
    opacity: 1;
}

.mzw-box3 .row1 {
    background-color: rgb(160, 169, 196);
    height: 364px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mzw-box3 .row1 .pic {
    width: 442px;
}

.mzw-box3 .row2{
    position: relative;
}
.mzw-box3 .row2 .pic{
    padding-top: 54.1284%;
}

.mzw-box3 .row2 .videoPlay{
    width: 67px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mzw-box4 {
    overflow: hidden;
    padding-top: 88px;
}

.mzw-box4 .left {
    width: 51%;
    float: left;
    margin-right: 64px;
}

.mzw-box4 .right {
    overflow: hidden;
}

.mzw-box4 .title {
    margin-bottom: 41px;
}

.mzw-box4 .list .item {
    overflow: hidden;
    margin-bottom: 28px;
}

.mzw-box4 .list .icon {
    width: 50px;
    float: left;
    padding-top: 5px;
}

.mzw-box4 .list .txt {
    font-size: 20px;
    color: rgb(102, 102, 102);
    line-height: 1.5;
    overflow: hidden;
}

.mzw-box4 .list .tit2 {
    font-weight: bold;
    margin-bottom: 3px;
}

.mzw-box4 .list .desc {
    font-size: 18px;
    line-height: 1.66;
}

.mzw-box4 .list .item1 .icon img {
    width: 17px;
}

.mzw-box4 .list .item2 .icon img {
    width: 22px;
}

.mzw-box4 .right .pic {
    width: 452px;
    margin: 0 auto 17px;
}

.mzw-box4 .right .txt {
    text-align: center;
}

.mzw-row-a4 {
    padding: 57px 0;
    background-color: rgb(241, 243, 250);
}

.mzw-swiper4 {
    position: relative;
}

.mzw-swiper4 .swiper-box {
    overflow: hidden;
    margin: 0 -15px;
}

.mzw-swiper4 .con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    height: 228px;
    padding: 17px 5px;
    overflow: hidden;
    position: relative;
}

.mzw-swiper4 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.mzw-swiper4 .txt {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(65, 91, 160, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 10px;
    transition: .4s;
    opacity: 0;
}

.mzw-swiper4 .tit {
    width: 100%;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
}

.mzw-swiper4 .swiper-slide {
    width: auto;
}

.mzw-swiper4 .swiper-button-prev,
.mzw-swiper4 .swiper-button-next {
    transform: translateY(-50%);
}

.mzw-swiper4 .swiper-button-prev {
    left: -75px;
}

.mzw-swiper4 .swiper-button-next {
    right: -75px;
}

.mzw-swiper4 .con:hover .txt {
    opacity: 1;
}

.mzw-row-a5 {
    padding: 100px 0 69px;
    background: url(../images/mzw2/bgpic-a4.png) no-repeat left bottom/100% auto;
}

.mzw-row-a5-1 {
    margin-bottom: 57px;
}


.mzw-swiper5 {
    position: relative;
}

.mzw-swiper5 .swiper-box {
    overflow: hidden;
    margin: 0 -13px;
}

.mzw-swiper5 .con {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 13px;
    position: relative;
}

.mzw-swiper5 .pic {
    padding-top: 69.6969%;
}

.mzw-swiper5 .videoPlay {
    width: 67px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mzw-swiper5 .swiper-button-prev,
.mzw-swiper5 .swiper-button-next {
    transform: translateY(-50%);
}

.mzw-swiper5 .swiper-button-prev {
    left: -75px;
}

.mzw-swiper5 .swiper-button-next {
    right: -75px;
}

.mzw-row-a5-2 {
    margin-bottom: 126px;
}

.mzw-row-a5-3 {
    margin-bottom: 58px;
}

.mzw-form1 {
    display: block;
}

.mzw-form1 .input2 {
    width: 100%;
    display: block;
    border-width: 2px;
    border-color: rgb(177, 188, 216);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    height: 291px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    font-family: inherit;
    resize: none;
    outline: none;
    padding: 40px 40px;
}

.mzw-form1 .btn {
    margin: 56px auto 0;
}

.mzw-row-a5-4 {
    margin-bottom: 72px;
}

.mzw-list2 {
    margin: 0 -23px;
}

.mzw-list2 li {
    width: 50%;
    float: left;
    margin-bottom: 42px;
}

.mzw-list2 .con {
    display: flex;
    margin: 0 23px;
    overflow: hidden;
    padding: 38px 38px 42px 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 20px 0px rgba(153, 153, 153, 0.2);
    transition: .4s;
}

.mzw-list2 .pic {
    width: 69px;
    height: 69px;
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
}

.mzw-list2 .head {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.mzw-list2 .icon {
    width: 23px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mzw-list2 .txt {
    flex: 1;
    overflow: hidden;
    line-height: 1.25;
}

.mzw-list2 .name {
    font-weight: 500;
    font-size: 26px;
    color: rgb(153, 153, 153);
    margin-bottom: 7px;
}

.mzw-list2 .desc {
    font-size: 24px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 17px;
}

.mzw-list2 .info {
    font-size: 22px;
    color: #bdbdbc;
}

.mzw-list2 .like {
    width: 30px;
    flex-shrink: 0;
}
.mzw-list2 .con:hover{
    transform: translateY(-10px);
}

.mzw-swiper6{
    position: relative;
}
.mzw-swiper6 .swiper-box{
    overflow: hidden;
    margin: 0 -23px;
    padding: 30px 0;
}
.mzw-swiper6 .mzw-list2{
    margin: 0;
}
.mzw-swiper6 .swiper-button-prev,
.mzw-swiper6 .swiper-button-next {
    transform: translateY(-50%);
    margin-top: -21px;
}

.mzw-swiper6 .swiper-button-prev {
    left: -75px;
}

.mzw-swiper6 .swiper-button-next {
    right: -75px;
}

/* #endregion */

@media only screen and (min-width: 950px) and (max-width: 1920px) {
    /* #region 公共模块 */
    .wp1400 {
        max-width: 72.91vw;
    }
    .g-mzw-tit1 .tit {
        font-size: 2.5vw;
    }
    .g-mzw-tit1 .desc {
        font-size: 0.937vw;
    }
    .g-mzw-tit1 .info {
        font-size: 1.562vw;
    }
    .g-mzw-tit1 .line {
        width: 2.083vw;
        height: 0.208vw;
    }
    .g-mzw-tit1.sty1 .tit {
        margin-bottom: 3.125vw;
    }
    .g-mzw-tit1.sty2 .tit {
        margin-bottom: 0.208vw;
    }
    .g-mzw-tit1.sty2 .info {
        margin-bottom: 0.833vw;
    }
    .g-mzw-tit1.sty3 .info {
        font-size: 1.562vw;
    }
    .g-mzw-tit2 {
        height: 1.406vw;
        padding: 0 1.041vw;
        border-radius: 0.729vw;
        line-height: 1.406vw;
        font-size: 0.833vw;
    }
    .mzw-swiperBtn .swiper-button-prev,
    .mzw-swiperBtn .swiper-button-next {
        background-size: 1.093vw auto;
        width: 2.343vw;
        height: 2.343vw;
    }
    .g-mzw-top{
        width: 5.052vw;
        min-height: 5.052vw;
        padding: 0.989vw 0 0.729vw;
    }
    .g-mzw-top .icon{
        width: 1.510vw;
        margin: 0 auto 0.260vw;
    }
    .g-mzw-top .txt{
        font-size: 0.937vw; 
    }
    .g-mzw-btn1 {
        min-width: 15.62vw;
        height: 3.125vw;
        font-size: 1.25vw;
        line-height: 3.125vw;
        padding: 0 1.041vw;
    }
    /* #endregion */
    
    /* #region 落地页 */
    .mzw-banner .bgpic {
        height: 50.57vw;
    }
    .mzw-banner .logo {
        width: 25.57vw;
        top: 9.739vw;
    }
    .mzw-banner .box {
        bottom: -4.687vw;
    }
    .mzw-list1 li {
        width: 21.71vw;
    }
    .mzw-list1 .con {
        padding: 1.145vw 1.145vw 1.041vw;
        border-radius: 1.041vw;
    }
    .mzw-list1 .pic {
        border-radius: 1.041vw 1.041vw 0 0;
        margin-bottom: 1.041vw;
    }
    .mzw-list1 .tit {
        font-size: 1.145vw;
        margin-bottom: 0.104vw;
    }
    .mzw-list1 .btn {
        width: 2.291vw;
        height: 2.291vw;
    }
    .mzw-list1 .btn::after {
        background-size: 0.833vw auto;
    }
    .mzw-list1 li.unline .tip {
        font-size: 0.937vw;
    }
    .mzw-list1 li.on {
        width: 26.56vw;
    }
    .mzw-list1 li.on .con {
        padding: 1.458vw 1.354vw 1.354vw;
    }
    .mzw-list1 li.on .pic {
        margin-bottom: 1.145vw;
    }
    .mzw-list1 li.on .tit {
        font-size: 1.458vw;
    }
    .mzw-list1 li.on .date {
        font-size: 0.885vw;
    }
    .mzw-row-a1 {
        padding: 10.41vw 0 0;
    }
    .mzw-row-a1-1 {
        margin-bottom: 2.5vw;
    }
    .mzw-swiper1 .videoBtn{
        width: 5.885vw;
    }
    .mzw-swiper1 .row2 {
        padding-top: 1.458vw;
    }
    .mzw-swiper1 .btn {
        padding-left: 2.708vw;
        font-size: 1.25vw;
    }
    .mzw-swiper1 .btn::before{
    	width: 1.770vw;
    }
    .mzw-row-a2 {
        padding: 0.833vw 0 0;
        background-size: left 14.06vw;
        background-size: 16.09vw auto;
    }
    .mzw-box1 .left .title {
        margin-bottom: 3.333vw;
    }
    .mzw-box1 .left .item {
        margin-bottom: 1.510vw;
    }
    .mzw-box1 .left .txt {
        font-size: 1.041vw;
    }
    .mzw-box1 .right {
        padding-top: 3.75vw;
    }
    .mzw-box1 .right .pic {
        height: 17.60vw;
        margin-bottom: 1.302vw;
    }
    .mzw-swiper2 {
        margin: 0 -0.625vw;
    }
    .mzw-swiper2 .con {
        width: 9.375vw;
        height: 15.62vw;
        margin: 0 0.625vw;
    }
    .mzw-swiper2 .box1 {
        width: 9.375vw;
    }
    .mzw-swiper2 .box1 .btn {
        /*border-width: 0.104vw;*/
        width: 1.875vw;
        height: 6.041vw;
        border-radius: 0.937vw;
        font-size: 0.937vw;
        line-height: 1.666vw;
        letter-spacing: 0.104vw;
    }
    .mzw-swiper2 .box1 .btn.bg1 {
        line-height: 1.875vw;
    }
    .mzw-swiper2 .box1 .tit {
        font-size: 1.25vw;
        margin-left: 0.520vw;
        letter-spacing: 0.208vw;
    }
    .mzw-swiper2 .box2 {
        width: 30.83vw;
        padding: 0.885vw 1.041vw 0 0.781vw;
    }
    .mzw-swiper2 .box2 .pic {
        width: 15.46vw;
        height: 13.90vw;
        margin-right: 1.562vw;
    }
    .mzw-swiper2 .box2 .txt {
        padding-top: 2.708vw;
    }
    .mzw-swiper2 .box2 .tit {
        font-size: 1.25vw;
        margin-bottom: 1.197vw;
    }
    .mzw-swiper2 .swiper-btns {
        padding-top: 2.343vw;
    }
    .mzw-swiper2 .swiper-button-prev {
        margin-right: 1.927vw;
    }
    .mzw-swiper2 .on .con{
        width: 30.83vw;
    }
    .mzw-row-a3 {
        padding: 4.687vw 0 0;
        background-size: right 13.54vw;
        background-size: 32.96vw auto;
    }
    .mzw-row-a3-1 {
        margin-bottom: 3.854vw;
    }
    .mzw-row-a3-2 .left {
        width: 38.02vw;
        padding-top: 2.083vw;
    }
    .mzw-row-a3-2 .right {
        width: 28.38vw;
    }
    .mzw-box2 {
        margin-bottom: 2.083vw;
    }
    .mzw-box2 .item {
        padding: 0 1.666vw 0 2.083vw;
    }
    .mzw-box2 .icon {
        margin-bottom: 0.937vw;
    }
    .mzw-box2 .tit {
        font-size: 1.041vw;
        margin-bottom: 0.156vw;
    }
    .mzw-box2 .desc {
        font-size: 0.937vw;
    }
    .mzw-box2 .item1 .icon {
        width: 0.885vw;
    }
    .mzw-box2 .item2 .icon {
        width: 1.145vw;
    }
    .mzw-swiper3 {
        margin: 0 -0.520vw;
        padding: 1.041vw 0 2.604vw;
    }
    .mzw-swiper3::before {
        width: calc(100% - 1.041vw);
        height: 0.104vw;
        left: 0.520vw;
    }
    .mzw-swiper3 .con {
        margin: 0 0.520vw;
        border-radius: 0.520vw;
        box-shadow: 0 0 1.041vw 0 rgba(217, 217, 217, 0.8);
        height: 16.40vw;
        padding-top: 1.562vw;
    }
    .mzw-swiper3 .pic {
        width: 10.83vw;
        height: 11.87vw;
        margin: 0 auto 0.572vw;
    }
    .mzw-swiper3 .swiper-slide::after {
        width: 2.083vw;
        height: 0.208vw;
        border-radius: 0.104vw;
        bottom: -2.604vw;
    }
    .mzw-box3 .row1 {
        height: 18.95vw;
    }
    .mzw-box3 .row1 .pic {
        width: 23.02vw;
    }
    .mzw-box3 .row2 .videoPlay{
        width: 3.489vw;
    }
    .mzw-box4 {
        padding-top: 4.583vw;
    }
    .mzw-box4 .left {
        margin-right: 3.333vw;
    }
    .mzw-box4 .title {
        margin-bottom: 2.135vw;
    }
    .mzw-box4 .list .item {
        margin-bottom: 1.458vw;
    }
    .mzw-box4 .list .icon {
        width: 2.604vw;
        padding-top: 0.260vw;
    }
    .mzw-box4 .list .txt {
        font-size: 1.041vw;
    }
    .mzw-box4 .list .tit2 {
        margin-bottom: 0.156vw;
    }
    .mzw-box4 .list .desc {
        font-size: 0.937vw;
    }
    .mzw-box4 .list .item1 .icon img {
        width: 0.885vw;
    }
    .mzw-box4 .list .item2 .icon img {
        width: 1.145vw;
    }
    .mzw-box4 .right .pic {
        width: 23.54vw;
        margin: 0 auto 0.885vw;
    }
    .mzw-row-a4 {
        padding: 2.968vw 0;
    }
    .mzw-swiper4 .swiper-box {
        margin: 0 -0.781vw;
    }
    .mzw-swiper4 .con {
        margin: 0 0.781vw;
        border-radius: 0.520vw;
        height: 11.87vw;
        padding: 0.885vw 0.260vw;
    }
    .mzw-swiper4 .txt {
        border-radius: 0.520vw;
        padding: 0 0.520vw;
    }
    .mzw-swiper4 .tit {
        font-size: 1.25vw;
    }
    .mzw-swiper4 .swiper-button-prev {
        left: -3.906vw;
    }
    .mzw-swiper4 .swiper-button-next {
        right: -3.906vw;
    }
    .mzw-row-a5 {
        padding: 5.208vw 0 3.593vw;
    }
    .mzw-row-a5-1 {
        margin-bottom: 2.968vw;
    }
    .mzw-swiper5 .swiper-box {
        margin: 0 -0.677vw;
    }
    .mzw-swiper5 .con {
        border-radius: 0.520vw;
        margin: 0 0.677vw;
    }
    .mzw-swiper5 .videoPlay {
        width: 3.489vw;
    }
    .mzw-swiper5 .swiper-button-prev {
        left: -3.906vw;
    }
    .mzw-swiper5 .swiper-button-next {
        right: -3.906vw;
    }
    .mzw-row-a5-2 {
        margin-bottom: 6.562vw;
    }
    .mzw-row-a5-3 {
        margin-bottom: 3.020vw;
    }
    .mzw-form1 .input2 {
        border-width: 0.104vw;
        height: 15.15vw;
        font-size: 1.25vw;
        padding: 2.083vw 2.083vw;
    }
    .mzw-form1 .btn {
        margin: 2.916vw auto 0;
    }
    .mzw-row-a5-4 {
        margin-bottom: 3.75vw;
    }
    .mzw-list2 {
        margin: 0 -1.197vw;
    }
    .mzw-list2 li {
        margin-bottom: 2.187vw;
    }
    .mzw-list2 .con {
        margin: 0 1.197vw;
        padding: 1.979vw 1.979vw 2.187vw 1.562vw;
        border-radius: 0.520vw;
        box-shadow: 0 0.104vw 1.041vw 0 rgba(153, 153, 153, 0.2);
    }
    .mzw-list2 .pic {
        width: 3.593vw;
        height: 3.593vw;
        margin-right: 1.041vw;
    }
    .mzw-list2 .icon {
        width: 1.197vw;
    }
    .mzw-list2 .name {
        font-size: 1.354vw;
        margin-bottom: 0.364vw;
    }
    .mzw-list2 .desc {
        font-size: 1.25vw;
        margin-bottom: 0.885vw;
    }
    .mzw-list2 .info {
        font-size: 1.145vw;
    }
    .mzw-list2 .like {
        width: 1.562vw;
    }
    .mzw-list2 .con:hover{
        transform: translateY(-0.520vw);
    }
    .mzw-swiper6 .swiper-box{
        margin: 0 -1.197vw;
        padding: 1.562vw 0;
    }
    .mzw-swiper6 .swiper-button-prev,
    .mzw-swiper6 .swiper-button-next {
        margin-top: -1.093vw;
    }
    .mzw-swiper6 .swiper-button-prev {
        left: -3.906vw;
    }
    .mzw-swiper6 .swiper-button-next {
        right: -3.906vw;
    }
    /* #endregion */
}

@media only screen and (min-width: 950px) and (max-width: 1440px) {
    .g-mzw-tit2{
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
    }

    .g-mzw-tit1 .desc,
    .mzw-box1 .left .txt,
    .mzw-box2 .desc,
    .mzw-box4 .list .desc{
        font-size: 14px;
    }

    .mzw-box2 .tit,
    .mzw-box4 .list .tit2{
        font-size: 16px;
    }

    .mzw-box2 .item1 .icon,
    .mzw-box4 .list .item1 .icon img{
        width: 14px;
    }
    .mzw-box2 .item2 .icon,
    .mzw-box4 .list .item2 .icon img{
        width: 16px;
    }

    .mzw-box4 .list .icon{
        width: 35px;
    }
}

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

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

    .g-mzw-tit1 .desc {
        font-size: 14px;
        margin: 0;
    }

    .g-mzw-tit1 .info {
        font-size: 14px;
    }

    .g-mzw-tit1 .line {
        width: 30px;
        height: 2px;
        margin: 0 auto;
    }

    .g-mzw-tit1.sty1 .tit {
        margin-bottom: 20px;
    }

    .g-mzw-tit1.sty2{
        text-align: center;
    }
    .g-mzw-tit1.sty2 .tit {
        margin-bottom: 10px;
    }

    .g-mzw-tit1.sty2 .info {
        margin-bottom: 16px;
    }

    .g-mzw-tit1.sty3 .tit{
        margin-bottom: 10px;
    }
    .g-mzw-tit1.sty3 .info {
        font-size: 14px;
    }

    .g-mzw-tit2 {
        height: auto;
        padding: 0 10px;
        line-height: 1.5;
        font-size: 14px;
    }

    .mzw-swiperBtn .swiper-button-prev,
    .mzw-swiperBtn .swiper-button-next {
        background-size: 12px auto;
        width: 30px;
        height: 30px;
    }


    .g-mzw-top{
        width: 65px;
        min-height: 65px;
        padding: 10px 0 5px;
    }
    .g-mzw-top .icon{
        width: 20px;
        margin-bottom: 5px;
    }
    .g-mzw-top .txt{
        font-size: 14px;
    }

	.g-mzw-btn1 {
        min-width: 200px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }
    /* #endregion */

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

    /* #region 落地页 */

    .mzw-banner{
        padding-top: 10%;
    }
    .mzw-banner .bgpic {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .mzw-banner .logo {
        width: 200px;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 5%;
        transform: unset;
    }

    .mzw-banner .box {
        width: 100%;
        position: relative;
        bottom: auto;
    }

    .mzw-list1 {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .mzw-list1 li {
        display: inline-block;
        width: 70%;
        margin-right: 10px;
    }
    .mzw-list1 li:last-child{
        margin-right: 0;
    }

    .mzw-list1 .con {
        padding: 10px;
        border-radius: 8px;
    }

    .mzw-list1 .pic {
        border-radius: 8px 9px 0 0;
        margin-bottom: 10px;
    }

    .mzw-list1 .tit {
        font-size: 18px;
    }

    .mzw-list1 .btn {
        width: 30px;
        height: 30px;
    }

    .mzw-list1 .btn::after {
        background-size: 12px auto;
    }

    .mzw-list1 li.unline .tip {
        font-size: 16px;
    }

    .mzw-list1 li.on {
        width: 80%;
    }

    .mzw-list1 li.on .con {
        padding: 15px;
    }

    .mzw-list1 li.on .pic {
        margin-bottom: 15px;
    }

    .mzw-list1 li.on .tit {
        font-size: 20px;
    }

    .mzw-list1 li.on .date {
        font-size: 16px;
    }

    .mzw-row-a1 {
        padding-top: 40px;
    }

    .mzw-row-a1-1 {
        margin-bottom: 30px;
    }
    
    .mzw-swiper1 .videoBtn{
        width: 12%;
    }

    .mzw-swiper1 .row2 {
        padding-top: 20px;
    }

    .mzw-swiper1 .btn {
        padding-left: 30px;
        font-size: 14px;
    }
    .mzw-swiper1 .btn::before{
    	width: 18px;
    }


    .mzw-row-a2 {
        padding-top: 40px;
        background-position: left top;
        background-size: 25% auto;
    }

    .mzw-row-a2-1{
        margin-bottom: 40px;
    }

    .mzw-box1 .left {
        width: 100%;
        float: none;
    }

    .mzw-box1 .left .title {
        margin-bottom: 30px;
    }

    .mzw-box1 .left .item {
        margin-bottom: 20px;
    }

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

    .mzw-box1 .left .tit2{
        font-size: 16px;
    }

    .mzw-box1 .right {
        padding-top: 30px;
    }

    .mzw-box1 .right .pic {
        height: 180px;
        margin-bottom: 10px;
    }

    .mzw-swiper2 {
        margin: 0;
    }

    .mzw-swiper2 .con {
        width: 100%;
        height: 200px;
        margin: 0;
    }

    .mzw-swiper2 .box1 {
        display: block;
        z-index: 2;
        background-image: none !important;
        width: auto;
        left: calc(40% + 15px);
        top: 15px;
    }
    .mzw-swiper2 .box1::before{
        display: none;
    }

    .mzw-swiper2 .box1 .btn{
        width: 78px;
        height: 26px;
        font-size: 12px;
        border-width: 1px;
        writing-mode: horizontal-tb;
        letter-spacing: 0;
    }
    .mzw-swiper2 .box1 .btn,
    .mzw-swiper2 .box1 .btn.bg1{
        line-height: 24px;
    }
    .mzw-swiper2 .box1 .tit{
        display: none;
    }

    .mzw-swiper2 .box2 {
        width: 100%;
        height: 100%;
        padding: 15px;
        opacity: 1;
    }

    .mzw-swiper2 .box2 .pic {
        width: 40%;
        height: 100%;
        margin-right: 15px;
    }

    .mzw-swiper2 .box2 .txt {
        padding-top: 35px;
    }

    .mzw-swiper2 .box2 .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mzw-swiper2 .box2 .desc {
        font-size: 12px;
    }

    .mzw-swiper2 .swiper-slide {
        width: 100%;
    }

    .mzw-swiper2 .swiper-btns {
        padding-top: 30px;
    }

    .mzw-swiper2 .swiper-button-prev {
        margin-right: 20px;
    }

    .mzw-swiper2 .on .con{
        width: 100%;
    }

    .mzw-row-a3 {
        padding: 40px 0;
        background-position: right top;
        background-size: 40% auto;
    }

    .mzw-row-a3-1 {
        margin-bottom: 30px;
    }

    .mzw-row-a3-2 .left {
        width: 100%;
        padding: 30px 0 40px;
    }

    .mzw-row-a3-2 .right {
        width: 100%;
    }

    .mzw-box2 {
        margin-bottom: 20px;
    }

    .mzw-box2 .item {
        padding: 0 20px;
    }

    .mzw-box2 .icon {
        margin-bottom: 15px;
    }

    .mzw-box2 .tit {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .mzw-box2 .desc {
        font-size: 14px;
    }

    .mzw-box2 .item1 {
        width: 50%;
        padding-right: 15px;
    }

    .mzw-box2 .item1 .icon {
        width: 15px;
    }

    .mzw-box2 .item2 {
        width: 50%;
    }

    .mzw-box2 .item2 .icon {
        width: 20px;
    }

    .mzw-swiper3 {
        margin: 0 -5px;
        padding: 20px 0 30px;
    }

    .mzw-swiper3::before {
        left: 5px;
    }

    .mzw-swiper3 .con {
        margin: 0 5px;
        border-radius: 8px;
        box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.8);
        height: auto;
        padding: 20px 0 15px;
        position: relative;
    }

    .mzw-swiper3 .pic {
        width: auto;
        height: 140px;
        margin: 0 5px 20px;
    }

    .mzw-swiper3 .swiper-slide::after {
        bottom: -30px;
    }

    .mzw-box3 .row1 {
        height: auto;
        display: block;
        padding: 20px;
    }

    .mzw-box3 .row1 .pic {
        width: 100%;
        margin: 0 auto;
    }

    .mzw-box3 .row2 .videoPlay{
        width: 12%;
    }

    .mzw-box4 {
        padding-top: 40px;
    }

    .mzw-box4 .left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .mzw-box4 .title {
        margin-bottom: 30px;
    }

    .mzw-box4 .list .item {
        margin-bottom: 20px;
    }

    .mzw-box4 .list .icon {
        width: 36px;
        float: left;
        padding-top: 5px;
    }

    .mzw-box4 .list .txt {
        font-size: 16px;
    }

    .mzw-box4 .list .tit2 {
        margin-bottom: 5px;
    }

    .mzw-box4 .list .desc {
        font-size: 14px;
    }

    .mzw-box4 .list .item1 .icon img {
        width: 15px;
    }

    .mzw-box4 .list .item2 .icon img {
        width: 20px;
    }

    .mzw-box4 .right .pic {
        width: 90%;
        max-width: 300px;
        margin-bottom: 20px;
    }

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

    .mzw-swiper4{
        padding-bottom: 60px;
    }
    .mzw-swiper4 .swiper-box {
        margin: 0 -5px;
    }

    .mzw-swiper4 .con {
        margin: 0 5px;
        border-radius: 8px;
        height: 180px;
        padding: 15px 5px;
    }

    .mzw-swiper4 .txt {
        border-radius: 8px;
    }

    .mzw-swiper4 .tit {
        font-size: 14px;
    }

    .mzw-swiper4 .swiper-button-prev,
    .mzw-swiper4 .swiper-button-next {
        transform: unset;
        top: auto;
        bottom: 0;
    }

    .mzw-swiper4 .swiper-button-prev {
        left: 50%;
        transform: translateX(calc(-100% - 10px));
    }

    .mzw-swiper4 .swiper-button-next {
        right: 50%;
        transform: translateX(calc(100% + 10px));
    }
    .mzw-row-a5 {
        padding: 40px 0 20px;
    }

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


    .mzw-swiper5 {
        padding-bottom: 60px;
    }

    .mzw-swiper5 .swiper-box {
        margin: 0 -5px;
    }

    .mzw-swiper5 .con {
        border-radius: 8px;
        margin: 0 5px;
    }

    .mzw-swiper5 .videoPlay {
        width: 30px;
    }

    .mzw-swiper5 .swiper-button-prev,
    .mzw-swiper5 .swiper-button-next {
        transform: unset;
        top: auto;
        bottom: 0;
    }

    .mzw-swiper5 .swiper-button-prev {
        left: 50%;
        transform: translateX(calc(-100% - 10px));
    }

    .mzw-swiper5 .swiper-button-next {
        right: 50%;
        transform: translateX(calc(100% + 10px));
    }

    .mzw-row-a5-2 {
        margin-bottom: 40px;
    }

    .mzw-row-a5-3 {
        margin-bottom: 30px;
    }

    .mzw-form1 .input2 {
        height: 135px;
        font-size: 14px;
        padding: 15px;
    }

    .mzw-form1 .btn {
        margin-top: 30px;
    }

    .mzw-row-a5-4 {
        margin-bottom: 40px;
    }

    .mzw-list2 {
        margin: 0;
    }

    .mzw-list2 li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .mzw-list2 .con {
        margin: 0;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, 0.2);
    }

    .mzw-list2 .pic {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .mzw-list2 .icon {
        width: 16px;
    }

    .mzw-list2 .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mzw-list2 .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mzw-list2 .info {
        font-size: 14px;
    }

    .mzw-list2 .like {
        width: 20px;
    }
    .mzw-list2 .con:hover{
        transform: translateY(0);
    }
    .mzw-swiper6{
        padding-bottom: 30px;
    }
    .mzw-swiper6 .swiper-box{
        margin: 0 -15px;
        padding: 15px 0;
    }
    .mzw-swiper6 .mzw-list2 .con{
        margin: 0 15px;
    }
    .mzw-swiper6 .swiper-button-prev,
    .mzw-swiper6 .swiper-button-next {
        transform: unset;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
    .mzw-swiper6 .swiper-button-prev {
        left: 50%;
        transform: translateX(calc(-100% - 10px));
    }
    .mzw-swiper6 .swiper-button-next {
        right: 50%;
        transform: translateX(calc(100% + 10px));
    }

    /* #endregion */

}