*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
}
.top1{
    width:100%;
    background:url(banner1.png) no-repeat;
    background-size:100% 100%;
    height:612px;
    padding:64px 0;
}
.top2{
    height:480px;
    padding:64px 0;
    background:url(banner2.png) no-repeat;
    background-size:100% 100%;
    width:100%;
}
.top1 img:nth-child(1){
    width: 759px;
    height: 192px;
    margin: 0 auto;
    display: block;
    padding-top: 108px;
    margin-bottom: 64px;
}
.top1 img:nth-child(2){
    width: 1522px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.m1440{
    width:1440px;
    margin:0 auto;
    display: table;
}
.list{
    background: url(bj.png) no-repeat;
    background-size:100% 100%;

}
.list .m1440{
    padding-top:64px;
}
.list_left{
    float: left;
    width:952px;
}
.list_left ul li{
    width:100%;
    height: auto;
    border: 1px solid #D8F5E5;
    background: rgba(216, 245, 229, 0.64);
    backdrop-filter: blur(6px);
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom:20px;
}
.list_left ul li span{
    color: #333;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom:12px;
    padding:0 24px;
}
.list_left ul li p{
    color: #666;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0 24px;
}
.list_left ul li:hover span,.list_left ul li:hover p{
    color:#208852;
}
.list_right{
    display: flex;
    width: 464px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    float: right;
}
.list_right .top_right img{
    width:100%;
    margin-bottom:24px;
}
.dq ul li{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-right: 1px solid #FFF;
    border-bottom: 0.5px solid #FFF;
    background: #33B873;
    float: left;
    width:105px;
    height:27px;
}
.dq ul li:hover{
    background:#208852;
}
.dq ul li a{
    color: #FFF;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
}