.top_box2 {
    clear: both;
}

    .top_box2 img {
        width: 100%;
    }

    .top_box2 .container {
        margin-top: -120px;
    }

        .top_box2 .container .row {
            height: 120px;
            padding-bottom: 20px;
        }

            .top_box2 .container .row div {
                height: 70px;
                line-height: 70px;
            }

                .top_box2 .container .row div.top-title-en {
                    height: 30px;
                    line-height: 30px;
                }

.menu-box {
    height: 60px;
    line-height: 60px;
    background-color: rgba(250, 250, 250, 100);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
}

.menu-ul {
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0px auto;
    font-weight: 500;
}

.tabs {
    font-size: 16px;
    cursor: pointer;
}

    .tabs.on {
        border-bottom: 2px solid #ff0000;
        color: #ff0000;
        font-weight: 600;
    }

.title {
    color: rgba(51, 51, 51, 100);
    font-size: 24px;
    text-align: center;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
}

.title-en {
    color: rgba(135, 135, 135, 100);
    font-size: 14px;
    text-align: center;
    font-family: Arial-regular;
}

.title-box {
    padding: 60px;
}

.introduction-box {
    margin-top: 0px;
    height: auto;
}

.intr-left {
    color: rgba(135, 135, 135, 100);
    font-size: 14px;
    text-align: justify;
    font-family: SourceHanSansSC-regular;
    float: left;
    width: 60%;
    line-height: 25px;
}

.top-bgs {
    height: 600px;
}

.col-3-3 {
    float: left;
    width: 33.33%;
    height: auto;
    text-align: center;
}

.type-titles {
    color: rgba(230, 0, 18, 100);
    font-size: 35px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
}

.type-titles-en {
    color: rgba(230, 0, 18, 100);
    font-size: 20px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    margin-top: 10px;
}

.detail {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    margin: 10px 30px;
}

.top-title {
    color: rgba(255, 255, 255, 100);
    font-size: 48px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}

.top-title-en {
    color: rgba(255, 255, 255, 100);
    font-size: 28px;
    text-align: left;
    font-family: Arial-regular;
}

.group {
    background-color: #ffffff;
    width: 360px;
    height: 420px;
    float: right;
    margin-right: 40px;
    margin-top: 80px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 100);
    text-align: center;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.19);
}

.group-name {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: rgba(230, 0, 18, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 16px;
    text-align: center;
    font-family: Roboto;
    color: #ffffff;
    margin: 0px auto;
    margin-top: -25px;
    position: absolute;
    margin-left: 80px;
}

.address {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-align: center;
    margin-top: 10px;
}

.cell-on {
    width: 284px;
    height: 66px;
    line-height: 66px;
    background-color: rgba(230, 0, 18, 100);
    text-align: left;
    color: #ffffff;
}

.cell {
    width: 284px;
    height: 66px;
    line-height: 66px;
    background-color: #fff;
    text-align: left;
    color: rgba(51, 51, 51, 100);
    border-bottom: 1px solid rgba(187, 187, 187, 100);
}

.bg {
    width: 862px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(245, 245, 245, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 100);
    margin: 20px 0px;
}

.send {
    color: #ffffff;
    background-color: rgba(230, 0, 18, 100);
    text-align: center;
    padding: 10px 25px;
    border-radius: 22px;
}

.ulCategory {
    list-style: none;
}

    .ulCategory li {
        display: inline;
        float: left;
        padding: 5px 8px;
        margin: 5px 10px;
        background-color: rgba(135, 135, 135, 0.5);
        border-radius: 5px;
        color: white;
    }