.section01{
    width: 100%;
    min-width:1450px;
    height: 234px;
    margin-bottom: 80px;
    background:url("../img/achieve_01.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.section01 .section01_c{
    padding-top: 98px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fffbf8;
}
.section02{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.layui-table td, .layui-table th{
    padding: 35px 57px;
}
.layui-table td span, .layui-table th span{
    float: left;
    max-width: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #303030;
}
.layui-table td p, .layui-table th p{
    float: left;
    max-width: 1000px;
    margin-left: 3px;
    font-size: 14px;
    color: #303030;
}
.layui-table tbody tr:hover,.layui-table thead tr:hover {background-color: transparent !important;}
.layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even){
background-color: #f2f2f2 !important;
}