@font-face {
    font-family: 'fzltdh'; /* 重命名字体名 */
    src: url('../font/方正兰亭大黑简体.TTF');
    font-weight: normal;
    font-style: normal;
}
.client-main{
    width: 100%;
    display: block;
}
.client-main-bac{
    position: relative;
    width: 100%;
    padding: 300px 0 0 200px;
} 
.client-main-bac-bac{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.client-main-bac-text-top{
    font-size: 70px;
    font-family: "fzltdh";
}
.client-main-bac-text-top span{
    color: #35ADFF;
    text-shadow: 0px 0px 7px rgba(52, 255, 204, 0.1);
    background: linear-gradient(
      180deg,
      #35ADFF 0%,
      #7F4AFF 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.client-main-bac-text-main div{
    margin-top: 40px;
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 10px;
    background: linear-gradient(to top right, #35ADFF 0%,  #7F4AFF 100%);
}
.client-main-bac-text-main div span{
    background-color: #EEF8FE;
    display: inline-block;
    width: 158px;
    margin: 0 auto;
    height: 38px;
    margin-top: 1px;
    border-radius: 50px;
    font-size: 18px;
}
.client-main-bac-btn{
    display: inline-block;
    margin-top: 60px;
    width: 270px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #027FFD; */
    color: #fff;
}
.client-main{
    display: flex;
    justify-content: space-between;
}
@keyframes movea {
    0%{
        transform: translate(0, 0);
    }
    10%{
        transform: translate(5px, -5px);
    }
    20%{
        transform: translate(10px, 5px);
    }
    30%{
        transform: translate(15px, -5px);
    }
    40%{
        transform: translate(20px, 5px);
    }
    50%{
        transform: translate(25px, -5px);
    }
    60%{
        transform: translate(20px, 5px);
    }
    70%{
        transform: translate(15px, -5px);
    }
    80%{
        transform: translate(10px, 5px);
    }
    90%{
        transform: translate(5px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes movea {

    0% , 20%, 40%, 60%, 80%, 100% {
        transform: scale(0.97);
    }
    10% , 30%, 50%, 70%, 90% {
        transform: scale(1);
    }
}
.client-main-bac-img img:nth-child(1){
    position: absolute;
    top: 100px;
    right: 200px;
    transform: scale(0);
    transition: all 0.3s;
}
.client-main-bac-img img:nth-child(2){
    position: absolute;
    top:340px;
    right: 180px;
    transform: scale(0);
    transition: all 0.3s;
}
.client-main-bac-img img:nth-child(3){
    position: absolute;
    top: 200px;
    right: 480px;
    transform: scale(0);
    transition: all 0.3s;
}
.client-main-bac-img img:nth-child(4){
    position: absolute;
    top: 370px;
    right: 360px;
    transform: scale(0);
    transition: all 0.3s;
}
.client-main-a{
    margin-top: 400px;
    background: url(../image/product-bac.png);
    background-size: 100% 100%;
}
.client-main-a-text{
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    padding-top: 200px;
    margin-bottom: 50px;
}
.client-main-a-main-item{
    padding: 30px;
    position: relative;
    width: 180px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}
.client-a-displayp{
    overflow: hidden;
    height: 0;
    font-size: 12px;
    transition: height 0.3s;
}
/* .client-main-a-main-item:hover{
    background: linear-gradient(to top right, #2D68E1 0%, #35ADFF 50%, #AAF1FF 100%);
    width: 260px;
    color: #fff;
} */
/* .client-main-a-main-item:hover .client-a-displayp{
    height: 24px;
}
.client-main-a-main-item:hover .client-main-a-main-item-img{
    height: 0px;
} */
.client-main-a-main-item-title{
    font-size: 24px;
    margin-bottom: 30px;
}
.client-main-a-main-item-img{
    position: relative;
    left: 60px;
    top: 10px;
    height: 120px;
    overflow: hidden;
    transition: height 0.3s;
}
.client-main-a-main-item-img img{
    position: relative;
    left: 20px;
    top: 45px;
    height: 72px;
}
.client-main-a-main{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.client-main-b-title{
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 50px;
}
.client-main-b-main{
    display: flex;
    justify-content: space-between;
    background: url(../image/pro-bac.png);
    background-size: 100% 100%;
    width: 1000px;
    transform: scale(1.3);
    margin: 100px auto;
    border-radius: 20px;
}
.client-main-b-main-left{
    margin-top: 40px;
    margin-left: 100px;
}
.client-main-b-main-left div{
    padding: 10px;
    margin-top: 10px;
    border-left: 5px solid #E4F1FD;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 24px;
    transform: scale(0.77);
}
.pro-yh-top{
    position: absolute;
    top: 370px;
    left: 5px;
}
.pro-yh-btm{
    position: absolute;
    top: 400px;
    right:70px;
}
.client-main-b-main-right{
    margin-top: 30px;
    transition: all 0.3s;
    position: relative;
    right: 100px;
}
.client-main-b-main-right-text{
    width: 470px;
    margin-bottom: 40px;
    margin-right: 50px;
    position: relative;
    bottom: 30px;
}
.client-main-b-main-right-img  img{
    width: 464px;
    transform: scale(0.77);
}
.client-main-b-main-right-text{
    transform: scale(0.77);
}
.client-main-b-main-right-text p:nth-child(1){
    font-size: 24px;
    color: #1a65ff;
}
.client-main-b-main-right-text p:nth-child(2){
    color: rgba(0,0,0,0.8);
}
.client-main-c-main{
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
.client-main-c-main-item{
    width: 160px;
    color: #fff;
    border-radius: 20px;
    height: 340px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.client-main-c-main-item:nth-child(1){
    background: url(../image/client-bottom-a.png);
}
.client-main-c-main-item:nth-child(2){
    background: url(../image/client-bottom-b.png);
}
.client-main-c-main-item:nth-child(3){
    background: url(../image/client-bottom-c.png);
}
.client-main-c-main-item:nth-child(4){
    background: url(../image/client-bottom-d.png);
}
.client-main-c-main-item:nth-child(5){
    background: url(../image/client-bottom-e.png);
}
.client-main-c-main-item:nth-child(6){
    background: url(../image/client-bottom-f.png);
}
.client-main-c-main-item-box{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}
.client-main-c-main-item-top{
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.client-main-c-main-item-bottom{
    height: 0px;
    width: 384px;
    transition: all 0.3s;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
}
.client-main-c-title{
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 50px;
}
.index-main-f{
    width: 100%;
    padding: 40px 0;
    background: url(../image/图层\ 88.png);
    background-size: 100% 100%;
    text-align: center;
    margin-top: 200px;
}
.index-main-f div{
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
}
.index-main-f a{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

