97 .section_title>span:after, .section_title>span:before{
            width: 260px;
            height:69px;
            top:-10px;
        }
        .section_title>span:after {
            background: url(../images/title_left1.png) center center no-repeat;
            left: -266px;
        }
        .section_title>span:before {
            background: url(../images/title_right1.png) center center no-repeat;
            right: -259px;
        }
.activity_box .prize_tite{
    
    color: #afb0d8;
    font-size: 12px;
    margin-bottom: 116px;
}
.activity_box h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.activity_box table{
    width: 100%;
}
.activity_box table tr th{
    width: 50%;
    padding: 10px 0px;
    text-align: left;
   background: #281f77;
    border: 1px solid #343584;
    padding-left: 56px;
}
.activity_box table tr td{
    text-align: left;
    padding: 7px 5px;
    border:1px solid #343584;
    padding-left: 56px;
}
.company_logo{
    margin-top: 40px;
}
.company_logo li{
    float:left;
    width:20%;
    margin-bottom:  15px;

}
.company_logo ul{

    width: 102.1%;
}
.company_logo li div{
    width:90%;
    text-align: center;

}
.company_logo li div img{
    width: 100%;
}
.company_logo li div p{
    text-align:left;
    margin-top: 4px;
}
.hjmd_no{
    text-align: center;
    padding-top: 100px;

}
.hjmd_no p:first-child{
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #c6c6f3;
    line-height: 46px;
}
.hjmd_no p:last-child{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #c6c6f3;
    line-height: 46px;
}
@media screen and (max-width: 800px) {
    .mb80 {
        margin-bottom:1rem !important;
    }
    html{
        font-size: 13.3333333vw;
    }
    .activity_box {
        padding-left: 0.25rem;
        padding-right:  0.25rem;
        box-sizing: border-box;
    }
   .company_logo li{
        float:left;
        width:33.33%;
        height: 114px;


    }
   
}