.rice-banner {
    position: relative;
}

.rice-banner i {
    display: block;
}

.rice-banner i img {
    width: 100%;
}

.rice-name {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 1.5rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

@media (min-width: 1200px) {
    .rice-banner {
        position: relative;
    }

    .rice-banner i {
        display: block;
    }

    .rice-banner i img {
        width: 100%;
    }

    .rice-name {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 12.865vw;
        width: 100%;
        font-size: 3.75vw;
        color: #fff;
        text-align: center;
    }
}

.rice1-title {
    padding: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.rice1-box {
    padding: 0 20px;
}

.rice1-box ul {
    display: block;
}

.rice1-box ul li {
    position: relative;
    padding-top: 20px;
}

.rice1-box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    display: block;
    background-color: #007440;
}

.rice1-li-title {
    font-size: 18px;
}

.rice1-li-p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

@media (min-width: 1200px) {
    .rice1-title {
        padding: 5.938vw 0 3.594vw;
        font-size: 2.865vw;
        color: #333;
        text-align: center;
    }

    .rice1-box {
        padding: 0 6.354vw;
    }

    .rice1-box ul {
        display: flex;
        justify-content: space-between;
    }

    .rice1-box ul li {
        position: relative;
        width: 18.75vw;
        padding-top: 2.292vw;
    }

    .rice1-box ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1.042vw;
        height: 2px;
        display: block;
        background-color: #007440;
    }

    .rice1-li-title {
        font-size: 1.458vw;
    }

    .rice1-li-p {
        padding-top: 1.042vw;
        font-size: 1.042vw;
        line-height: 1.563vw;
        color: #666;
    }
}

.rice2 {
    margin-top: 20px;
    padding: 20px 0;
    background: #f5f4f9;
}

.rice2-left {
    position: relative;
    height: 10rem;
}

.rice2-left i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    left: 2rem;
    top: 2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
}

.rice2-left i img {
    width: 6rem;
}

.rice2-left ul {
    position: absolute;
    z-index: 1;
    left: 1rem;
    top: 1rem;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    border: 1px solid #dddcdf;
    border-radius: 50%;
}

.rice2-left ul li {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 50%;
    height: 50%;
    overflow: hidden;
    transform-origin: 0 100%;
    cursor: pointer;
    color: #fff;
}

.rice2-left ul li.active {
    background: #007440;
}

.part2-left-font {
    position: absolute;
    z-index: 10;
    left: 1rem;
    top: 1rem;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
}

.part2-left-font p {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    transform-origin: center bottom;
}

.part2-left-font p span {
    position: absolute;
    left: 50%;
    top: 0.3rem;
    margin-left: 0;
    font-size: 12px;
    transform-origin: center 4rem;
}

.part2-left-font p.active {
    color: #fff;
}

.rice2-right {
    padding: 20px 20px 0;
    color: #333;
    text-align: left;
    background: url(../images/rice_line.png) no-repeat 0 10.47vw;
}

.rice2-li {
    display: none;
}

.rice2-li:nth-child(1) {
    display: block;
}

.rice2-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}

.rice2-detail {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.rice2-name {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    color: #666;
    font-size: 16px;
}

.rice2-name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 2px;
    display: block;
    background-color: #007440;
}

.rice2-p {
    font-size: 14px;
    color: #666;
}

@media (min-width: 1200px) {
    .rice2 {
        display: flex;
        margin-top: 5.208vw;
        padding: 1.875vw 0;
        background: #f5f4f9;
    }

    .rice2-left {
        position: relative;
        width: 50vw;
        height: 35vw;
    }

    .rice2-left i {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 5;
        left: 13.504vw;
        top: 7.504vw;
        width: 20.408vw;
        height: 20.408vw;
        border-radius: 50%;
        overflow: hidden;
    }

    .rice2-left ul {
        position: absolute;
        z-index: 1;
        left: 8.604vw;
        top: 2.604vw;
        width: 30.208vw;
        height: 30.208vw;
        overflow: hidden;
        border: 1px solid #dddcdf;
        border-radius: 50%;
    }

    .rice2-left ul li {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        width: 50%;
        height: 50%;
        overflow: hidden;
        transform-origin: 0 100%;
        cursor: pointer;
        color: #fff;
    }

    .rice2-left ul li.active {
        background: #007440;
    }


    .part2-left-font {
        position: absolute;
        z-index: 10;
        left: 8.604vw;
        top: 2.604vw;
        width: 30.208vw;
        height: 15.104vw;
        cursor: pointer;
    }

    .part2-left-font p {
        position: absolute;
        z-index: 10;
        left: 7.552vw;
        top: 0;
        width: 15.104vw;
        height: 100%;
        transform-origin: center bottom;
    }

    .part2-left-font p span {
        position: absolute;
        left: 50%;
        top: 2vw;
        margin-left: -0.5vw;
        font-size: 1vw;
        transform-origin: center 15.104vw;
    }

    .part2-left-font p.active {
        color: #fff;
    }

    .rice2-right {
        width: 50vw;
        padding-top: 10.47vw;
        padding-left: 6.25vw;
        color: #333;
        text-align: left;
        background: url(../images/rice_line.png) no-repeat 0 10.47vw;
    }

    .rice2-li {
        display: none;
    }

    .rice2-li:nth-child(1) {
        display: block;
    }

    .rice2-title {
        margin-bottom: 1.25vw;
        font-size: 2.865vw;
        line-height: 2.708vw;
    }

    .rice2-detail {
        margin-bottom: 3.073vw;
        font-size: 1.458vw;
        line-height: 1.458vw;
    }

    .rice2-name {
        position: relative;
        margin-bottom: 1.563vw;
        padding-top: 1.563vw;
        color: #666;
        font-size: 1.458vw;
    }

    .rice2-name:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1.042vw;
        height: 2px;
        display: block;
        background-color: #007440;
    }

    .rice2-p {
        font-size: 1.042vw;
        color: #666;
    }
}

