*{
    margin: 0;
    padding: 0;
}
body{
    background: #FE9856;
    font-size: 15px;
}
.top{
    height: 614px;
    background: url("../images/top_bg01.png") top center no-repeat;
    background-size: 1920px 614px;
}
.con-text{
    width: 797px;
    margin: 0 auto;
    color: #923E0E;
    line-height: 22px;
}
.con-text>p{
    margin-bottom: 10px;
}
.content{
    width: 1013px;
    margin: -20px auto;
}
.con-bg{
    padding: 80px 101px 30px;
    margin-bottom: 37px;
}
.con-bg.con1{
    background: url("../images/con_bg01.png") top center no-repeat;
    background-size: 100% 100%;
}
.con-bg.con2{
    background: url("../images/con_bg02.png") top center no-repeat;
    background-size: 100% 100%;
}
.con-bg.con3{
    background: url("../images/con_bg03.png") top center no-repeat;
    background-size: 100% 100%;
}
table{
    border:1px solid #E3E3E3 ;
    border-collapse: collapse;
    background: #fff;
    font-size:14px;
    margin: 15px 0 18px;
}
table tr th,table tr td{
    border:1px solid #E3E3E3;
    padding:10px 12px;
    line-height:20px;
}
.orange{
    color: #FE4B19;
    /*font-size: 16px;*/
    font-weight: bold;
}
.red{
    color: #D41717;
    font-size: 14px;
}
.con-text ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
    margin-top: 15px;
}
.con-text ul li h5{
    width: 148px;
    height: 32px;
    line-height: 32px;
    background: #FED8B4;
    border-radius: 16px;
    text-align: center;
    color: #803106;
    margin-bottom: 15px;
    font-size: 15px;
}
.bottom{
    text-align: center;
    padding: 15px 0;
    color: #803106;
}