    .plates {
        background-image: url('../img/business/background1.jpg');
        background-size: 100% 100%;
        padding: 80rem 180rem 130rem 180rem;
    }
    
    .plates_title>div:first-of-type,
    .business_introduction_title>div:first-of-type {
        text-align: center;
        font-size: 34rem;
    }
    
    .plates_title>div:last-of-type,
    .business_introduction_title>div:last-of-type {
        text-align: center;
        font-size: 24rem;
        margin-top: 10rem;
        color: #999999;
    }
    
    .plates_lists {
        margin-top: 68rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .plates_lists>div {
        width: 288rem;
        padding: 50rem 0;
        padding-bottom: 65rem;
        box-sizing: border-box;
        background-image: linear-gradient(90deg, #f1f6fc, #ffffff);
    }
    
    .plates_lists>div>div:first-of-type {
        display: flex;
        width: 200rem;
        margin: auto;
    }
    
    .plates_lists>div>div:last-of-type {
        font-size: 14rem;
        color: #666666;
        text-align: center;
        line-height: 26rem;
    }
    
    .plates_lists>div>div:last-of-type>div:first-of-type {
        font-size: 20rem;
        color: #333333;
        margin-bottom: 16rem;
        margin-top: 38rem;
    }
    
    .business_introduction {
        background-image: url('../img/business/background2.jpg');
        background-size: 100% 100%;
        padding: 80rem 180rem 130rem 180rem;
    }
    
    .business_introduction_title>div {
        color: white !important;
    }
    
    .business_introduction_show {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        margin-top: 114rem;
        margin-bottom: 70rem;
    }
    
    .business_introduction_show>div:first-of-type {
        width: 820rem;
        display: flex;
        margin-right: 78rem;
    }
    
    .business_introduction_show>div:last-of-type {
        flex: 1;
    }
    
    .business_introduction_show>div:last-of-type>div:first-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 36rem;
    }
    
    .business_introduction_show>div:last-of-type>div:first-of-type>div:last-of-type {
        font-size: 60rem;
        font-style: italic;
    }
    
    .business_introduction_show>div:last-of-type>div:nth-of-type(2) {
        font-size: 18rem;
        line-height: 34rem;
        margin-bottom: 46rem;
        margin-top: 50rem;
    }
    
    .business_introduction_show>div:last-of-type>div:last-of-type {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .business_introduction_show>div:last-of-type>div:last-of-type>div {
        /* min-width: 170rem; */
        padding: 0 26rem;
        line-height: 54rem;
        text-align: center;
        font-size: 18rem;
        background-color: #c30d23;
        border-radius: 100rem;
        margin-right: 22rem;
        margin-bottom: 22rem;
    }
    
    .business_introduction_show>div:last-of-type>div:last-of-type>div:last-of-type {
        margin-right: 0;
    }
    
    .business_lists {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
    }
    .business_lists .active{color:#c30d23!important}
    .business_lists .active>div:first-of-type{
        border:2px solid #c30d23!important;
    }
    
    .business_lists>a {
        width: 290rem;
    }
    
    .business_list {
        width: 100%;
        border: 2px solid transparent;
    }
    
    .business_list>div:first-of-type {
        display: flex;
    }
    
    .business_list>div:last-of-type {
        font-size: 20rem;
        text-align: center;
        margin-top: 40rem;
    }
    
    @media only screen and (max-width: 999px) {
        .plates {
            padding: 50rem 30rem;
        }
        .plates_title>div:first-of-type,
        .business_introduction_title>div:first-of-type {
            font-size: 44rem;
        }
        .plates_title>div:last-of-type,
        .business_introduction_title>div:last-of-type {
            font-size: 34rem;
        }
        .plates_lists {
            flex-wrap: wrap;
        }
        .plates_lists>div {
            width: 48%;
            margin-bottom: 4%;
        }
        .plates_lists>div:last-of-type {
            margin: 0 auto
        }
        .plates_lists>div>div:first-of-type {
            width: 80%;
        }
        .plates_lists>div>div:last-of-type>div:first-of-type {
            font-size: 32rem;
            margin-bottom: 20rem
        }
        .plates_lists>div>div:last-of-type {
            font-size: 26rem;
            line-height: 36rem;
        }
        .business_introduction {
            padding: 50rem 30rem;
        }
        .business_introduction_show {
            display: block;
            margin: 50rem 0;
        }
        .business_introduction_show>div:first-of-type {
            width: 100%;
            margin-right: 0;
        }
        .business_introduction_show>div:last-of-type {
            margin: 30rem 0;
        }
        .business_introduction_show>div:last-of-type>div:first-of-type {
            font-size: 46rem;
        }
        .business_introduction_show>div:last-of-type>div:first-of-type>div:last-of-type {
            font-size: 70rem;
        }
        .business_introduction_show>div:last-of-type>div:nth-of-type(2) {
            font-size: 28rem;
            line-height: 48rem;
        }
        .business_introduction_show>div:last-of-type>div:last-of-type>div {
            /* min-width: 200rem; */
            padding: 0 16rem;
            font-size: 28rem;
            line-height: 64rem;
        }
        .business_lists {
            flex-wrap: wrap;
        }
        .business_lists>a {
            width: 48%;
            margin-bottom: 4%;
        }
        .business_list {
            width: 100%;
        }
    }