/* 第三 */
.rice3 {
    padding: 0 20px;
}

.rice3-name {
    padding: 20px 0;
    font-size: 24px;
}

.rice3-nav {
    margin-bottom: .833vw;
}

.rice3-nav ul {
    display: flex;
    border-left: 1px solid #e5e5e5;
}

.rice3-nav ul li {
    width: 33.33%;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #333;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: none;
}
.rice3-nav ul li.active{
    color: #fff;
    background: #007440;
}

.rice3-box {
    height: 13.6rem;
    background: url(../images/rice_img3.jpg) no-repeat center center/cover;
}

.rice3-ul{
    display: none;
}

.rice3-box ul {
    display: flex;
}

.rice3-box ul li {
    width: 33.33%;
    padding: 5px 1px;
}

.rice3-li-p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.rice3-li-p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10px;
    height: 1px;
    background-color: #888;
}

@media (min-width: 1200px) {
    .rice3 {
        padding: 0 8.333vw 6.25vw;
    }

    .rice3-name {
        padding: 6.042vw 0 1.823vw;
        font-size: 2.865vw;
    }

    .rice3-nav {
        margin-bottom: .833vw;
    }

    .rice3-nav ul {
        display: flex;
        border-left: 1px solid #e5e5e5;
    }

    .rice3-nav ul li {
        width: 33.33%;
        padding: 0 2.5vw;
        font-size: 1.042vw;
        line-height: 5.208vw;
        text-align: center;
        color: #333;
        cursor: pointer;
        border: 1px solid #e5e5e5;
        border-left: none;
    }

    .rice3-nav ul li:hover {
        background-color: #007440;
        color: #fff;
        border-left: 1px solid #007440
    }

    .rice3-box {
        height: 30vw;
        background: url(../images/rice_img3.jpg) no-repeat center center/cover;
    }

    .rice3-box ul {
        display: flex;
    }

    .rice3-box ul li {
        width: 33.33%;
        padding: 7.24vw 2.604vw 0 3.646vw;
    }

    .rice3-li-p {
        position: relative;
        padding: 1.302vw 0 1.719vw 0;
        font-size: 1.042vw;
        line-height: 1.51vw;
        text-align: left;
    }

    .rice3-li-p::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3.125vw;
        height: 1px;
        background-color: #888;
    }

}


.rice4 {
    position: relative;
}

.rice4 i {
    display: block;
}

.rice4 i img {
    width: 100%;
}

.rice4 p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
}

@media (min-width: 1200px) {
    .rice4 {
        position: relative;
    }

    .rice4 i {
        display: block;
    }

    .rice4 i img {
        width: 100%;
    }

    .rice4 p {
        position: absolute;
        left: 0;
        top: 0;
        padding: 9.6vw 0 0 8.333vw;
        font-size: 3vw;
        color: #fff;
    }
}


.rice5 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0;
}

.rice6 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.rice6 .rice-left{
    order: 2;
    padding:20px 0 0;
}
.rice6 .rice-right {
    order: 1;

}

.rice7 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

.rice-left {
    width: 100%;
    padding: 0 0 20px;
}

.rice-left img {
    width: 100%;
}

.rice-right {
    width: 100%;
}

.rice-right img {
    width: 100%;
}

.rice-title {
    padding-bottom: 10px;
    font-size: 18px;
}

.rice-p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

@media (min-width: 1200px) {

    .rice5 {
        display: flex;
        padding: 5.146vw 8.333vw 0;
    }

    .rice5 .rice-left {
        padding-right: 3.125vw;
    }

    .rice6 {
        display: flex;
        padding: 5.146vw 8.333vw 0;
    }
    .rice6 .rice-left {
        order: 1;
        padding: 0;
    }

    .rice6 .rice-right {
        order: 2;
    }

    .rice6 .rice-right {
        padding-left: 3.125vw;
    }

    .rice7 {
        display: flex;
        margin-bottom: 6.146vw;
        padding: 5.146vw 8.333vw 0;
    }

    .rice7 .rice-left {
        padding-right: 3.125vw;
    }


    .rice-left {
        width: 50%;
    }

    .rice-left img {
        width: 100%;
    }

    .rice-right {
        width: 50%;
    }

    .rice-right img {
        width: 100%;
    }

    .rice-title {
        padding-bottom: 2.031vw;
        font-size: 1.979vw;
    }

    .rice-p {
        font-size: 1.042vw;
        line-height: 1.563vw;
        color: #666;
    }
}