.banner{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.banner-img {
    width: 110%;
    height: 450px;
    margin-left: -5%;
    margin-top: -25px;
}
.out {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #F9F9FD;
    width: 520px;
    height: 100px;
    line-height: 50px;
    margin-left: -260px;
    margin-top: -50px;
}
.banner-title {
    font-size: 36px;
}
.banner-dec{
    font-size: 30px;
}
.add_transform{
    transform:scale(0.91,0.89);
    -ms-transform:scale(0.91,0.89);
    -moz-transform:scale(0.91,0.89);
    -webkit-transform:scale(0.91,0.89);
    -o-transform:scale(0.91,0.89);
    transition:all 1.5s ease-in-out;
    -moz-transition:all 1.5s ease-in-out;
    -webkit-transition:all 1.5s ease-in-out;
    -o-transition:all 1.5s ease-in-out;
}
.list {
    width: 1016px;
    margin: 50px auto 110px auto;
}
.list-title{
    color: #333333;
    font-size: 26px;
    text-align: center;
}
.label {
    text-align: right;
    margin: 20px 0;
    font-size: 12px;
    color: #333333;
}
.label>p {
    display: inline-block;
    margin-left: 38px;
    vertical-align: middle;
}
.label-icon {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.moren {
    background:#BCC7FF ;
    width: 18px;
    height: 18px;
}
.kexuan {
    width: 16px;
    height: 16px;
    border: 1px solid #CCCCCC;
}
.label-text{
    vertical-align: middle;
    margin-left: 10px;
}
.layui-table, .layui-table-view {
    margin: 0;
}
.table-head th {
    background: #F4F6FE;
}
.table-cont th {
    background: #E5EAFE;
    border-top: none;
}
.layui-table td, .layui-table th {
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    color: #333333;
    border-color: #CCCCCC;
}