
@font-face {
    font-family: 'JinBuTi'; /* 自定义字体名称 */
    src: url('https://zzw-file.obs.cn-north-4.myhuaweicloud.com:443/mobile/font/DingTalk_JinBuTi_Regular.ttf'); /* 字体文件的完整URL地址 */
}
.JinBuTi{
    font-family: 'JinBuTi'; /* 自定义字体名称 */
}
.text-overflow-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-overflow-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-overflow-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mainBox-title{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mainBox-title-1{
    font-size: 43px;
    color: #3D3939;
    line-height: 88px;
}
.banner-link{
    width: 46%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 200px;
}
.banner-link_box{
    padding: 10px 30px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
    box-shadow: 0px 10px 28px 0px rgba(63,122,254,0.11);
    background-image: url("../image/zzw-img/homelink-bg.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    min-width: 150px;
}
.banner-link_box>img{
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
}
.banner-link_box>p{
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 600;
}
/*分割线  上面是banner  下面是footer*/

.mainBox-1-title{
    font-size: 43px;
    color: #3D3939;
    line-height: 88px;
}
.mainBox-1-text{
    font-size: 28px;
    color: #666666;
}
.mainBox-1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mainBox-5-title{
    font-size: 31px;
    color: #CBCDD9;
}
.mainBox-5-banner-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainBox-5-main{
    width: 70%;
    padding: 0 50px;
    margin: 50px auto;
}
.mainBox-5-main-but{
    width: 22%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainBox-5-main-button>a{
    background: #E0ECFF;
    box-shadow: 0 4px 8px 0 rgba(28,110,240,0.58);
    color: #1C6EF0;
    font-size: 12px;
    padding: 13px 35px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: 0.5s;
    overflow: hidden;
}
.mainBox-5-main-footer{
    width: 70%;
    padding: 0 50px;
    margin: 50px auto;
    display: flex;
}
.mainBox-5-main-info{
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ffffff;
}
.mainBox-5-main-info>div{
    width: 50%;
    margin: 10px auto;
    text-align: center;
    color: #FFFFFF;
}
.mainBox-5-main-info>div>a{
    font-size: 14px;
    color: #FFFFFF;
}
.banner-title-pro-2 {
    color: #fff !important;
    font-size: 54px;
    margin: 50px 0;
}

.banner-title-pro-3 {
    color: #fff !important;
    font-size: 32px;
}
.banner-button-pro > a {
    font-size: 15px;
    color: #457EFE;
    background: #ffffff;
    padding: 13px 35px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: 0.5s;
    overflow: hidden;
    font-weight: 600;
}
.zzw-flex{
    display: flex;
    align-items:center;
}
.zzw-flex-jc{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.zzw-flex-fd{
    display: flex;
    align-items:center;
    flex-direction: column;
}
.zzw-flex-fd-s{
    display: flex;
    align-items:flex-start;
    flex-direction: column;
}


