.top{
    width: 100%;
    height: 410px;
    margin: 0 auto;
    background: url(./top20230906.png) no-repeat top center;
}
.top_part{
    position: relative;
    width: 1200px;
    height: 410px;
    margin: 0 auto;
}
.logo{
    position: absolute;
    width: 407px;
    height: 60px;
    top: 40px;
    left: 60px;
}
.footer{
    width: 100%;
    height: 120px;
    border-top: 3px solid #dd0000;
}
.foot{
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.foot span {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin-left: 400px;
}
.red{
    position: absolute;
    top: 20px;
    left: 190px;
}
.jiucuo{
    position: absolute;
    top: 30px;
    left: 270px;
}
.ba{
    position: absolute;
    top: 0;
    left: 0;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main_part{
    width: 1200px;
    height: 380px;
    margin-top: 20px;
}
.part_t{
    position: relative;
    width: 1200px;
    height: 110px;
    background: url(./yun20230906.png) no-repeat center center;
}
.part_t h3{
    position: absolute;
    display: block;
    width: 200px;
    height: 110px;
    top: 0;
    left: 460px;
    line-height: 110px;
    font-weight: 700;
    text-align: center;
    font-size: 45px;
    color: #dd0000;
}
.part_t span{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 355px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.part_t span a{
    color: #dd0000;
}
.part_w {
    margin-top: 30px;
}
.part_w li{
    width: 1150px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    white-space:nowrap ;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part_w li::before{
    display: block;
    float: left;
    content: "";
width: 6px;
height: 6px;
margin: 20px;
background-color: #cd0000;
}