.content_fpic {
    width: 76%;
    margin: 5% auto 0;
    background: #fafafa;
    padding: 3% 4%;
    border-radius: 10px;
    z-index: 10
}

.content {
    width: 80%;
    margin: 5% auto 0;
    background: #fafafa;
    padding: 1% 2%;
    border-radius: 10px;
    z-index: 10
}

.content_last {
    width: 80%;
    margin: 5% auto 5%;
    background: #fafafa;
    padding: 1% 2%;
    border-radius: 10px;
    z-index: 10
}

.firstimg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
    object-fit:cover;
}

.advantages_list_ul{
    flex-direction: row;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex: 1;
}

.advantages_list_ul .advantages_list_li {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.advantages_list_ul .advantages_list_li_af::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    right: 0;
}

.advantages_list_ul .advantages_list_li:hover {
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2)
}

.advantages_list_ul .p1{
    font-size: 1.5em;
}

/**
   设置表透明  start====================================================================================================================
 */

 .transparentDataTable .layui-table{
    background-color: transparent !important;
}
.transparentDataTable .layui-table-view{
    background-color: rgba(255, 255, 255, 0) !important;
}
.transparentDataTable .layui-table-tool {
    background-color: transparent !important;
}

.transparentDataTable .layui-table-tool .layui-icon {
    color: black;
}

.transparentDataTable .layui-table-header, .transparentDataTable .layui-table-cell, .layui-table-header thead tr {
    background-color: transparent !important;
}

.transparentDataTable .layui-table-header thead th, .transparentDataTable .layui-none {
    /*border: 1px solid #FFFFFF;*/
    color: black !important;
}

.transparentDataTable .layui-table tbody tr {
    border: 1px solid #000000;
    color: black;
}

.transparentDataTable .layui-table-init, .transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-btn, .transparentDataTable .layui-laypage-skip input {
    background-color: transparent !important;
    color: black;
}

.transparentDataTable .layui-table-page a, .transparentDataTable .layui-table-page span {
    color: black !important;
}


.transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-limits option {
    -webkit-appearance: none; /* google */
    -moz-appearance: none; /* firefox */
    appearance: none; /* IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击去除高亮的颜色*/
    background-color: rgba(0, 0, 0, 0) !important;
    color: black;
}

.transparentDataTable .layui-table[lay-even] tr:nth-child(even){
    background-color: rgba(180, 238, 180, 0.5) !important;
}


/*静态表格透明*/
.transparentStaticTable .layui-table{
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.transparentStaticTable .layui-table tbody tr:hover, .statistics_branch_one .layui-table tbody tr:hover {
    background-color: transparent !important;
}

/*.statistics_table_opacity {*/
/*    background-color: rgba(0, 0, 0, 0.5) !important;*/
/*}*/

/*设置表透明  end====================================================================================================================*/
