.overflow_auto{
    overflow: auto;
}
.table-price {
    min-width: 900px;
    width: 100%;
}
.table-price thead td {
    white-space: nowrap;
    background: #0095da;
    color: #ffffff;
    border-color: #0095da;
}
.table-price td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.style-about {
    display: flex;
}
.fs30 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.style-about:after {
    display: block;
    content: '';
    clear: both;
}
.style-about .sItem {
    float: left;
    width: 50%;
}
.style-about .sItem.hasbg:after {
    position: absolute;
    content: '"';
    top: 50px;
    left: 50px;
    font-size: 300px;
    line-height: 200px;
    font-weight: bold;
    pointer-events: none;
    color: rgba(0,0,0,0.2);
}
.style-about .sItem.hasbg {
    background: #0095da;
    position: relative;
    color: #ffffff;
    text-align: right;
}
.style-about .sItem.hasbg .padding30 {
    padding: 70px 60px;
}
.style-about .sItem .padding30 {
    padding: 30px;
}
.f18 {
    font-size: 18px;
    line-height: 25px;
}
.f48 {
    font-size: 48px;
    line-height: 58px;
}
.style-about-2 {
    padding: 10px 20px;
    background: #f6f6f6;
}
.style-about-2 .item:before {
    position: absolute;
    top: 15px;
    left: 0;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 40px;
    color: #0071c1;
}
.style-about-2 .item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    font-size: 13px;
    line-height: 23px;
}
.style-about-2 .item .num {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.style-about-3 {
    padding: 30px;
    position: relative;
}
.style-about-3:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 190px;
    content: '';
    background: #f6f6f6;
}
.sa-content {
    position: relative;
    z-index: 1;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}
.maxw870px {
    max-width: 870px;
    margin: 0 auto;
}
.style-about-4 {
    text-align: center;
}
.style-about-4 .item {
    margin-bottom: 10px;
}
.style-about-4 .item .text1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0095da;
    font-size: 16px;
    line-height: 25px;
}
.style-about-4 .item {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}
@media screen and (max-width: 1024px) {
    .fs30 {
        font-size: 20px;
        line-height: 30px;
    }
    .style-about {
        display: block;
    }
    .style-about .sItem {
        float: none;
        width: 100%;
    }
    .style-about .sItem.hasbg .padding30 {
        padding: 20px;
    }
    .style-about .sItem .padding30 {
        padding: 20px 0;
    }
    .style-about .f48 {
        font-size: 30px;
        line-height: 40px;
    }
}