.main-content{
        padding: 20px 0 80px;
}
.main-content .container {
    max-width: 1130px;
}

.editor-grid {
    margin: 0 -5px;
    position: relative;
}
.editor-grid .col {
    float: left;
    padding: 5px;
}
.editor-grid.x2 .col {
    width: 50%;
}
.editor-grid.x3 .col {
    width: 33.33%;
}

.table-title {
    color: #444;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}
table.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.45;
}
table.editor-table1 {
    min-width: 720px;
}
table.editor-table1 thead th {
    background: #E40011;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 15px;
}
table.editor-table1 th,
table.editor-table1 td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
table.editor-table1 th {
    font-size: 17px;
    background: #C9C9C9;
}
table.editor-table1 td {
    font-size: 16px;
    background: #fff;
}
table.editor-table1 tbody tr:nth-child(2n+1) td {
    background: #eee;
}
table.editor-table2 .td1 {
    width: 60%;
}
table.editor-table2 .td2 {
    width: 32%;
    padding-left: 40px;
}
table.editor-table3 {
    table-layout: fixed;
}
table.editor-table3 .td1 {
    padding-right: 15px;
}
table.editor-table3 .td2 {
    padding-left: 15px;
}
ul.business-list {
    list-style-type: none;
    margin: 5px 0;
    padding: 0 0 0 16px;
}
ul.business-list li {
    text-indent: -16px;
    padding-left: 16px;
}
ul.business-list li:before {
    content: '◆';
    display: inline-block;
    color: #E40011;
    width: 16px;
    text-indent: 0;
}
.business-p7-pic {
    float: right;
    width: 52%;
    margin: 0 0 30px 30px;
}
.achievement-box {
    letter-spacing: 26px;
}
div.achievement-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin-bottom: 1.7em;
}
.achievement-item .title {
    display: inline-block;
    margin-bottom: 5px;
    color: #2F2F2F;
    font-size: 23px;
}
.achievement-item img {
    vertical-align: bottom;
}

@media screen and (max-width: 900px) {
    .editor-grid.x3 .col {
        width: 50%;
    }
    .editor-grid.x2 .col {
        float: none;
        width: auto;
    }
    table.editor-table2 tr,
    table.editor-table2 .td1,
    table.editor-table2 .td2 {
        display: block;
        width: auto;
        padding: 0;
    }
    table.editor-table2 .td2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-title {
        font-size: 26px;
    }
    .about-title small {
        font-size: 20px;
    }
    .business-title1 {
        font-size: 20px;
    }
    .business-title1 img {
        display: block;
        margin: 0 auto 5px;
    }
    ul.business-list {
        padding-left: 0;
    }
    table.editor-table3 tr,
    table.editor-table3 .td1,
    table.editor-table3 .td2 {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .business-p7-pic {
        float: none;
        width: auto;
        margin: 0 0 1.7em;
    }
}
@media screen and (max-width: 600px) {
    .editor-grid.x3 .col {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    table.about-table1 tr,
    table.about-table1 th,
    table.about-table1 td {
        display: block;
    }
    table.about-table1 th {
        padding: 4px 8px;
    }
    table.about-table1 td {
        padding: 15px 0;
    }
    table.about-table1 tr:nth-child(2n-1) td {
        background: none;
    }
}

.business-title1 {
    color: #276DAA;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.business-title1 img {
    vertical-align: middle;
    margin-bottom: 10px;
}



.ibox{
    display: flex !important;
    flex-wrap: nowrap;
    margin-bottom:20px;
    /*align-items: flex-end;*/
}
.full h2,
.ibox h2,
.ibox strong{
    color:#000;
    margin-top:-8px;
}
.ibox .pic{
    width:0;
    flex-grow: 1;
    padding:0 15px;
    text-align:left;
}
.ibox .txt {
    width:0;
    box-sizing:border-box;
    padding:0 15px;
    flex-grow: 1;
    text-align:justify;
}
.ibox .ibox{
    margin: 0 -10px
}
.ibox .ibox .pic,
.ibox .ibox .txt {
    padding:0 10px;
}
.ibox ul{
    margin:0;
}
.ibox li{
    text-align:left;
}
.full{
    display:block;
    margin-bottom:20px;
}
.p1t2,
.p1t3{
    display: flex !important;
    flex-wrap: nowrap;
}
.p1t2 .txt{
    flex-grow: 2;
}
.p1t2 .pic,
.p1t3 .pic{
    flex-grow: 1;
}
.p1t3 .txt{
    width:0;
    flex-grow: 3;
}
.p1t3 .txt h2{
    font-size:20px;
}
@media screen and (max-width: 800px) {
    .ibox{
        flex-wrap: wrap;
    }
    .ibox .pic,
    .ibox .txt {
    width:100%;
    }
}
@media screen and (max-width: 500px) {
    .ibox{
        flex-wrap: wrap;
    }
    .ibox .pic,
    .ibox .txt {
    width:100% !important;
    }
}


