﻿body {
    background-color: #ffffff;
}

.tab-box {
    height: 300px;
    position: relative;
}

    .tab-box .tab {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -37.5px;
        margin-left: -700px;
        width: 1400px;
        height: 90px;
        border: solid #dcddd8 1px;
        font-size: 0;
        overflow: hidden;
        cursor: pointer;
        border-left-width: 0;
        border-right-width: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #2f69f9;
    }

        .tab-box .tab > div {
            width: 510px;
            height: 100%;
            text-align: center;
            background-color: #eaf1fe;
            font-weight: bold;
            font-size: 24px;
            line-height: 90px;
        }

        .tab-box .tab .hover {
            color: #ffffff;
            background-color: #2f69f9;
        }

.product-box {
    position: relative;
}

.product {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -232.5px;
    margin-left: -656px;
    width: 1312px;
    height: 465px;
}

    .product .product-title-box {
        height: 114px;
        position: relative;
    }

    .product .product-title {
        position: absolute;
        height: 50px;
        line-height: 50px;
        color: #5871da;
        left: 25px;
        top: 20px;
        font-size: 30px;
    }

    .product .product-english {
        position: absolute;
        height: 30px;
        line-height: 30px;
        color: #717171;
        left: 25px;
        top: 70px;
        font-size: 20px;
    }

    .product .product-item {
        font-size: 0;
        margin-top: 66px;
    }

        .product .product-item > a {
            display: inline-block;
            vertical-align: top;
            width: 310px;
            height: 285px;
            margin-right: 18px;
            box-shadow: 2px 2px 5px #d9d7d7;
            margin-bottom: 20px;
        }

            .product .product-item > a:last-child {
                margin-right: 0;
            }

            .product .product-item > a .product-item-bg {
                padding: 20px 0;
                color: #3d3d3d;
                background-color: #fff;
            }

            .product .product-item > a:hover .product-item-bg {
                background-color: #476dd5;
                color: #ffffff;
            }

        .product .product-item .product-item-picture {
            position: relative;
            overflow: hidden;
        }

            .product .product-item .product-item-picture .slide {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 155px;
                background-color: #000;
                opacity: 0.5;
                text-align: center;
            }

                .product .product-item .product-item-picture .slide span {
                    display: inline-block;
                    border: 1px solid #ffffff;
                    color: #fff;
                    padding: 5px 10px;
                    margin: 20% 10px 0;
                    font-size: 14px;
                    border-radius: 5px;
                }

            .product .product-item .product-item-picture img {
                width: 310px;
                height: 155px;
            }

        .product .product-item .product-item-title {
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            padding: 0 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }

        .product .product-item .product-item-english {
            height: 50px;
            line-height: 25px;
            font-size: 13px;
            padding: 0 20px;
            text-align: center;
            overflow: hidden;
        }

.subsidiary {
    width: 1312px;
    margin: auto;
}

    .subsidiary .subsidiary-title-001 {
        width: 100%;
        margin-bottom: 100px;
        text-align: center;
    }

    .subsidiary .subsidiary-body-001 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap;
    }

        .subsidiary .subsidiary-body-001 > div {
            width: 50%;
        }

        .subsidiary .subsidiary-body-001 .subsidiary-body-001-title {
            height: 52px;
            position: relative;
            color: #fff;
            background-image: url('/images/product/jt/traditionalservices001sub.png');
            background-repeat: no-repeat;
            margin-bottom: 20px;
            padding: 0 20px;
            line-height: 52px;
            font-size: 20px;
            font-weight: bold;
        }

        .subsidiary .subsidiary-body-001 .subsidiary-body-001-content {
            padding: 20px;
            border: 2px #aaa dashed;
            height: 340px;
            width: 580px;
            margin-bottom: 50px;
        }

    .subsidiary .subsidiary-hr {
        height: 1px;
        background-color: #95959547;
        margin-top: 50px;
    }

    .subsidiary .subsidiary-body-002 img {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .subsidiary .subsidiary-body-002 p {
        text-indent: 2em;
    }