.group-tab{
    width: 100%;
    height: 50px;
    background-color: #c8b498;
    text-align: center;
}
.group-tab .container div{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 4px;
    color: #6a3906;
    font-size: 20px;
    line-height: 50px;
    margin: 0 25px;
    cursor: pointer;
    position: relative;
}
.group-tab .container div.active{
    color: #fff;
    font-weight: bold;
}
.group-list{
    display: none;
}
.group-list.active{
    display: block;
}
.group{
    width: 100%;
    padding: 80px 0;
}
.group-logo{
    width: 232px;
}
.group-logo img{
    width: 100%;
}
.group-txt{
    margin-top: 40px;
    line-height: 48px;
	letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 20px;
}

.table-box{
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    padding: 30px 50px;
}
.table-title{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.table-select{
    text-align: right;
}
.table-select span{
    font-size: 18px;
    margin-right: 5px;
}
.table-content{
    margin-top: 20px;
}
.table-content table{
    width: 100%!important;
}
.table-content th{
    padding: 10px!important;
    border: 1px solid #ccc!important;
    font-weight: bold!important;
}
.table-content tr:first-child td{
    padding: 10px!important;
    border: 1px solid #ccc!important;
    font-weight: bold!important;
}
.table-content td{
    text-align: center!important;
    padding: 10px!important;
    border: 1px solid #ccc!important;
}




@media (max-width: 1500px){
    .group-txt{
        font-size: 16px;
        line-height: 35px;
    }
}