.section section{
    padding-top: 100px;
}
.picture-1 ul li a .biaoti1{
    background: rgba(0, 0, 0, .4);
}
.container-gy{
    position: relative;
    display: flex;
    padding: 0 20px;
    gap: 64px;
}
.container-gy .first-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
}
.container-gy .first-div >span{
    font-size: 64px;
    font-family: 'HYQiHei-80W';
    color: rgba(13, 29, 49, 0.10);
    font-weight: bold;
}
.container-gy .first-div >div{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.container-gy .title{
    font-size: 34px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    color: rgba(13, 29, 49, 1);
}
.container-gy .message{
    font-size: 18px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    color: rgba(13, 29, 49, 1);
    text-align: justify;
}
.container-gy >img{
    height: 80vh;
    width: 30vw;
    border-radius: 12px;
}
.container-gy-dataList{
    position: absolute;
    bottom: 90px;
    left: 115px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(50, 80, 104, 0.30);
}
.container-gy-dataList .after{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 50px;
    background: #FFFFFF;
}
.container-gy-dataList .after:first-child{
    color: #FFFFFF;
    background: rgba(94, 174, 33, 1);
    border-radius: 8px 0 0 8px;
}
.container-gy-dataList .after:nth-last-child(2){
    border-radius: 0 8px 8px 0;
}
.container-gy-dataList .after:first-child .tit {
    color: #FFFFFF;
}
.container-gy-dataList .after:first-child .num {
    color: #FFFFFF;
}
.container-gy-dataList .line-y-gy{
    width: 1px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.container-gy-dataList >div:nth-child(4)>div{
    width: 1px;
    height: 50px;
    background: rgba(13, 29, 49, 1);
}
.container-gy-dataList >div:nth-child(6)>div{
    width: 1px;
    height: 50px;
    background: rgba(13, 29, 49, 1);
}
.container-gy-dataList .tit{
    font-size: 24px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    color: #000000;
}
.container-gy-dataList .num{
    font-size: 30px;
    font-family: "ShiShangZhongHeiJianTi-R";
    color: rgba(94, 174, 33, 1);
}