a{
    text-decoration:none;
}
.w100{
    width: 100%;
}
.disNo{
    display: none !important;
    opacity: 0;
    transition: 0.5s;
}
.spanHover{
    color:#3f65d2 !important;
    cursor: pointer;
    border-bottom: 2px solid #3f65d2;
}
.spanHover a{
    color:#3f65d2 !important;
}

.Zindex{
    width: 100%;
    background: #F7F8FA;
}
.Zindex .ZindexBanner{
    width: 100%;
    position: relative;
}
.ZindexBanner .swiper-container{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}
.Zindex .ZindexBanner .ZindexBottom{
    height: 110px;
    backdrop-filter: blur(10px);
    filter: blur(10);
    display: flex;
    margin: auto;
    justify-content: center;
}
.Zindex .ZindexBanner .swiper-slide{
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
}
.Zindex .ZindexBanner .swiper-slide{
    background-image: url(../images/zswiperbnaer.png);
}

.Zindex .swiper-pagination-bullet{
    margin-right: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../images/zswipericondno.png);
    background-size: 100% 100%;
    background-color:transparent;
    opacity: 1;
}
.Zindex .ZindexBanner .Zpagination .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    height: 16px;
    background-image: url(../images/zswipericon.png);
    background-size: 100% 100%;
    background-color:transparent
}
.Zpagination{
    width: 1200px;
    position: absolute;
    height: 30px;
    top: 450px;
}
.Zindex .ZindexBanner .ZswpierView{
    margin-top: 156px;
    width: 1200px !important;
    /* border: 1px solid white; */
    box-sizing: border-box;
    text-align: left;
}
.Zindex .ZindexBanner .ZswpierView .title{
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0;
}
.Zindex .ZindexBanner .ZswpierView .des{
    opacity: 0.6;
    width: 690px;
    margin-top: 48px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.Zindex .ZindexBanner .ZswpierView .tabs{
    display: flex;
    align-items: center;
}
.Zindex .ZindexBanner .ZswpierView .tabs a{
    text-decoration:none;
    width: 194px;
    height: 44px;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}
.Zindex .ZindexBanner .ZswpierView .tabs div{
    cursor: pointer;
    text-decoration:none;
    width: 194px;
    height: 44px;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}
.Zindex .ZindexBanner .ZswpierView .tabs .tabsLeft{
    background-image: linear-gradient(135deg, #01C3A5 0%, #00AF77 100%);
    margin-right: 24px;
    transition: 0.3s;
    opacity: 0.95;
}
.Zindex .ZindexBanner .ZswpierView .tabs .tabsLeft:hover{
    opacity: 1;
}
.Zindex .ZindexBanner .ZswpierView .tabs .tabsRight{
    box-sizing: border-box;
    border: 1px solid #979797;
    transition: 0.3s;
    opacity: 0.7;
}
.Zindex .ZindexBanner .ZswpierView .tabs .tabsRight:hover{
    opacity: 1;
    /* background:#00AF77 ;
    border: 1px solid #00AF77; */
}

.Zindex .ZindexBanner .ZindexBottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.Zindex .ZindexBanner .ZindexBottom .ZindexBottomView{
    width: 300px;
    height: 110px;
    box-sizing: border-box;
    padding: 32px 24px;
    padding: 32px 0px 0px 24px;
    box-sizing: border-box;
    opacity: 0.7;
    transition: 0.5s;
}
.Zindex .ZindexBanner .ZindexBottom .ZindexBottomView:hover{
    background-image: url(../images/zbannertabs.png);
    background-size: 100% 100%;
    opacity: 1;
}
.Zindex .ZindexBanner .ZindexBottom .ZindexBottomView .title{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
}
.Zindex .ZindexBanner .ZindexBottom .ZindexBottomView .des{
    height: 14px;
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 16px;
}


/* 产品服务 */
.Zserver{
    padding-top: 80px;
    padding-bottom: 56px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Zserver .Zserver-top{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.Zserver .Zserver-top .Zserver-top-left{
    width: 588px;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Zserver .Zserver-top .Zserver-top-left .title{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #303133;
    margin-bottom: 24px;

    width: 100%;
}
.Zserver .Zserver-top .Zserver-top-left .des{
    width: 100%;
    height: 44px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(96, 98, 102, 0.8);
    line-height: 22px;
}

.Zserver .Zserver-top .Zserver-top-right{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 342px;
    box-sizing: border-box;
}
.Zserver .Zserver-top .titleImage{
    position: absolute;
    background-image: url(../images/service.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 304px;
    height: 61px;
    top: 11px
}
.Zserver .Zserver-top .desTbas{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 7px;
    height: 34px;
    box-sizing: border-box;
    border-bottom: 1px solid #E1E3E6;
}
.Zserver .Zserver-top .desTbas span{
    padding-bottom: 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    height: 16px;
    color: rgba(96, 98, 102, 0.8);
}


.Zserver-main{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.Zserver-main .ZserverMain{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    opacity: 1;
    transition: 0.5s;
}

.Zserver-main .ZserverMain .moreView{
    position: absolute;
    transition: 0.5s ease-in-out;
    margin-right: 18px;
    position: relative;
    z-index: 1;
    width: 282px;
    height: 282px;
    margin-bottom: 24px
}
.Zserver-main .ZserverMain .moreView::after{
    transition:  0.2s;
    background-size: 100%;
    content: "";
    background-image: url(../images/zserverview.png);
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

.Zserver-main .ZserverMain .moreView:hover{
    margin-top: -10px;
}


.Zserver-main .ZserverMain .moreView:hover::after{
    opacity: 0.8;
}

.Zserver-main .ZserverMain .ZserverView{
    cursor: pointer;
    width: 282px;
    height: 282px;
    background: #FFFFFF;
    padding: 24px 0px 0px 24px;
    box-sizing: border-box;
    background-size: 100% 100%;
    transition: 0.2s;
}

.Zserver-main .ZserverMain .moreView:hover .ZserverView{
    background: none;
}

.Zserver-main .ZserverMain .ZserverView:hover .hoverClassa{
    color:white;
}

.Zserver-main .ZserverMain .ZserverView:hover .ZserverView-top .titleView .title{
    color:white;
}
.Zserver-main .ZserverMain .ZserverView:hover .ImgaeView{
    background:white
}

.Zserver-main .ZserverMain .ZserverView:hover  .bottom .des{
    color:white;
}
.Zserver-main .ZserverMain .ZserverView:hover  .bottom .buttonTabs div:nth-child(2) a{
    color:white;
}


.Zserver-main .ZserverMain .ZserverView:hover  .bottom .buttonTabs div:nth-child(2){
    color:white;
}

.Zserver-main .ZserverMain .ZserverView:nth-child(4){
    margin-right: 0px;
}
.Zserver-main .ZserverMain .ZserverView:nth-child(8){
    margin-right: 0px;
}

.ZserverView-top .titleView{
    margin-bottom: 24px;
}
.ZserverView-top .titleView .title{
    font-size: 20px;
    width: 100%;

}
.ZserverView-top .ImgaeView{
    width: 48px;
    height: 48px;
    background: #F4F5F7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 24px;
}
.ZserverView-top .ImgaeView img{
    width: 24px;
    height: 24px;
}

.ZserverView-top .bottom .des{
    width: 234px;
    height: 44px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    line-height: 22px;
}
.ZserverView-top .bottom .buttonTabs{
    margin-top: 34px;
    display: flex;
}
.ZserverView-top .bottom .buttonTabs a{
    width: 116px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color:black;
}
.ZserverView-top .bottom .buttonTabs div{
    width: 116px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}.ZserverView-top .bottom .buttonTabs div a{
    font-size: 14px;
}

.ZserverView-top .bottom .buttonTabs div:nth-child(1){
    box-sizing: border-box;
    border: 1px solid #3f65d2;
    background:white;
    color:#3f65d2;
    margin-right: 24px;
}
.ZserverView-top .bottom .buttonTabs div:nth-child(1) a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#3f65d2;
}
.ZserverView-top .bottom .buttonTabs div:nth-child(2) a{
    font-size: 12px;
    color:#303133;
}

.ZserverMoreView{
    padding: 32px 24px;
    cursor: pointer;
    width: 282px;
    height: 282px;
    margin-right: 18px;
    margin-bottom: 24px;
    padding: 24px 0px 0px 24px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-image: url(../images/noreserve.png);
    background-size:100% 100% ;
}

.ZserverMoreView .title{
    font-weight: 600;
    height: 20px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    margin-bottom: 21px;
}
.ZserverMoreView .des{
    height: 12px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3f65d2;
    text-align: left;
    line-height: 12px;
}
.ZserverMoreView .des a{
    color: rgba(0, 179, 122, 1);
}
/* 行业方案 */
.Zprogramme{
    width: 100%;
    height: 625px;
    background: #252D37;
    border-radius: 0;
    background-image: url(../images/zprogramme.png);
    background-repeat: no-repeat;
    background-size: 50% ;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Zprogramme .Zprogramme-top{
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.Zprogramme .Zprogramme-top .Zprogramme-top-left{
    width: 588px;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Zprogramme .Zprogramme-top .Zprogramme-top-left .title{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
    width: 100%;
}
.Zprogramme .Zprogramme-top .Zprogramme-top-left .des{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.Zprogramme .Zprogramme-top .Zprogramme-top-right{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 342px;
    box-sizing: border-box;
}
.Zprogramme .Zprogramme-top .Zprogramme-top-right .desTbas{
    cursor: pointer;
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgb(0, 179, 122);
    line-height: 16px;
    bottom: 26px;
}
.Zprogramme .Zprogramme-top .titleImage{
    position: absolute;
    background-image: url(../images/zprogrammetitle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 304px;
    height: 61px;
    top: 11px
}
.Zprogramme .Zprogramme-main{
    width: 1200px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    margin-top: 65px;
}
.Zprogramme .Zprogramme-main .Zprogramme-main-tabsList{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 18px;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 12px;
}
.Zprogramme .Zprogramme-main .Zprogramme-main-tabsList .spanView{
    margin-bottom: -1px;
    color:rgba(255, 255, 255, 0.6);
}
.Zprogramme .Zprogramme-main .Zprogramme-main-tabsList .spanView a{
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
}
.Zprogramme-main .ZprogrammeMain{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.Zprogramme-main .ZprogrammeMain img{
    width: 400px;
    height: 226px;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView{
    width: 760px;
    margin-left: 40px;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-top{
    width: 760px;
    height: 78px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 26px;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	overflow:hidden;
    margin-top: 12px;
    margin-bottom: 80px;
    
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom a{
    width: 194px;
    height: 44px;
    color:white;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom .leftView{
    background-image: linear-gradient(135deg, #01C3A5 0%, #00AF77 100%);
    opacity: 0.95;
    transition: 0.3s;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom .rightView{
    background-size: rgba(0, 179, 122, 0);
    border: 1px solid #979797;
    margin-left: 24px;
    transition: 0.3s;
    opacity: 0.8;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom .leftView:hover{
    opacity: 1;
}
.Zprogramme-main .ZprogrammeMain .ZprogrammeMain-divView .ZprogrammeMain-divView-bottom .rightView:hover{
    opacity: 1;
    /* background: rgba(0, 179, 122, 1); */
    /* border: 1px solid #00AF77; */
}
/* 客户案例 */
.ZCustomerCase{
    width: 100%; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ZCustomerCase .ZCustomerCase-top{
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 108px;
    height: 78px;
}

.ZCustomerCase .ZCustomerCase-top .ZCustomerCase-top-left{
    width: 588px;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ZCustomerCase .ZCustomerCase-top .ZCustomerCase-top-left .title{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #303133;
    margin-bottom: 24px;
    width: 100%;
    line-height: 30px;
}
.ZCustomerCase .ZCustomerCase-top .ZCustomerCase-top-left .des{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(96, 98, 102, 0.8);
    line-height: 22px;
}

.ZCustomerCase .ZCustomerCase-top .ZCustomerCase-top-right{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 342px;
    box-sizing: border-box;
}
.ZCustomerCase .ZCustomerCase-top .ZCustomerCase-top-right .desTbas{
    cursor: pointer;
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgb(0, 179, 122);
    line-height: 16px;
    bottom: 26px;
}
.ZCustomerCase .ZCustomerCase-top .titleImage{
    position: absolute;
    background-image: url(../images/zcustomercase.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 304px;
    height: 61px;
    top: 11px
}


.ZCustomerCase .ZCustomerCase-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 424px;
    box-sizing: border-box;
    position: relative;
}
.ZCustomerCase .ZCustomerCase-main .tabsList{
    background-color:white ;
    margin: auto;
    position: absolute;
    width: 1200px;
    height: 120px;
    left: 0;
    right: 0;
    top: -50px;
    display: flex;
    align-items: center;
    /* padding-left: 18px;
    padding-right: 18px; */
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 99;
}

.ZCustomerCase .ZCustomerCase-main .tabsList .tabsList-view{
    cursor: pointer;
    width: 230px;
    height: 120px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    transition: 0.5s;
    z-index: 1;
}
.ZCustomerCase .ZCustomerCase-main .tabsList .tabsList-view:hover {
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.05);
}

.ZCustomerCase .ZCustomerCase-main .tabsList .tabsList-view:hover .ZtabsView .ZCustomerCase-main-right{
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);
    transform: scale(1);
    background: hsla(0,0%,100%,0);
}

.ZCustomerCase .ZCustomerCase-main .tabsList .tabsList-view img{
    width: 90%;
    height: auto;
}   
.ZCustomerCase .ZCustomerCase-main .ZtabsView{
    width: 100%;
    height: 100%;
    display: flex;
}
.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-left{
    width: 50%;
    /* background: rgba(0, 179, 122, 0.8); */
    /* background: linear-gradient(136deg, #01C3A5 100%, #00AF77 100%); */
    background-image: url(../images/zprogramme.png),linear-gradient(136deg, #01C3A5 0%, #00AF77 100%);
    background-repeat: no-repeat;
    background-size: 100% ;
    height: 100%;
    position: relative;
}
.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-right{
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition:0.5s;
    transform: scale(1);
    background: hsla(0,0%,100%,0);
}
.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ZCustomerCase-main-left .leftZCustomerCase {
    position: absolute;
    right: 30px;
    top: 126px;
}

.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top {
    color: white;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top .ZCustomerCaseTitle{
    height: 20px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top .ZCustomerCaseDes{
    margin-top: 24px;
    margin-bottom: 32px;
    width: 572px;
    height: 72px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top  .ZCustomerCaseView{
    width: 116px;
    height: 32px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
    cursor: pointer;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top  .ZCustomerCaseView a{
    color:white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.3s;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top  .ZCustomerCaseView a:hover{
    background: white;
    color:rgba(0, 179, 122, 0.8) ;
}
.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-bottom {
    display: flex;
    justify-content: space-between;
    color:#FFFFFF;
    width: 572px;
}

/* logo */
.Zlogo{
    padding: 48px 0px 24px 0px;
    margin: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.Zlogo .ZlogoView{
    margin: 0px 21px 24px 0px;
    width: 180px;
    height: 90px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}
.Zlogo .ZlogoView:hover{
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.05);
}
.Zlogo .ZlogoViewMore{
    margin:  0px 0px 24px 0px;
    width: 180px;
    height: 90px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#3f65d2;
}
.Zlogo .ZlogoViewMore a{
    color:#3f65d2;
}
.Zlogo .ZlogoViewMore img{
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.Zlogo .ZlogoView:nth-child(6){
    margin:  0px 0px 24px 0px;
    
}
.Zlogo .ZlogoView img{
    width: 100%;
}

.Zauthoritative{
    width: 100%;
    height: 448px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.Zauthoritative .Zauthoritative-top{
    flex-wrap: wrap;
    margin: 0px auto 108px;
    padding-top: 80px;
    box-sizing: border-box;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 78px;
}

.Zauthoritative .Zauthoritative-top .Zauthoritative-top-left{
    width: 588px;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Zauthoritative .Zauthoritative-top .Zauthoritative-top-left .title{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #303133;
    margin-bottom: 24px;
    width: 100%;
    line-height: 30px;
}
.Zauthoritative .Zauthoritative-top .Zauthoritative-top-left .des{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(96, 98, 102, 0.8);
    line-height: 22px;
}

.Zauthoritative .Zauthoritative-top .Zauthoritative-top-right{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 342px;
    box-sizing: border-box;
}
.ZauthoritativeZRoung{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ZRoung{
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.ZRoung img{
    width: 100%;
    height: 100%;
}
.Zauthoritative .Zauthoritative-top .Zauthoritative-top-right .Zauthoritative-left{
    margin-right: 16px;
    background: url(../images/zleft1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.Zauthoritative .Zauthoritative-top .Zauthoritative-top-right .Zauthoritative-right{
    background: url(../images/zright.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.Zauthoritative .Zauthoritative-top .titleImage{
    position: absolute;
    background: url(../images/zauthoritative.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 304px;
    height: 61px;
    top: 11px
}
.Zauthoritative-main {
    width: 1200px;
    height: 130px;
    margin: auto;
}
.Zauthoritative-main .swiper-wrapper{
    /* height: 130px; */
}
.Zauthoritative-main .swiper-wrapper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    filter: grayscale(100%);
    margin-bottom: 12px;
   
}
.Zauthoritative-main .swiper-wrapper .swiper-slide img{
    transform: scale(0.9);
    opacity: 0.5;
    transition: 0.3s;
    box-shadow: 0px;
}

.Zauthoritative-main .swiper-wrapper .swiper-slide:hover{
    filter: grayscale(0%);
}
.Zauthoritative-main .swiper-wrapper .swiper-slide:hover img{
    transform: scale(1);
    opacity: 1;
}

.Zauthoritative-main .swiper-wrapper .ZauthoritativeTabs{
    flex-wrap: wrap;
    width: 160px;
    display: flex;
    justify-content: center;

}
.Zauthoritative-main .swiper-wrapper .ZauthoritativeTabs img{
    width:100%;
    margin-bottom: 16px;
    width: 45%;
}
.Zauthoritative-main .swiper-wrapper .ZauthoritativeDes{
    width: 200px;
    position: relative;
    background-color: white;
    color: #606266;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    padding: 12px 15px;
    text-align: left;
    display: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}
.Zauthoritative-main .swiper-wrapper .ZauthoritativeDes:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-bottom-color: white;
    border-top-color: rgba(248, 250, 251,0);;
    border-left-color: rgba(248, 250, 251,0.1);
    border-right-color: rgba(248, 250, 251,0.1);
    left: 50%;
    bottom: 100%;
    margin-left: -10px;
}

.Zauthoritative-main .swiper-wrapper .ZauthoritativeTitle{
    text-align: center;
    font-size: 14px;
    color: #909399;
    width: 100%;
}



/* 电商学院 */
.Zschool{
    width: 100%;
    box-sizing: border-box;
}
.Zschool .Zschool-top{
    flex-wrap: wrap;
    margin: 0px auto 108px;
    padding-top: 80px;
    box-sizing: border-box;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 78px;
}

.Zschool .Zschool-top .Zschool-top-left{
    width: 588px;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Zschool .Zschool-top .Zschool-top-left .title{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #303133;
    margin-bottom: 24px;

    width: 100%;
    line-height: 30px;
}
.Zschool .Zschool-top .Zschool-top-left .des{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(96, 98, 102, 0.8);
    line-height: 22px;
}

.Zschool .Zschool-top .Zschool-top-right{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 342px;
    box-sizing: border-box;
}

.Zschool .Zschool-top .titleImage{
    position: absolute;
    background-image: url(../images/zschool.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 304px;
    height: 61px;
    top: 11px;
}

.Zschool-mian{
    margin: 0px auto 108px;
    margin-bottom: 80px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.Zschool-mian .Zschool-mian-left{
    width: 800px;
    height: 746px;
    background: #FFFFFF;
}
.Zschool-mian .Zschool-mian-right{
    width: 384px;
    height: 746px;
    background: #FFFFFF;
}
.Zschool-mian-left {
    box-sizing: border-box;
    padding: 34px 24px;

}
.Zschool-mian-left .Zschool-mian-left-title{
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #3f65d2;
    padding-left: 8px;
    color: #303133;
    align-items: center;
}
.Zschool-mian-left  .Zschool-mian-left-title .Zschool-mian-left-text{
    font-size: 20px;
}
.Zschool-mian-left  .Zschool-mian-left-title .Zschool-mian-left-more{
    cursor: pointer;
    color: black;
    font-size: 12px;
}

.Zschool-mian-left .Zschool-mian-left-main{
    
}
.Zschool-mian-left  .Zschool-mian-left-mainView{
    height: 140px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.Zschool-mian-left  .Zschool-mian-left-mainView .ZschoolView{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.ZschoolView:hover .ZschoolViewRight .ZschoolViewRight-top .title{
    color:#3f65d2;
}
.ZschoolView .ZschoolViewImage{
    width: 240px;
    height: 140px;
}
.ZschoolView  .ZschoolViewRight{
    display: flex;
}
.ZschoolView  .ZschoolViewRight .ZschoolViewRight-top{
    width: 100%;

}
.ZschoolView  .ZschoolViewRight .ZschoolViewRight-top .title{
    height: 29px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #303133;
    line-height: 29px;
    width: 100%;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1; 
	-webkit-box-orient:vertical;
	overflow:hidden;
    margin-bottom: 4px;
}
.ZschoolView .ZschoolViewRight{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 24px;
}
.ZschoolView .ZschoolViewRight .ZschoolViewRight-top .des{
    width: 100%;
    height: 44.8px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0;
    line-height: 22.4px;
    height: 45px;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.ZschoolView .ZschoolViewRight .ZschoolViewRight-bottom{
    color: #909399;
}

.Zschool-mian-right{
    box-sizing: border-box;
    padding: 34px 24px;
}
.Zschool-mian-right .Zschool-mian-right-title{
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #3f65d2;
    padding-left: 8px;
    color: #303133;
    align-items: center;
}
.Zschool-mian-right  .Zschool-mian-right-title .Zschool-mian-right-text{
    font-size: 20px;
}
.Zschool-mian-right  .Zschool-mian-right-title .Zschool-mian-right-more{
    cursor: pointer;
    color: black;
    font-size: 12px;
}

.Zschool-mian-right .textTiele:hover .textTiele-bottom span:nth-child(1){
    color: rgb(0, 179, 122);
}
.Zschool-mian-right-bottom .ZschoolBottomImage{
    color: white;
    margin-top: 25px;
    background-image: url(../images/zschoolimage.png);
    background-size: 100% ;
    background-repeat: no-repeat;
    height: 166px;
    /* display: flex; */
    align-items: flex-end;
    padding: 16px 13px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Zschool-mian-right-bottom .ZschoolBottomImage span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 115px;
}

.Zschool-mian-right-bottom .textTiele{
    display: flex;
  
    margin-top: 32px;
}
.Zschool-mian-right-bottom .textTiele:hover .textTiele-bottom div:nth-child(1){
    color:rgb(0, 179, 122);
}
.Zschool-mian-right-bottom .textTiele-top{
    width: 36px;
    height: 46px;
}
.Zschool-mian-right-bottom .textTiele-top span{
    background:#F7F8FA;
    color:#909399;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Zschool-mian-right-bottom .textTiele-top span:nth-child(1){

}
.Zschool-mian-right-bottom .textTiele-top span:nth-child(2){
    height: 24px;
    margin-top: 3px;
}
.Zschool-mian-right-bottom .textTiele-bottom{
    margin-left: 16px;

}
.Zschool-mian-right-bottom .textTiele-bottom div{
    width: 270px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Zschool-mian-right-bottom .textTiele-bottom div:nth-child(1){
    align-items: center;
    height: 19px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
}
.Zschool-mian-right-bottom .textTiele-bottom div:nth-child(2){
    padding-top: 5px;
    margin-top: 3px;
    font-size: 14px;
    color: #909399;
    align-items: center;
    height: 24px;
    align-items: flex-end;
    /* display: flex; */
}

/* 底部联系电话 */
.ZIndexBottom{
    width: 100%;
    background-image: url(../images/zindexbottom.jpg);
    background-size: cover;
    object-fit: cover;
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    place-content: start center;
}
.ZIndexBottom .ZIndexBottom-title{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    height: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ZIndexBottom .ZIndexBottom-main{
    display: flex;
    align-items: center;
    width: 100%;
    height: 32px;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}
.ZIndexBottom .ZIndexBottom-main .ZIndexBottomLeftPhone{
    display: flex;
    align-items: center;
}
.ZIndexBottom .ZIndexBottom-main span{
    font-size: 32px;
    color: #FFFFFF;
    height: 32px;
    margin-left: 16px;
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomLeftPhone img{
    width: 32px;
    height: 32px;
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomRightPhone{
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomRightPhone img{
    width: 32px;
    height: 32px;
}
.ZIndexBottom  .ZIndexBottom-input{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: white;
    width: 160px;
    height: 40px;
    opacity: 0.8;
    transition: 0.5s;
    background-image: linear-gradient(136deg, #01C3A5 0%, #00AF77 100%);
}
.ZIndexBottom  .ZIndexBottom-input:hover{
    opacity: 1;
}
.ZisNoOpacity{
    transition: 0.5s;
    opacity: 0;
}
.ZisShowOpacity{
    transition: 0.5s;
    opacity: 1;
}